You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add cross-chain call support (#23)
* introduce a linker which links results of multiple contract call
* add return-value constraint support
* set codec to ReturnValue type
* fix test
* fix codec and tests
* fix tests
* add ResolverProvider argument to cross.NewKeeper
* add docs