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 chia-blockchain from 2.0.0 to 2.4.3 #348

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 Aug 27, 2024

Bumps chia-blockchain from 2.0.0 to 2.4.3.

Release notes

Sourced from chia-blockchain's releases.

2.4.3

Added

  • Add the concept of 'action scopes'
  • Add offer expiration to CLI
  • DL query multiple ancestors in upsert.
  • Add WalletActionScope
  • Add support for external signers
  • Add Soft Fork options to simulator config
  • Trusted wallet peer enhancements (thanks @​spacefarmers)
  • Add action_scope: WalletActionScope to all tx endpoints
  • Add usage of action scope throughout wallet codebase
  • Add in connect timeout to DL http download
  • Send harvester version in pool partial header (thanks @​xearl4)
  • Add get version RPC method for all services
  • Add wEURC.b to the list of known assets (thanks @​Yakuhito)

Changed

  • drop support for testnet10
  • Rust BLS cache
  • Optimize build ancestors table.
  • Bump chia rs 0.10.0
  • minor fix for make_spend function (thanks @​trepca)
  • remove coroutine never awaited warning ignore
  • Update to macos-12 for build and remove macos-11
  • Optimize min height leaf.
  • Send different uncompact buckets to blueboxes.
  • simplify hard-fork consensus rules
  • simplify MempoolItem
  • use rust version of SpendBundle
  • Drop unknown tables when resetting wallet sync DB
  • remove the original block compression
  • Use poetry for package management
  • default flags for Program.run() and Program.run_with_cost()
  • Add prune old peers functionality for crawler
  • Remove ALERTS_URL and CHIA_ALERTS_PUBKEY
  • Update all selected_network config values when setting up simulator
  • Changed: Enhance DataLayer Plugin Registration System for Improved Third-Party Integration (thanks @​MichaelTaylor3D)
  • In cmd class framework: help -> short_help
  • Stop auto-subscribing to local stores
  • Bump the GUI submodule ref

Fixed

  • Removed lerna from build_scripts
  • (pylint) == -> is
  • Use tx_config in cancel_pending_trades
  • Fixed an issue where npx --no lerna clean -f didn't work
  • Fix for freebsd (thanks @​alghmma)

... (truncated)

Changelog

Sourced from chia-blockchain's changelog.

2.4.3 Chia blockchain 2024-08-21

What's Changed

Added

  • Add the concept of 'action scopes'
  • Add offer expiration to CLI
  • DL query multiple ancestors in upsert.
  • Add WalletActionScope
  • Add support for external signers
  • Add Soft Fork options to simulator config
  • Trusted wallet peer enhancements (thanks @​spacefarmers)
  • Add action_scope: WalletActionScope to all tx endpoints
  • Add usage of action scope throughout wallet codebase
  • Add in connect timeout to DL http download
  • Send harvester version in pool partial header (thanks @​xearl4)
  • Add get version RPC method for all services
  • Add wEURC.b to the list of known assets (thanks @​Yakuhito)

Changed

  • drop support for testnet10
  • Rust BLS cache
  • Optimize build ancestors table.
  • Bump chia rs 0.10.0
  • minor fix for make_spend function (thanks @​trepca)
  • remove coroutine never awaited warning ignore
  • Update to macos-12 for build and remove macos-11
  • Optimize min height leaf.
  • Send different uncompact buckets to blueboxes.
  • simplify hard-fork consensus rules
  • simplify MempoolItem
  • use rust version of SpendBundle
  • Drop unknown tables when resetting wallet sync DB
  • remove the original block compression
  • Use poetry for package management
  • default flags for Program.run() and Program.run_with_cost()
  • Add prune old peers functionality for crawler
  • Remove ALERTS_URL and CHIA_ALERTS_PUBKEY
  • Update all selected_network config values when setting up simulator
  • Changed: Enhance DataLayer Plugin Registration System for Improved Third-Party Integration (thanks @​MichaelTaylor3D)
  • In cmd class framework: help -> short_help
  • Stop auto-subscribing to local stores
  • Bump the GUI submodule ref

Fixed

  • Removed lerna from build_scripts
  • (pylint) == -> is

... (truncated)

Commits
  • 85ca580 updated changelog for 2.4.3 (#18503)
  • 30e59a6 Bump the GUI submodule ref (#18428)
  • 3d0bc95 CHIA-1084: Address some problems launching the daemon from the GUI on Windows...
  • d1464da CHIA-783: Stop auto-subscribing to local stores (#18166)
  • 9c49b1e Set correct empty/default value for pool_public_keys (#18386)
  • fd5f794 [CHIA-1065] Set public key when you find private key in wallet node (#18405)
  • 508917f Add wEURC.b to the list of known assets (#18385)
  • 7b777e7 Resolve problems on Windows running the sub processes when in editable mode (...
  • 7e057ca Add get version RPC method for all services (#18366)
  • d260e81 [CHIA-1033] Fix flaky pool RPC test (#18369)
  • 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 [chia-blockchain](https://github.com/Chia-Network/chia-blockchain) from 2.0.0 to 2.4.3.
- [Release notes](https://github.com/Chia-Network/chia-blockchain/releases)
- [Changelog](https://github.com/Chia-Network/chia-blockchain/blob/main/CHANGELOG.md)
- [Commits](Chia-Network/chia-blockchain@2.0.0...2.4.3)

---
updated-dependencies:
- dependency-name: chia-blockchain
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from altendky and emlowe August 27, 2024 13:30
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2024

The following labels could not be found: dependencies, python, Changed.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
pypi/chia-blockchain@2.4.3 environment, eval, filesystem, network, shell, unsafe 0 11.7 MB chia-network

🚮 Removed packages: pypi/chia-blockchain@2.0.0)

View full report↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants