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.2 #41

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

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

Release notes

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

v0.12.2

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

Changed

  • Blockifier Update: Upgraded to 0.8.0-rc.3, addressing overestimation issues with declare class and ensuring compatibility with Starknet v0.13.2.1. (@​kirugan)
  • Improved Trace Logging: Enhanced trace logging for better visibility. (@​kirugan)

Fixed

  • Discovery P2P Mechanism: Removed extra "kad" substring from the discovery process. (@​weiihann)

Full Changelog: v0.12.1...v0.12.2

v0.12.1

This release introduces key features for improved monitoring and P2P communication, along with bug fixes and updates to maintain compatibility with the latest specifications.

Added

  • New /ready/sync Endpoint: Added the /ready/sync endpoint to check readiness and synchronization status. This endpoint returns 200 if the system is synced within the last six blocks and ready; otherwise, it returns 503. For more details, see #2060.
  • P2P Public Address Support: Implemented support for nodes to gossip their public IP address using the p2p-public-addr flag, enabling P2P communication over public networks. (#2011)
  • New Execution Step Count Header: Added the X-Cairo-Steps header to track execution steps, providing better monitoring and debugging capabilities. (#1989)

Changed

  • Makefile Update for Parallel Build Process: Updated the Makefile to parallelize the build process using all available CPU cores, resulting in faster builds.
  • DB Command Replacement: Introduced a new db command (juno db) for database-related operations, replacing the previous approach. It includes subcommands like:
    • juno db info: Displays blockchain information stored in the database.
    • juno db size: Shows storage information for each bucket in the database.

Fixed

  • Conformity with Specification 0.7.1: Fixed the missing execution_resources.data_availability field in starknet_getTransactionReceipt responses, ensuring compliance with spec 0.7.1. (#2078)

Updated

  • Dependency Updates: Upgraded key dependencies to the latest versions for enhanced security and functionality:
    • blockifier updated to 0.8.0-rc.2
    • starknet_api updated to 0.13.0-rc.1
    • cairo-vm updated to 1.0.1
  • Go Version Update: The Go version has been updated to v1.23.0, improving overall performance and access to new language features. (#2058)

Full Changelog: v0.12.0...v0.12.1

Commits
  • 1862240 Update blockifier to 0.8.0-rc.3 (#2116)
  • cb350df Remove additional "kad" substring from p2p discovery protocol name (#2113)
  • 52d16ab Bump google.golang.org/grpc from 1.65.0 to 1.66.0
  • 552327a Rewrite semver usage with new methods .LessThanEqual() and .GreaterThanEqual(...
  • 8f8d37a Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0
  • ef162c3 Rewrite func iterator to range loop in p2p/starknet.streamHandler (#2106)
  • 77b0d60 Bump github.com/rs/cors from 1.11.0 to 1.11.1 (#2108)
  • 5e6e86c Emit events on remote db (#2088)
  • daf1cde Bump webpack from 5.91.0 to 5.94.0 in /docs (#2100)
  • a4eac4c Improve trace logging (#2101)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 3, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/NethermindEth/juno-0.12.2 branch from bce3a37 to 7597853 Compare September 10, 2024 23:30
Bumps [github.com/NethermindEth/juno](https://github.com/NethermindEth/juno) from 0.12.0 to 0.12.2.
- [Release notes](https://github.com/NethermindEth/juno/releases)
- [Commits](NethermindEth/juno@v0.12.0...v0.12.2)

---
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.2 branch from 7597853 to 6066ef6 Compare September 25, 2024 00:18
@gitsrc gitsrc closed this Oct 6, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@gitsrc gitsrc deleted the dependabot/go_modules/github.com/NethermindEth/juno-0.12.2 branch October 6, 2024 07:22
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.

1 participant