github NethermindEth/starknet.go v0.16.0

4 days ago

This release implements Starknet RPC v0.9.0

Key changes:

  • New curve.SignFelts function for signing messages with felt.Felt parameters.
  • The rpc.RPCError type and logic were refactored and moved to the new client/rpcerr package.
  • Some bug fixes and improvements in the typeddata pkg related to encoding and marshaling.
  • Removed Braavos warning when calling account.New.
  • Major refactoring in the codebase to match Golang conventions. Multiple variables/functions/methods were renamed. Everything is described in the changelog.

For more details, see the CHANGELOG file.

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

Don't miss a new starknet.go release

NewReleases is sending notifications on new releases.