4.0.0 (2024-10-30)
Bug Fixes
- Change call send amount to be an array of Coin (#193) (e4c8952), closes /github.com/gnolang/gno/blob/287c22ec830a1408f1d3de6319602640d841c7cc/gno.land/pkg/sdk/vm/msgs.go#L87 /github.com/gnolang/gno/blob/287c22ec830a1408f1d3de6319602640d841c7cc/tm2/pkg/std/coin.go#L19 /github.com/gnolang/gnonative/blob/c0f18fd181ae3bc2159090c5199f4725216f9800/service/api.go#L591-L594 /github.com/gnolang/gnokey-mobile/blob/f1dc64684f110f71c0465c6a815b2f1b745800e9/mobile/redux/features/signupSlice.ts#L218
BREAKING CHANGES
- The only code which currently uses the Send amount in
MsgCall is where [gnokey-mobile calls