Releases: gnolang/gnonative
Releases · gnolang/gnonative
v4.5.0
v4.4.0
v4.3.0
4.3.0 (2025-07-09)
Features
- API: Add CreateLedger (#208) (940ae12), closes /github.com/gnolang/gno/blob/4c151a8b53cbfbd2572a6366e504e11697615753/tm2/pkg/crypto/keys/keybase.go#L109
v4.2.2
v4.2.1
4.2.1 (2025-06-23)
Bug Fixes
- convertRunRequest: std.MemPackage needs a Name (#206) (32b1e8a), closes /github.com/gnolang/gno/blob/9b763e9b11a55be644f33208840ad2e8f88336af/gno.land/pkg/gnoclient/integration_test.go#L340-L341
v4.2.0
v4.1.1
v4.1.0
v4.0.0
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
v3.0.5
3.0.5 (2024-10-25)
Bug Fixes
- In MsgSend, use Coin. Add expo API function makeSendTx (#191) (f47f15d), closes /github.com/gnolang/gno/blob/287c22ec830a1408f1d3de6319602640d841c7cc/tm2/pkg/sdk/bank/msgs.go#L17 /github.com/gnolang/gno/blob/287c22ec830a1408f1d3de6319602640d841c7cc/tm2/pkg/std/coin.go#L19