Commit Graph
14659 Commits
Author SHA1 Message Date
Amine Khaldi bf81da5853 Merge commit 'bbc8d253d3a663d0cd4b829348f66177e9002d27' into checkpoint/main_from_release_2.5.1_bbc8d253d3a663d0cd4b829348f66177e9002d27 2025-02-10 17:23:24 +01:00
Patrick MaslanaandGitHub 193e66e435 checkpoint: into main from release/2.5.1 @ 6ad68961e9 (#19237)
Source hash: 6ad68961e9
Remaining commits: 2
2025-02-10 09:22:29 -07:00
Earle LoweandGitHub db2776570e bump chiapos to 2.0.9 (#19240)
bump chiapos 2.0.9
2025-02-10 08:59:27 -07:00
Kyle Altendorf 72893f7ecc Merge branch 'long_lived/datalayer_merkle_blob' into merkle_types 2025-02-10 09:26:28 -05:00
Kyle AltendorfandGitHub 00681021a0 drop MerkleBlob.get_lineage_by_key_id() (#19238) 2025-02-08 14:11:24 -05:00
Matt 22b0df5631 Add generate_signed_transaction to WalletProtocol 2025-02-07 15:34:07 -08:00
Matt 40984baf3a Merge remote-tracking branch 'origin/main' into quex.vc_wallet_gst 2025-02-07 12:22:29 -08:00
Kyle Altendorf aff2611b37 drop MerkleBlob.get_lineage_by_key_id() 2025-02-07 14:00:50 -05:00
Kyle AltendorfandGitHub 6a86a3d0db use chia_rs provided KeyId, ValueId, TreeIndex (#19214)
<!-- 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) -->
2025-02-07 13:17:25 -05:00
Amine KhaldiandGitHub dfedada40a CHIA-2282 Improve some coins checks in test_select_coins_rpc (#19206)
Improve some coins checks in test_select_coins_rpc.
2025-02-07 08:52:28 -07:00
Amine Khaldi 0c490d8f40 Merge commit '6ad68961e9f0a07cf6668a93d13116c5f5b5bde6' into checkpoint/main_from_release_2.5.1_6ad68961e9f0a07cf6668a93d13116c5f5b5bde6 2025-02-07 11:15:44 +01:00
Patrick MaslanaandGitHub 22dce46266 checkpoint: into main from release/2.5.1 @ 7e265e3da8 (#19236)
Source hash: 7e265e3da8
Remaining commits: 3
2025-02-06 14:55:26 -07:00
Kyle Altendorf 7d9005dee5 back to long_lived/initial_datalayer for chia_rs 2025-02-06 15:28:08 -05:00
Amine Khaldi 603824c151 Merge commit '7e265e3da80f82257bc4a836b1fb359c1c9f26df' into checkpoint/main_from_release_2.5.1_7e265e3da80f82257bc4a836b1fb359c1c9f26df 2025-02-06 17:31:02 +01:00
7f3ae1c062 Comment out arch linux install test (#19235)
* Comment out arch linux install test

* Better documentation

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update test-install-scripts.yml

* Update test-install-scripts.yml

---------

Co-authored-by: Kyle Altendorf <sda@fstab.net>
2.5.1-rc2
2025-02-05 20:45:12 -07:00
bbc8d253d3 avoid asyncio bug in 3.12.8 (#19225)
* avoid asyncio bug in 3.12.8

* Update .github/workflows/test-single.yml

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update .github/workflows/test-single.yml

Co-authored-by: Kyle Altendorf <sda@fstab.net>

* Update .github/workflows/test-single.yml

Co-authored-by: Kyle Altendorf <sda@fstab.net>

---------

Co-authored-by: Earle Lowe <30607889+emlowe@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
2025-02-05 18:19:02 -07:00
Matt 4af203f43a Bad default 2025-02-05 14:52:08 -08:00
Matt HauffandGitHub 482d83788d Standardize the Wallet API for generate_signed_transaction (#19209)
* Standardize the `Wallet` API for `generate_signed_transaction`

* Some test fixes

* Fix `create_tandem_xch_tx`

* Fix the other `create_tandem_xch_tx`s

* More test fixes

* More test fixes

* Bad fix from last time
2025-02-05 15:12:16 -07:00
Arvid NorbergandGitHub 6ad68961e9 bump chiapos to 2.0.9rc1, with Earle's fix (#19233) 2025-02-05 14:26:58 -07:00
Kyle Altendorf b75547e3cc update chia_rs datalayer again 2025-02-05 15:49:36 -05:00
Matt c9e898ac7b Bring VCWallet.generate_signed_transaction into conformity with other wallets 2025-02-05 09:26:19 -08:00
7e265e3da8 use undelying height_to_hash to check main chain (#19220)
Co-authored-by: almogdepaz <almogdepaz@gmail.com>
2025-02-05 10:12:23 -07:00
Florin Chirica 186f1ad3e6 Lint. 2025-02-05 16:45:42 +02:00
Florin Chirica 8d32169e83 Lint. 2025-02-05 01:00:47 +02:00
Florin Chirica 7a235ed8e0 Use resolved root hash. 2025-02-05 00:55:28 +02:00
Florin Chirica 648a02f79e Fix test. 2025-02-05 00:54:32 +02:00
Florin Chirica 66d2542897 Fix test. 2025-02-04 22:59:18 +02:00
Matt 66496e2c23 Bad fix from last time 2025-02-04 12:07:53 -08:00
Kyle Altendorf 1761979f43 Merge branch 'long_lived/datalayer_merkle_blob' into use_chia_rs_keyid_valueid_treeindex 2025-02-04 12:57:41 -05:00
Florin Chirica 9d254316d2 Lint. 2025-02-04 19:50:03 +02:00
Florin Chirica 6d9616cd51 Lint. 2025-02-04 19:46:51 +02:00
Kyle AltendorfandGitHub f83410e6e9 catchup: into long_lived/datalayer_merkle_blob from main @ 1d9ab3cf0a (#19227)
Source hash: 1d9ab3cf0a
Remaining commits: 0
2025-02-04 12:43:01 -05:00
Florin ChiricaandGitHub 8b1f88e984 Merge branch 'long_lived/datalayer_merkle_blob' into fc.remove_hashes_table 2025-02-04 19:38:55 +02:00
Florin Chirica a37eaa7c5a Remove DL hashes table 2025-02-04 19:36:59 +02:00
Matt 645d1197c8 More test fixes 2025-02-04 09:22:49 -08:00
Kyle AltendorfandGitHub 5a7fdd8c14 check on import that assertions are working (#19208) 2025-02-04 09:49:52 -07:00
Kyle Altendorf 4cd5608f41 Merge commit '1d9ab3cf0a1231d318a8d971c8296f4f82555553' into catchup/long_lived_datalayer_merkle_blob_from_main_1d9ab3cf0a1231d318a8d971c8296f4f82555553 2025-02-04 11:39:13 -05:00
Kyle AltendorfandGitHub 377f201a73 catchup: into long_lived/datalayer_merkle_blob from main @ 084599bf2b (#19221)
Source hash: 084599bf2b
Remaining commits: 0
2025-02-04 11:38:32 -05:00
Kyle AltendorfandGitHub 1d9ab3cf0a fixup test_db_validate_default_1000_blocks() (#19222)
* fixup `test_db_validate_default_1000_blocks()`

* a different take
2025-02-04 07:31:51 -07:00
Kyle Altendorf 617aca8eb9 back to chia_rs long lived 2025-02-03 13:18:34 -05:00
Matt 131cc3c785 More test fixes 2025-02-03 08:52:44 -08:00
Amine KhaldiandGitHub a1663df662 CHIA-2301 Cover maintaining correct mempool item's height added to mempool value on mempool update or rebuild (#19217)
Cover maintaining correct mempool item's height added to mempool value on mempool update or rebuild.
2025-02-03 09:18:00 -07:00
Richard KissandGitHub ee4c7f9573 chia.types no longer depends upon chia.protocols (#19215) 2025-02-03 09:17:49 -07:00
Amine KhaldiandGitHub ae5cf80cc0 CHIA-2281 Clarify transactions generator check in test_parser (#19205)
Clarify transactions generator check in test_parser.
2025-02-03 09:16:15 -07:00
Matt 6a1e5f8b0b Merge remote-tracking branch 'origin/main' into quex.unify_gst_api 2025-02-03 08:15:13 -08:00
Matt dd6eef201d Fix the other create_tandem_xch_txs 2025-02-03 08:11:35 -08:00
d6337c6cad [CHIA-689] Port test_dl_wallet.py to WalletTestFramework (#19200)
* Migrate `test_initial_creation`

* Migrate `test_owned_singletons`

* Migrate `test_tracking_non_owned`

* Migrate `test_lifecycle`

* Delete `test_rebase`

* Port `test_mirrors`

* Minor tweaks.

---------

Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
2025-02-03 09:10:41 -07:00
Amine KhaldiandGitHub 965bc91be2 CHIA-2276 Annotate time_out_assert.py (#19196)
Annotate time_out_assert.py.
2025-02-03 09:10:28 -07:00
Amine KhaldiandGitHub 9bac727196 CHIA-2275 Remove no longer needed TestTransactions class (#19195)
Remove TestTransactions class.
2025-02-03 09:09:17 -07:00
Kyle Altendorf b000714e26 Merge commit '084599bf2b51dbc7beef983d88e44724c24b7698' into catchup/long_lived_datalayer_merkle_blob_from_main_084599bf2b51dbc7beef983d88e44724c24b7698 2025-02-03 10:54:45 -05:00