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.12.5 #59

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 Dec 2, 2024

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

Release notes

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

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.

To get the schedule for upcoming Starknet updates, follow this thread: Starknet Roadmap Updates.

Added

  • Support for Starknet v0.13.3: Ensuring compatibility with the latest Starknet version.

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

v0.12.3

This release focuses on enhancing performance, optimizing synchronization, and updating dependencies to ensure compatibility and reliability.

Added

  • L1 Metrics: Introduced metrics for monitoring L1 activities, providing more insight into L1 interactions. (#1678)
  • Support Plugins: Added support for plugins to extend Juno's capabilities. (#2051)
  • Add DB Revert Command: Added a command to revert the database to a previous state, enabling easy debugging and state rollback in case of issues. This includes the ability to specify a target block to revert to, making it highly useful for testing. (#2216)

Changed

  • Optimized State Reading: Improved reading efficiency for felts from the state, reducing overhead and boosting performance. (#1713)
  • Parallel Processing for Commitments: Enhanced receiptCommitment and transactionCommitmentPoseidon functions to utilize parallel processing, optimizing data handling and improving speed. (#2165)
  • Dependency Updates: Upgraded key dependencies (libp2p, prometheus/client_golang, go-ethereum) and updated Go version to v1.23.1 for better performance and security. (#2172, #2190, #2128)

Fixed

  • P2P Sync for v0.13.2 Blocks: Fixed an issue preventing synchronization with blocks from Starknet v0.13.2, ensuring smoother integration between nodes. (#2146)
  • Nil Interface Check: Fixed an issue where an interface was incorrectly identified as nil, leading to potential crashes. This improvement enhances the stability of the sync process. (#2161)
  • Traces Fixes: Addressed issues with traces, including handling of fees, state diffs, and events, ensuring more accurate data representation. (#2118)
  • Add Missing Execution Resources to Fetched Traces: Fixed missing execution resources in the fetched traces to ensure completeness of the trace data. (#2222)

Full Changelog: v0.12.2...v0.12.3

v0.12.2

This release adds support for Starknet v0.13.2.1, resolving issues with overestimating declare transactions.

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 2, 2024
Bumps [github.com/NethermindEth/juno](https://github.com/NethermindEth/juno) from 0.12.0 to 0.12.5.
- [Release notes](https://github.com/NethermindEth/juno/releases)
- [Commits](NethermindEth/juno@v0.12.0...v0.12.5)

---
updated-dependencies:
- dependency-name: github.com/NethermindEth/juno
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/NethermindEth/juno-0.12.5 branch from f2550c1 to a878141 Compare December 12, 2024 12:23
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