Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps github.com/NethermindEth/starknet.go from 0.7.0 to 0.13.1.

Release notes

Sourced from github.com/NethermindEth/starknet.go's releases.

v0.13.1

This release implements Starknet RPC v0.8.1

Key changes:

  • fixed a bug in the starknet_syncing method
  • small adjustment to the curve pkg
  • small adjustment to the RPC error data types

For more details, see the CHANGELOG file.

What's Changed

Full Changelog: NethermindEth/starknet.go@v0.13.0...v0.13.1

v0.13.0

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

... (truncated)

Changelog

Sourced from github.com/NethermindEth/starknet.go's changelog.

0.13.1 - 2025-08-05

Fixed

  • rpc.Syncing was crashing when the node response was that it was syncing.
  • Removed wrong omitempty tags in the RPC error data types.

Changed

  • rpc.Syncing method now returns a rpc.SyncStatus struct instead of a pointer to it.
  • rpc.SyncStatus type: StartingBlockNum, HighestBlockNum and CurrentBlockNum are now of type uint64 instead of NumAsHex
  • rpc.SyncStatus type: SyncStatus field was renamed to IsSyncing

Removed

  • curve.g1Affline variable, users should use new instances of starkcurve.G1Affine instead. It was causing bugs in the tests when running in parallel.

Dev updates

  • Renamed account/tests, rpc/tests, contracts/tests, hash/tests, and typedData/tests folders to testData
  • Migrate internal/test.go file to the new internal/tests pkg
  • New tests.TestEnv enum type representing test environments
  • New tests.RunTestOn func for environment validation
  • Updated all testing to use the new enum and the RunTestOn when necessary

0.13.0 - 2025-06-27

Added

  • account pkg
    • Verify method to the Account type and AccountInterface interface
    • CairoVersion type
    • TxnOptions type, allowing optional settings when building/estimating/sending a transaction with the Build* methods
    • DeployContractWithUDC method for deploying contracts using the Universal Deployer Contract (UDC)
  • utils pkg
    • TxnOptions type, allowing optional settings when building a transaction (set tip and query bit version)
    • BuildUDCCalldata function to build calldata for UDC contract deployments
    • PrecomputeAddressForUDC function to compute contract addresses deployed with UDC
    • UDCOptions type and UDCVersion enum for configuring UDC deployments
  • A warning message when calling rpc.NewProvider with a provider using a different RPC version than the one implemented by starknet.go.

Removed

  • rpc.NewClient function
  • rpc.SKIP_EXECUTE tag

Changed

  • In account package
    • for the BuildAndEstimateDeployAccountTxn, BuildAndSendInvokeTxn, and BuildAndSendDeclareTxn methods
      • removed multiplier and withQueryBitVersion parameters
      • added opts parameter of type *account.TxnOptions
    • In NewAccount function, the cairoVersion parameter is now of type account.CairoVersion
  • In utils package, added opts parameter of type *utils.TxnOptions to the BuildInvokeTxn, BuildDeclareTxn, and BuildEstimateDeployAccountTxn methods
  • rpc.WithBlockTag now accepts BlockTag instead of string as parameter
  • setup.GetAccountCairoVersion now returns account.CairoVersion instead of int
  • examples in examples folder updated to use utils.TxnOptions and account.CairoVersion
  • Updated examples/typedData/main.go to use the new Verify method
  • Updated examples/deployContractUDC/main.go to use the new DeployContractWithUDC method and UDC utilities

... (truncated)

Commits
  • f6bcbd0 Fix/wrong omitempty in rpcerror (#776)
  • 65d0eec Fix: starknet_syncing method and test (#774)
  • 71ffb52 Remove global curve.g1Affline variable (#773)
  • cbc0beb test: new enum for test environments (#759)
  • 11a3284 Merge pull request #769 from NethermindEth/thiagodeev/ci-fix-jfeowifjwf90j
  • cd91959 fix: update RPC version in TestCookieManagement to use dynamic rpcVersion var...
  • 80b2826 fix: update gas prices in mainnetBlockReceipts588763.json to reflect new values
  • 16a66ee Merge pull request #763 from NethermindEth/v0.13.0
  • 5cfaff9 chore: update CHANGELOG for version 0.13.0 release
  • d37b3d5 refactor: remove unused SKIP_EXECUTE flag
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/NethermindEth/starknet.go](https://github.com/NethermindEth/starknet.go) from 0.7.0 to 0.13.1.
- [Release notes](https://github.com/NethermindEth/starknet.go/releases)
- [Changelog](https://github.com/NethermindEth/starknet.go/blob/main/CHANGELOG.md)
- [Commits](NethermindEth/starknet.go@v0.7.0...v0.13.1)

---
updated-dependencies:
- dependency-name: github.com/NethermindEth/starknet.go
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 5, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 15, 2025

Superseded by #102.

@dependabot dependabot bot closed this Aug 15, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/NethermindEth/starknet.go-0.13.1 branch August 15, 2025 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants