Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/NethermindEth/juno from 0.12.0 to 0.13.0 #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Bumps github.com/NethermindEth/juno from 0.12.0 to 0.13.0.

Release notes

Sourced from github.com/NethermindEth/juno's releases.

v0.13.0

This release focuses on RPC v0.8 support and compatibility with upcoming Starknet v0.13.4.

⚠️ Important Upgrade Notice ⚠️

  • Users must upgrade before Starknet v0.13.4 deployment to maintain sync capability
  • Database migration:
    • Backup your database before upgrading
    • Migration may take several minutes or more depending on hardware
    • WARNING: Interrupting the migration may corrupt the entire database

Breaking Changes

  • The --eth-node flag is now mandatory (use --disable-l1-verification if L1 verification is not needed)

Added

  • RPC v0.8.0-rc3 as the default version under / and /rpc/v0_8
    • RPC v0.7 remains available for compatibility - /rpc/v0_7
    • RPC v0.6 remains available for compatibility - /rpc/v0_6
  • WebSocket subscription support
  • Dynamic runtime log level control via HTTP
  • Small DB improvements by adding a dedicated Key type
  • Support for the latest Blockifier version

Changed

  • Deprecated juno_subscribeNewHeads, juno_unsubscribe, juno_getProof in favor of starknet_ prefixed methods

Fixed

  • Removed transaction_hash from the getBlockWithReceipts response (still available in the receipt) as it was not compliant with the spec.

Full Changelog: NethermindEth/juno@v0.12.5...v0.13.0

v0.12.5

This release focuses on improving performance and ensuring stability across key functionalities.

Added

  • Optimized Sync and RPC Performance: Increased the default db-cache-size to 1GiB, significantly improving synchronization speed and reducing response times for key operations. (#2244)

Changed

  • Dependency Alignment: Updated internal dependencies to maintain compatibility and streamline the build process. (#2293)

Fixed

  • Enhanced Compilation Error Handling: Improved handling of certain edge cases during contract compilation to ensure better system reliability. (#2297)

Full Changelog: NethermindEth/juno@v0.12.4...v0.12.5

v0.12.4

This release focuses on supporting Starknet 0.13.3.

⚠️ Important Upgrade Notice ⚠️

You must upgrade to this release before Starknet 0.13.3 is rolled out on the testnet and mainnet. Failing to do so will result in the inability to sync new (Starknet 0.13.3) blocks.

... (truncated)

Commits
  • 6f86472 Rianhughes/fix sim txn (#2517)
  • 651dc34 Improve sierra version usage (#2501)
  • 828327c fix: Emit pending transaction events (#2510)
  • dc5a0e4 Upgrade blockifier to 0.14.0-rc.1 and related dependencies (#2515)
  • 91c3420 Binary search for fee estimation (#2473)
  • 2d89977 Refactor: Reuse v6 starknet_getStateUpdate handler for v7 and v8 (#2490)
  • 0ddfa64 Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#2506)
  • fd2c3e6 Update github/codeql-action requirement to 7e3036b9cd87fc26dd06747b7aa4b96c27...
  • 08cacf8 Bump github.com/libp2p/go-libp2p-kad-dht from 0.28.2 to 0.29.0 (#2507)
  • ff65823 Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#2508)
  • 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/juno](https://github.com/NethermindEth/juno) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/NethermindEth/juno/releases)
- [Commits](NethermindEth/juno@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: github.com/NethermindEth/juno
  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 Feb 20, 2025
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