softgotab.blogg.se

Reason 5 dmg
Reason 5 dmg








  1. #REASON 5 DMG UPDATE#
  2. #REASON 5 DMG MANUAL#
  3. #REASON 5 DMG FULL#
  4. #REASON 5 DMG CODE#

  • Added a fix for Windows installs that were seeing exceptions when writing to the keyring.
  • Thanks for fixing an edge case with negative inputs to 'truncate_to_significant_bits'.
  • Fixed Mypy issues on Python 3.9.7 that generated many errors when running mypy.
  • Thanks for fixing an issue in which fix-ssl-permissions shows the current 'mode' not the 'updated mode'.
  • Fixed an issue where the config.yaml and keyring.yaml are only partially written out to, if another process is attempting to read the config while it's being written.
  • #REASON 5 DMG MANUAL#

    Fixed an issue blocking the Ubuntu installer that required manual installation of Python 3.9 as a workaround.Several clvm_rs updates to support our upcoming Chia Asset Token (CAT) standard.In this release, we're removing the old Python code. We previously added a Rust condition checker, to replace our existing Python-based condition checker.Improved and fixed some outdated messages in CLI.A change to logging to only log warnings when more than 10 seconds has passed, to reduce the number of warning logs.Made a change to remove CoinStore's dependency on FullBlock to just pass in the parts of the block necessary to add the block.Also removed redundant database pragmas in wallet.

    #REASON 5 DMG FULL#

  • Changes in full node to execute sqlite pragmas only once, at the level where the database is opened, and changed pragma synchronous=FULL to OFF to improve disk I/O performance.
  • Made the bug use the default genesis challenge by default.
  • Thanks for adding the ability to collect the IDs of plots as they are queued and return them with the response.
  • Made a change to allow the host to be configurable for the timelord launcher.
  • Added tests for invalid list terminators in conditions.
  • #REASON 5 DMG UPDATE#

  • Updated some hooks: Update flake8 to 3.9.2, pre-commit-hooks to 4.0.1, black to 21.8b0.
  • #REASON 5 DMG CODE#

  • Dropped some redundant code in plotting/manager.py.
  • Bumped sortedcontainers to version 2.4.0.
  • Thanks to the following community members for their contributions: Albanian Arabic Belarusian Catalan Chinese Traditional Chinese, Simplified Croatian Czech Danish Dutch English, Australia English, New Zealand Finnish French Hungarian Hebrew Indonesian Polish Portuguese Portuguese, Brazilian Sinhala Spanish Spanish, Argentina Spanish, Mexico Swedish Thai Turkish Bluebox proofs are now randomized instead of looking at the oldest part of the blockchain first to find uncompacted proofs.
  • We have many new translations added in this release.
  • We have made many full node changes to support our upcoming Chia Asset Token (CAT) standard and our upcoming standalone light wallet, which will use Chia's new electrum-style protocol to enable faster wallet syncing.
  • Added macOS keyring.yaml support, migrating keys from macOS Keychain to keyring.yaml to support an upcoming release in which we'll add an optional passphrase to wallets.
  • Thanks for adding support for Raspberry Pi 4 64Bit to the GUI installation script.
  • Beta builds are built on every merge to main, and are now available from.
  • Various CoinStore benchmark and performance improvements.
  • Added support for unhardened key derivations.
  • Added a config option for peer_connect_timeout.
  • Made max message size configurable in config.yaml, as a possible workaround for very large farms where reporting plot information exceeds the maximum message size.
  • reason 5 dmg

    Starting logging the timing of applying additions and removals to the coin store.

    reason 5 dmg

  • Thanks for the addition of a query in CoinStore to special case height 0 to avoid querying all unspent coins.
  • Added support for DID, our decentralized identity solution, as a building block toward Chia's broader set of DID capabilities.
  • Added a debug option to log all SQL commands.
  • Added plot memo caching in PlotManager, speeding initial loading and cached loading, by enabling harvester to save the parsed plot memo on disk on shutdown, then load it back into memory on startup so that it can skip key parsing calculations for all already known plots.
  • Added RPC updates to support keyring migration and to support adding a passphrase for wallets in an upcoming release.









  • Reason 5 dmg