-
Notifications
You must be signed in to change notification settings - Fork 2.1k
catchup: into long_lived/datalayer_merkle_blob from main @ cac84b5e057a074da6a72e2a8bbcc70ec0a09668 #19892
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
Conversation
…ns (#19801) * simplify MempoolManager by removing EligibilityAndAdditions * review comment * review comments
* fewer mutable defaults * catchup
* our miniupnpc_wheels * Update poetry.lock
* initial commit * fix precommit errors * test passing * ruff * remove SpendInfo and mempool_check_conditions * no need to call it _rust now * fix mempool test * fix precommit errors * fix test generator tools * add comment about impending chia_rs fix
…nt/main_from_release_2.5.5_96aeaf3e685f51a3ef9901228005109fc97687ed
…letTestFramework` and R-CATs (#19818) * Port `test_cat_endpoints` to `WalletTestFramework` * Use mint_cat from cat tests * Add RCAT parametrization * Delete now unnecessary `from_zero` * Minor clarification. --------- Co-authored-by: Amine Khaldi <[email protected]>
Newest Mozilla CA cert
…ipts/npm_linux (#19810) build(deps): bump brace-expansion in /build_scripts/npm_linux Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@1.1.11...v1.1.12) --- updated-dependencies: - dependency-name: brace-expansion dependency-version: 1.1.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Port `get_wallets` * Suggestion by @altendky
…nt/main_from_release_2.5.5_590317c47fe5ef3406ee04835b7f730b80ce7fd0
* update zstd to 1.5.7.2 * Update poetry.lock
* Port `did_set_wallet_name` * Port `did_get_wallet_name` * Port `did_update_recovery_ids` * Port `did_message_spend` * Port `did_get_info` * Port `did_find_lost_did` * fix test * Port `did_update_metadata` * Port `did_get_did` * Port `did_get_recovery_list` * Port `did_get_metadata` * Port `did_get_pubkey` * Port `did_get_information_needed_for_recovery` * Port `did_get_current_coin_info` * Port `did_create_backup_file` * Port `did_transfer_did` * Add extra_conditions uniformly in CLI tests * test coverage * Delete DID recovery endpoints * Delete `create_exit_spend` as well * Missed one
* Update to node 20 * Update another script for minimum npm version * update check for npm >= 10 * update npm version --------- Co-authored-by: Zlatko <[email protected]>
update GUI pin to efa99a4
Upgrade `ruff` to 0.12.4.
* use strict for poetry check * ignore another * and request all
--- updated-dependencies: - dependency-name: boto3 dependency-version: 1.39.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* integrate PLOT_V1_PHASE_OUT constant * current test chains won't work after the plot v1 phase-out
…708 (#19794) Bumps [types-aiofiles](https://github.com/typeshed-internal/stub_uploader) from 24.1.0.20250606 to 24.1.0.20250708. - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: types-aiofiles dependency-version: 24.1.0.20250708 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [setuptools](https://github.com/pypa/setuptools) from 80.8.0 to 80.9.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.8.0...v80.9.0) --- updated-dependencies: - dependency-name: setuptools dependency-version: 80.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* remove extra exception catching * clean up node errors + tests * forgot to pre-commit * address using pytest wrong * clean up error handling * seperate out pytest tests
--- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<!-- Merging Requirements: - Please give your PR a title that is release-note friendly - In order to be merged, you must add the most appropriate category Label (Added, Changed, Fixed) to your PR --> <!-- Explain why this is an improvement (Does this add missing functionality, improve performance, or reduce complexity?) --> ### Purpose: <!-- Does this PR introduce a breaking change? --> ### Current Behavior: ### New Behavior: <!-- As we aim for complete code coverage, please include details regarding unit, and regression tests --> ### Testing Notes: <!-- Attach any visual examples, or supporting evidence (attach any .gif/video/console output below) -->
* prover protocol and v2Prover * format name * format * refactor filename * tests/raise unimplemented * add get_filename_str to mock * rename methods * rename * refactor * improve coverage * test from bytes
…_windows (#19855) build(deps): bump form-data in /build_scripts/npm_windows Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.0...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* use per-puzzle cost to estimate DEDUP savings, rather than rerunning puzzles * restore SpendBundleAddInfo to have an optional cost. remove unused max_cost parameter from get_deduplication_info() * restore call to make_test_conds() taking cost as int * update test_dedup_by_fee() and fix big in make_bundle_spends_map_and_fee() * review comments * review comments * Addendum to use per-puzzle cost to estimate DEDUP savings (#19816) Addendum to use per-puzzle cost to estimate DEDUP savings. --------- Co-authored-by: Amine Khaldi <[email protected]>
…_linux (#19886) build(deps): bump form-data in /build_scripts/npm_linux Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](form-data/form-data@v4.0.0...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Simplify `BlockStore` * Update chia/full_node/block_store.py Co-authored-by: Arvid Norberg <[email protected]> --------- Co-authored-by: Arvid Norberg <[email protected]>
…long_lived_datalayer_merkle_blob_from_main_cac84b5e057a074da6a72e2a8bbcc70ec0a09668
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
|
6b5ee60
into
long_lived/datalayer_merkle_blob
Source hash: cac84b5
Remaining commits: 0