github NethermindEth/starknet.go v0.13.0

latest releases: v0.15.0, v0.14.0, v0.14.0-beta.3...
2 months ago

This release implements Starknet RPC v0.8.1

Key changes:

  • New account.Verify to verify signatures in an easy way
  • New opts param for the account.Build** methods, allowing optional settings when building/estimating/sending a transaction (it includes Tip specification, preparing the way for Starknet v0.14.0)
  • New opts param for the utils.Build**Txn utilities, allowing optional settings when building a transaction
  • New account.DeployContractWithUDC method for deploying contracts using the Universal Deployer Contract (UDC)
  • New utils.BuildUDCCalldata function to build calldata for UDC contract deployments
  • New utils.PrecomputeAddressForUDC function to compute contract addresses deployed with UDC
  • Implemented a warning message when calling rpc.NewProvider with a provider using a different RPC version than the one implemented by starknet.go

For more details, see the CHANGELOG file.

What's Changed

New Contributors

  • @nethermind-oss-compliance made their first contribution in #761
  • @eeemmmmmm made their first contribution in #762
  • @HACKER097 made their first contribution in #760

Full Changelog: v0.12.0...v0.13.0

Don't miss a new starknet.go release

NewReleases is sending notifications on new releases.