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.1 #39

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 29, 2024

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

Release notes

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

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
  • 90d04be Added /ready/sync endpoint (#2060)
  • 54e20a6 Add output field to vm.ComputationResources (#2096)
  • 0f2d88b Bump micromatch from 4.0.7 to 4.0.8 in /docs (#2094)
  • dd99bc1 Bump github.com/bits-and-blooms/bitset from 1.13.0 to 1.14.2 (#2091)
  • fe5add8 Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#2090)
  • 7e2e13f Bump github.com/prometheus/client_golang from 1.20.0 to 1.20.2 (#2089)
  • acda2a2 Add execution stepcount in header [X-Cairo-Steps] (#1989)
  • 692bd49 chore: Remove concurrency settings in child workflow
  • eb2eb04 Update blockifier to 0.8.0-rc.2 (#2081)
  • 5c33325 Make starknet_getTransactionReceipt and other function calls response conform...
  • 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.12.1.
- [Release notes](https://github.com/NethermindEth/juno/releases)
- [Commits](NethermindEth/juno@v0.12.0...v0.12.1)

---
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 added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2024

Superseded by #41.

@dependabot dependabot bot closed this Sep 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/NethermindEth/juno-0.12.1 branch September 3, 2024 23:15
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