dependabot[bot] and GitHub
58de67145c
build(deps): bump boto3 from 1.40.4 to 1.40.8 ( #19952 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.40.4 to 1.40.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/boto/boto3/commit/791bca9290f7df2f31edb21900b9cdb9c7b131de "><code>791bca9</code></a>
Merge branch 'release-1.40.8'</li>
<li><a
href="https://github.com/boto/boto3/commit/1b0d2b805e122448bb09e85d68d96daa3b79bee3 "><code>1b0d2b8</code></a>
Bumping version to 1.40.8</li>
<li><a
href="https://github.com/boto/boto3/commit/1d300e8a343f4c3951101b4cc3bb729324226a61 "><code>1d300e8</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/5f81dc14c8cbc8a69aa42607bfaa772070d55849 "><code>5f81dc1</code></a>
Update actions/checkout to 5.0.0 (<a
href="https://redirect.github.com/boto/boto3/issues/4590 ">#4590</a>)</li>
<li><a
href="https://github.com/boto/boto3/commit/cbcab51317a862a8a8ab3f81d8e71d7fb9ebf75c "><code>cbcab51</code></a>
Merge branch 'release-1.40.7'</li>
<li><a
href="https://github.com/boto/boto3/commit/a5056b5bca84efb7cdfe5edd3ca1315ca802c6f8 "><code>a5056b5</code></a>
Merge branch 'release-1.40.7' into develop</li>
<li><a
href="https://github.com/boto/boto3/commit/2a50933aa5063e5fe3b5df09b15bd21a5ca67b91 "><code>2a50933</code></a>
Bumping version to 1.40.7</li>
<li><a
href="https://github.com/boto/boto3/commit/4aeb4f03eafe2a0490268be19eeb02b425ad85f5 "><code>4aeb4f0</code></a>
Add changelog entries from botocore</li>
<li><a
href="https://github.com/boto/boto3/commit/ee92fbdbe80096a044380aac34d18cb938cd81ce "><code>ee92fbd</code></a>
Merge branch 'release-1.40.6'</li>
<li><a
href="https://github.com/boto/boto3/commit/24ed7f92848654c4d2fe125a272dc59ad3a64d8f "><code>24ed7f9</code></a>
Merge branch 'release-1.40.6' into develop</li>
<li>Additional commits viewable in <a
href="https://github.com/boto/boto3/compare/1.40.4...1.40.8 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
2025-08-13 09:22:20 -07:00
Arvid Norberg and GitHub
81c1025eeb
Bump chia rs 0.29 ( #19953 )
...
### Purpose:
Bump the chia_rs dependency and adjust interactions according to changes
to its API. Specifically,
https://github.com/Chia-Network/chia_rs/pull/1213 .
`validate_clvm_and_signature()` takes flags instead of height.
`SpendConditions` has a `fingerprint` field.
2025-08-13 09:22:11 -07:00
Starttoaster and GitHub
ae2243e0a1
checkpoint: into main from release/2.5.5 @ 5200310a24 ( #19925 )
...
CHIA-3484 Handle items that spend an older ff version when newer lineage exists (#19865 )
Handle items that spend an older ff version when newer lineage exists.
2025-08-13 09:21:10 -07:00
Matt Hauff and GitHub
a803dc0fa6
[CHIA-3633] August 2025 pass of Ruff linting rules ( #19929 )
...
* Enable Ruff `PLR1704` (`redefined-argument-from-local`)
* Enable Ruff `PLR5501` (`collapsible-else-if`)
* Enable Ruff `PLW2901` (`redefined-loop-name`)
* bad change
* Enable Ruff `RUF043` (`pytest-raises-ambiguous-pattern`)
* Enable Ruff `RUF046` (`unnecessary-cast-to-int`)
* Enable Ruff `RUF052` (`used-dummy-variable`)
* Remove unused ignore `UP006`
* One mis-signaled regex
* Comments by @altendky
* bad change, my bad
2025-08-11 14:39:12 -07:00
Kyle Altendorf and GitHub
b95e8d9349
update precommit pre-commit-hooks ( #19936 )
2025-08-11 14:38:58 -07:00
0a0293f81a
[CHIA-3297] Port get_transaction(s) to @marshal ( #19775 )
...
* Port `get_transaction(s)`
* simplify class
* undo simplification
* Delete __eq__ and add test coverage
* Less dunder access
* small change
Co-authored-by: Kyle Altendorf <sda@fstab.net >
---------
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2025-08-11 12:34:37 -07:00
Jack Nelson and GitHub
12712eaafb
improve validate_rpcs.py ( #19873 )
...
add validation to test
2025-08-11 12:31:29 -07:00
e4b6d428c8
build(deps): bump tmp from 0.2.1 to 0.2.4 in /build_scripts/npm_windows ( #19923 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.1 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.4 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-11 12:31:14 -07:00
Kyle Altendorf and GitHub
f0584a70a2
update precommit shfmt ( #19935 )
2025-08-11 12:31:01 -07:00
Kyle Altendorf and GitHub
bb4c1620db
use github hosted linux arm runners ( #19937 )
...
* use github hosted linux arm runners
* more
2025-08-11 12:30:54 -07:00
Amine Khaldi
0f737e4f93
Merge commit '5200310a2494d11f2df774c9ceb1c12e87d9b8d5' into checkpoint/main_from_release_2.5.5_5200310a2494d11f2df774c9ceb1c12e87d9b8d5
2025-08-08 19:16:58 +01:00
23b2e1020c
build(deps): bump types-aiofiles from 24.1.0.20250708 to 24.1.0.20250801 ( #19913 )
...
Bumps [types-aiofiles](https://github.com/typeshed-internal/stub_uploader ) from 24.1.0.20250708 to 24.1.0.20250801.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-aiofiles
dependency-version: 24.1.0.20250801
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 10:11:19 -07:00
b44ae0f092
build(deps): bump build from 1.2.2.post1 to 1.3.0 ( #19914 )
...
Bumps [build](https://github.com/pypa/build ) from 1.2.2.post1 to 1.3.0.
- [Release notes](https://github.com/pypa/build/releases )
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pypa/build/compare/1.2.2.post1...1.3.0 )
---
updated-dependencies:
- dependency-name: build
dependency-version: 1.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 10:11:04 -07:00
303caeab7d
build(deps): bump pip from 25.1.1 to 25.2 ( #19915 )
...
Bumps [pip](https://github.com/pypa/pip ) from 25.1.1 to 25.2.
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/25.1.1...25.2 )
---
updated-dependencies:
- dependency-name: pip
dependency-version: '25.2'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 10:10:50 -07:00
b7be8de794
build(deps): bump cryptography from 45.0.5 to 45.0.6 ( #19916 )
...
Bumps [cryptography](https://github.com/pyca/cryptography ) from 45.0.5 to 45.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pyca/cryptography/compare/45.0.5...45.0.6 )
---
updated-dependencies:
- dependency-name: cryptography
dependency-version: 45.0.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 10:10:42 -07:00
4031112766
build(deps): bump boto3 from 1.40.3 to 1.40.4 ( #19918 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.40.3 to 1.40.4.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.40.3...1.40.4 )
---
updated-dependencies:
- dependency-name: boto3
dependency-version: 1.40.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-08 10:10:34 -07:00
Starttoaster and GitHub
d09a67e81b
checkpoint: into main from release/2.5.5 @ 673728cef7 ( #19911 )
...
Source hash: 673728cef7
Remaining commits: 3
2025-08-08 10:10:00 -07:00
Amine Khaldi
7941a4bdb7
Merge commit '673728cef778812a09b1a0a3ff5cb937786aa650' into checkpoint/main_from_release_2.5.5_673728cef778812a09b1a0a3ff5cb937786aa650
2025-08-07 18:51:30 +01:00
Amine Khaldi and GitHub
6821c48d88
CHIA-3595 Be explicit about falling back to coin_puzzle_hash index in get_unspent_lineage_info_for_puzzle_hash ( #19909 )
...
Be explicit about falling back to coin_puzzle_hash index in get_unspent_lineage_info_for_puzzle_hash.
2.5.5-rc7
2025-08-07 10:49:01 -07:00
ChiaAutomation and GitHub
8d2e7c3919
Update Managed Files ( #19893 )
...
Update dependabot
2025-08-07 10:48:40 -07:00
b6db8529e8
[CHIA-3391] Port test_nft*offers.py to be parametrized with R-CATs ( #19842 )
...
* Port `test_nft_offer_nft_for_cat`
* Port `test_nft_offer_nft0_and_xch_for_cat`
* Forgot to delete an unnecessary state process
* Port `test_nft_offer_sell_nft_for_cat`
* Port `test_nft_offer_request_nft_for_cat`
* Port `test_complex_nft_offer`
* Fix a new issue in complex test
* Minor change.
---------
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org >
2025-08-07 10:47:53 -07:00
Starttoaster and GitHub
43fb664831
checkpoint: into main from release/2.5.5 @ d2e9df3b51 ( #19877 )
...
Source hash: d2e9df3b51
Remaining commits: 2
2025-08-07 10:47:08 -07:00
acb0bc2b60
build(deps): bump boto3 from 1.39.11 to 1.40.3 ( #19901 )
...
Bumps [boto3](https://github.com/boto/boto3 ) from 1.39.11 to 1.40.3.
- [Release notes](https://github.com/boto/boto3/releases )
- [Commits](https://github.com/boto/boto3/compare/1.39.11...1.40.3 )
---
updated-dependencies:
- dependency-name: boto3
dependency-version: 1.40.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 10:46:46 -07:00
40a4048270
build(deps): bump chia-puzzles-py from 0.20.1 to 0.20.2 ( #19907 )
...
Bumps chia-puzzles-py from 0.20.1 to 0.20.2.
---
updated-dependencies:
- dependency-name: chia-puzzles-py
dependency-version: 0.20.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 10:46:36 -07:00
fd8b4564b7
build(deps): bump types-setuptools from 80.9.0.20250529 to 80.9.0.20250801 ( #19906 )
...
build(deps): bump types-setuptools
Bumps [types-setuptools](https://github.com/typeshed-internal/stub_uploader ) from 80.9.0.20250529 to 80.9.0.20250801.
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits )
---
updated-dependencies:
- dependency-name: types-setuptools
dependency-version: 80.9.0.20250801
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 10:46:23 -07:00
1ccc232b2f
build(deps): bump tmp from 0.2.1 to 0.2.4 in /build_scripts/npm_macos ( #19910 )
...
Bumps [tmp](https://github.com/raszi/node-tmp ) from 0.2.1 to 0.2.4.
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md )
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.1...v0.2.4 )
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-07 10:46:12 -07:00
faf535c168
build(deps): bump aiohttp from 3.12.14 to 3.12.15 ( #19872 )
...
---
updated-dependencies:
- dependency-name: aiohttp
dependency-version: 3.12.15
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 16:15:17 -07:00
4e4afce519
build(deps): bump anyio from 4.9.0 to 4.10.0 ( #19902 )
...
Bumps [anyio](https://github.com/agronholm/anyio ) from 4.9.0 to 4.10.0.
- [Release notes](https://github.com/agronholm/anyio/releases )
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst )
- [Commits](https://github.com/agronholm/anyio/compare/4.9.0...4.10 )
---
updated-dependencies:
- dependency-name: anyio
dependency-version: 4.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 16:15:07 -07:00
c0b97d8310
build(deps): bump pyinstaller from 6.14.2 to 6.15.0 ( #19903 )
...
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller ) from 6.14.2 to 6.15.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases )
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst )
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.14.2...v6.15.0 )
---
updated-dependencies:
- dependency-name: pyinstaller
dependency-version: 6.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 16:14:47 -07:00
9f3ff22394
build(deps): bump ruff from 0.12.4 to 0.12.7 ( #19904 )
...
Bumps [ruff](https://github.com/astral-sh/ruff ) from 0.12.4 to 0.12.7.
- [Release notes](https://github.com/astral-sh/ruff/releases )
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md )
- [Commits](https://github.com/astral-sh/ruff/compare/0.12.4...0.12.7 )
---
updated-dependencies:
- dependency-name: ruff
dependency-version: 0.12.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 16:14:18 -07:00
4b3072fa59
build(deps): bump mypy from 1.17.0 to 1.17.1 ( #19905 )
...
Bumps [mypy](https://github.com/python/mypy ) from 1.17.0 to 1.17.1.
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md )
- [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1 )
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.17.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 14:58:28 -07:00
Richard Kiss and GitHub
4e6038ba3b
Simplify dependencies wrt chia.server ( #19895 )
...
Remove some dependencies in `chia.server`.
2025-08-06 12:03:47 -07:00
Starttoaster and GitHub
4dfa474a8b
Set the correct commit author for mozilla cert workflow ( #19896 )
2025-08-05 15:01:48 -07:00
Matt Hauff and GitHub
42da90e105
[CHIA-3294] Port get_wallet_balance(s) to @marshal ( #19774 )
...
* Port `get_wallet_balance(s)`
* Use Streamable dict functionality
2025-08-05 13:11:24 -07:00
Matt Hauff and GitHub
ec21ca9f75
[CHIA-3390] Port remaining test_trades.py tests to parametrized with R-CATs ( #19831 )
...
* Port `test_trade_cancellation`
* Port `test_trade_conflict`
* Port `test_trade_bad_spend`
* Port `test_trade_high_fee`
* Port `test_aggregated_trade_state`
2025-08-05 13:11:10 -07:00
Matt Hauff and GitHub
e8e060b533
[CHIA-3419] Remove TransactionRecord.*_json_dict_convenience ( #19860 )
...
* Change `TransactionRecord` to use dict instead of list of tuples for memos
* Update streamable and fix tests
* Update test to accidentally fixed memos generation
* Remove `TransactionRecord.*_json_dict_convenience`
* Fix test
* Use AddressType library in WSM method
* Use AddressType library in transaction_store method
2025-08-05 13:10:52 -07:00
Kyle Altendorf and GitHub
72de1964ee
update pywin32 to 311 ( #19897 )
2025-08-05 13:10:34 -07:00
Kyle Altendorf and GitHub
b030fef18a
update nodeenv to 1.9.1 ( #19898 )
2025-08-05 13:10:22 -07:00
04eef678e9
Bump chia rs 0.28 ( #19891 )
...
* bump chia_rs to 0.29
* correct return value from get_spends_for_trusted_block()
* remove unnecessary casts
* adjust test for the new error messages in chia_rs
* Update chia/full_node/full_node_rpc_api.py
Co-authored-by: Kyle Altendorf <sda@fstab.net >
---------
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2025-08-05 11:20:27 -07:00
Kyle Altendorf and GitHub
6b5ee60076
catchup: into long_lived/datalayer_merkle_blob from main @ cac84b5e05 ( #19892 )
...
Source hash: cac84b5e05
Remaining commits: 0
2025-08-01 20:03:56 -04:00
4857c6f5a8
build(deps): bump mypy from 1.15.0 to 1.17.0 ( #19821 )
...
* build(deps): bump mypy from 1.15.0 to 1.17.0
---
updated-dependencies:
- dependency-name: mypy
dependency-version: 1.17.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* handle mypy commentary
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2025-08-01 09:17:06 -07:00
William Allen and GitHub
148b8137b6
Include plotNFT rewards in get_farmed_amount ( #19245 )
...
* Include plotNFT rewards in get_farmed_amount
* Add flag to include pool rewards in farm summary
* Add -i for short flag
* Fix expected args
* Include additional farming detail
* Include additional farming detail
* Format/organize output
* Move block rewards
* Update test
* Format
* Update test_farm_cmd.py
* revert test bool
* Passing tests
* Added test for 'include_pool_rewards=True'
* Address linting errors
2025-08-01 09:16:12 -07:00
Kyle Altendorf and GitHub
beecb8a084
miniupnpc 3.13 files in lock ( #19887 )
2025-08-01 09:07:13 -07:00
3fa7c3b111
build(deps): bump form-data from 4.0.0 to 4.0.4 in /build_scripts/npm_macos ( #19890 )
...
build(deps): bump form-data in /build_scripts/npm_macos
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](https://github.com/form-data/form-data/compare/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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-01 09:06:48 -07:00
Kyle Altendorf
70c3bdbe87
Merge commit 'cac84b5e057a074da6a72e2a8bbcc70ec0a09668' into catchup/long_lived_datalayer_merkle_blob_from_main_cac84b5e057a074da6a72e2a8bbcc70ec0a09668
2025-08-01 11:59:07 -04:00
Arvid Norberg and GitHub
b1cc0a5b84
fast-forward spends can be treated as regular spends ( #19889 )
...
fast-forward spends can be treated as regular spends if the coin doesn't appear to support the rebasing
2.5.5-rc6
2025-08-01 08:56:31 -07:00
cac84b5e05
Simplify BlockStore ( #19880 )
...
* Simplify `BlockStore`
* Update chia/full_node/block_store.py
Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com >
---------
Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com >
2025-07-31 20:35:54 -05:00
Kyle Altendorf and GitHub
91ca11aed2
Update .repo-content-updater.yml ( #19884 )
2025-07-31 14:04:58 -07:00
3b533e6eee
build(deps): bump form-data from 4.0.0 to 4.0.4 in /build_scripts/npm_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](https://github.com/form-data/form-data/compare/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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-31 16:00:57 -05:00
33a02129b3
use per-puzzle cost to estimate DEDUP savings ( #19811 )
...
* 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 <amine.khaldi@reactos.org >
2025-07-31 11:36:07 -07:00