DA0-DA0 / polytone

An account on every blockchain for every smart contract.
45 stars 7 forks source link

Local to remote address mapping should be populated even if no callback is requested #43

Closed 0xekez closed 1 year ago

0xekez commented 1 year ago

Currently, if no callback is requested and a message is executed on the remote chain Polytone will not create an entry in the local to remote address mapping. This should likely not be the case.

0xekez commented 1 year ago

ref: this line which bails out early: https://github.com/DA0-DA0/polytone/blob/main/packages/polytone/src/callback.rs#L150