Commit Graph
5861 Commits
Author SHA1 Message Date
Kyle Altendorf 90c1441af0 apply pyupgrade --py38-plus --keep-runtime-typing (#14646) 2023-10-24 12:01:23 -05:00
Arvid Norberg 493d36bb3b require SerializedProgram.from_bytes() is passed a valid clvm structure (#16674) 2023-10-24 09:57:28 -05:00
Kyle Altendorf 95078d6b67 Remove unused Service._rpc_close_task attribute (#16673) 2023-10-24 09:40:46 -05:00
Geoff Walmsley b3650ca4da add NFT, DID, DAO_CAT to wallets denominated in mojos (#16632) 2023-10-24 09:39:39 -05:00
Kyle Altendorf c158330aee Correct FullNodeDiscovery.pending_tasks typo without s (#16669) 2023-10-23 11:50:46 -05:00
Matt Hauff 1a05888710 Optimize CRCAT trades (#16430) 2023-10-20 15:12:18 -05:00
Matt 3bf117a255 Merge remote-tracking branch 'origin/long_lived/vault' into quex.remove_announcement 2023-10-19 09:47:24 -07:00
Matt Hauff ff59bc3e1f Add cache to wallet node preventing resend of processing TX (#16640) 2023-10-18 17:13:50 -05:00
Matt Hauff e32a8ffb0f Allow set_status to overwrite trade in store (#16636) 2023-10-18 17:13:31 -05:00
Arvid Norberg da10f65681 rename ClassgroupElement.from_bytes() (#16635) 2023-10-18 13:31:15 -05:00
Matt Hauff e15b9a04c2 Chunk SQLite query for old TR/TX conversion (#16639) 2023-10-17 21:46:44 -05:00
Earle Lowe 05716c1984 Add timeouts and reduce flakes for datalayer (#16621) 2023-10-17 17:12:09 -05:00
Matt 0f9f8bdca9 Merge remote-tracking branch 'origin/long_lived/vault' into quex.remove_announcement 2023-10-17 12:26:49 -07:00
Chris Marslender a6129951e2 checkpoint: into main from release/2.1.2 @ c21c2d6734 (#16643) 2023-10-17 11:04:53 -07:00
Arvid Norberg d312ce0bba remove unnecessary parameter to ClassgroupElement.get_size() (#16628) 2023-10-17 09:11:44 -07:00
Kyle Altendorf acaedd51a3 Merge commit 'c21c2d673400b9b88206c7ba89fd9abf25da1d14' into checkpoint/main_from_release_2.1.2_c21c2d673400b9b88206c7ba89fd9abf25da1d14 2023-10-17 11:47:52 -04:00
Izumi Hoshino 2a342493bb Fixed an issue where plot filter reduction was not applied on testnet10 (#16623) 2023-10-16 17:56:44 -07:00
Arvid Norberg c21c2d6734 fix issue with syncing testnet, introduced in: Get block spends (#16451) (#16618) 2023-10-16 10:57:00 -07:00
Chris Marslender 0e26867b42 checkpoint: into main from release/2.1.2 @ fe8ae58650 (#16590) 2023-10-13 08:47:24 -05:00
Kyle Altendorf d387716f49 remove synchronized block height based clearing of SyncStore.peak_to_peer cache (#16459) 2023-10-12 20:10:26 -05:00
Matt 41dde97568 Merge remote-tracking branch 'origin/long_lived/vault' into quex.remove_announcement 2023-10-12 13:49:18 -07:00
Kyle Altendorf dc0f7f637f Shutdown on startup failure and log to the log if possible (#16593) 2023-10-12 11:19:37 -05:00
75af6a98d8 Dao wallet (#16500)
Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>
Co-authored-by: Matthew Howard <m.o.howard97@gmail.com>
Co-authored-by: matt-o-how <48453825+matt-o-how@users.noreply.github.com>
Co-authored-by: Karlkim Suwanmongkol <karlkim@gmail.com>
Co-authored-by: Sebastjan Trepca <trepca@gmail.com>
Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
2023-10-11 14:19:12 -05:00
Arvid Norberg 6c58c5ac00 Better timestamps on simulated chains (#16326) (#16586) 2023-10-11 11:52:14 -05:00
Matt 2afa5ce8fe Remove Announcement class from chia-blockchain 2023-10-11 07:56:20 -07:00
Amine Khaldi d98071497c Merge commit 'fe8ae5865099aca446fb446057b8e6c320402839' into checkpoint/main_from_release_2.1.2_fe8ae5865099aca446fb446057b8e6c320402839 2023-10-11 15:28:44 +01:00
Amine Khaldi 07d713e473 Merge commit '0ada9453ae3c2ce589039aaf6633cdfd13e01959' into checkpoint/main_from_release_2.1.2_0ada9453ae3c2ce589039aaf6633cdfd13e01959 2023-10-11 14:21:45 +01:00
Earle Lowe cda2b09d72 Add config option to set rpc timeout and use it for simulator tests (#16545) 2023-10-10 15:03:27 -05:00
Kyle Altendorf d82876d47d hint chia.util and remove from exclusions (#16521) 2023-10-10 13:45:20 -05:00
Florin Chirica 33edfa8556 test_services.py flaky test. (#16518) 2023-10-10 13:44:50 -05:00
Kyle Altendorf 3d728c2a17 cleanup unused peer config (#14922) 2023-10-10 13:17:48 -05:00
Arvid Norberg fe8ae58650 Get block spends (#16451) 2023-10-10 10:14:21 -05:00
Arvid Norberg 0ada9453ae fix recovery of invalid sub epoch summaries cache (#16333) 2023-10-10 10:01:33 -05:00
Amine Khaldi d2abc99f98 Sync store's clear_sync_info doesn't need to be async (#16528) 2023-10-10 09:55:45 -05:00
Earle Lowe 4ba74c96ae Use network overrides for default port for WalletPeers (#16525) 2023-10-06 13:18:48 -05:00
ad267b19b1 Fix DID resync (#15675)
Co-authored-by: wjblanke <wjb98672@gmail.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
2023-10-05 17:37:13 -05:00
Matt Hauff 0d1318932c Enhancements to WalletTestFramework (#16291) 2023-10-05 16:16:38 -05:00
Kronus91 1249938f4f DID wallet coin_added (#16256) 2023-10-05 15:30:40 -05:00
Kyle Altendorf 1654de1a47 fix mutable defaults in Service.__init__() (#16472) 2023-10-04 15:47:12 -05:00
Earle Lowe 5ea14326c9 Refactor daemon simulation test (#16081) 2023-10-04 12:16:13 -05:00
Kyle Altendorfanddustinface 88e2761a5c merge listen into advertised_port as None (#15024)
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
2023-10-03 20:24:04 -05:00
Kyle Altendorf 0606c239b2 hint chia.pools and remove from exclusions (#16493) 2023-10-03 16:32:12 -05:00
Kyle Altendorf 13b74107ca @dataclass RpcClient (#16385) 2023-10-03 14:34:24 -05:00
Kyle Altendorf f1059bcb44 @dataclass FullNode to avoid risks of instances without attributes set (#1332) 2023-10-03 14:33:19 -05:00
Amine Khaldi d7ab76f65d Merge commit '58ad8b8f0923b7cce09c5d04d9a543ac8af8ed2a' into checkpoint/main_from_release_2.1.0_58ad8b8f0923b7cce09c5d04d9a543ac8af8ed2a 2023-10-02 20:23:19 +01:00
Kyle Altendorf 7889f51e7e hint chia.util.block_cache and remove from exclusions (#16476) 2023-10-02 13:07:14 -05:00
Kyle Altendorf c19f7669f7 Merge commit '867b55097e53de52f052aab9fcb1f4ec9c7422de' into checkpoint/main_from_release_2.1.0_867b55097e53de52f052aab9fcb1f4ec9c7422de 2023-10-01 18:07:23 -04:00
William Allen abbf29b974 checkpoint: into main from release/2.1.0 @ 07e2a0b8bb (#16466)
Source hash: 07e2a0b8bb
Remaining commits: 7

Needs https://github.com/Chia-Network/chia-blockchain/pull/16465 or for
the issues to otherwise be fixed.
2023-10-01 17:05:54 -05:00
Kyle Altendorf 51d3bf018e Revert "Dao wallet" (#16465) 2023-10-01 11:57:09 -05:00
Kyle Altendorf b0491678c9 Merge commit '07e2a0b8bb75d72a4db689289109c69eb8e81234' into checkpoint/main_from_release_2.1.0_07e2a0b8bb75d72a4db689289109c69eb8e81234 2023-09-30 21:04:23 -04:00