Commit Graph
14659 Commits
Author SHA1 Message Date
Kyle AltendorfandGitHub b4c42e3e81 switch from a benchmark mark to a fixture (#15190) 2023-09-19 08:53:07 -05:00
Amine KhaldiandGitHub b06ea0c6e5 Avoid setting test config items to their default values (#16225) 2023-09-19 08:36:26 -05:00
Chris MarslenderandGitHub 959dc2ac52 RPM: Change the --depends to a Recommends: tag on the specific compat package (#16358) 2.1.0-rc2 2023-09-18 21:08:31 -05:00
JeffandGitHub ccf0002b72 Bump chia-blockchain-gui to 2.1.0-rc2 (#16365)
Fixed an issue where expected average passed filter count was wrong by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/2087
Fix chia_data_layer_http service startup. Use `noWait` to skip waiting for ping responses that will never arrive by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2113
fix localization issue by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2114
Fixed an issue where status indicators always show `NOT RUNNING` by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/2117
fixes for expiring offers by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/2121
Fix offer creation to prevent setting max_time to 0 (use null instead) by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2129
2023-09-18 20:29:07 -05:00
Patrick MaslanaandGitHub 7908f58863 Remove the Snyk scan file for py deps. We now use GHAS. (#16364) 2023-09-18 20:08:10 -05:00
Kyle AltendorfandGitHub 056f20dc3c chiabip158==1.3 (#16356) 2023-09-18 18:01:44 -05:00
Chris MarslenderandGitHub c29786be6a checkpoint: into main from release/2.1.0 @ 018e812d85 (#16362) 2023-09-18 15:44:17 -05:00
Matt HauffandGitHub b981c2a57e Return TransactionRecord from create_message_spend (#16290) 2023-09-18 14:57:47 -05:00
Amine KhaldiandGitHub b37222070b Annotate test_weight_proof.py (#16243) 2023-09-18 14:56:03 -05:00
Arvid NorbergandGitHub 13e237c250 bump data layer benchmark timeout for batch insert from 17 -> 18 seconds (#16341) 2023-09-18 14:55:47 -05:00
Amine Khaldi d8480b286f Merge commit '018e812d85911489901dee7e83cdaf0252493bb0' into checkpoint/main_from_release_2.1.0_018e812d85911489901dee7e83cdaf0252493bb0 2023-09-18 19:52:31 +01:00
Chris MarslenderandGitHub 7128dd73d2 checkpoint: into main from release/2.1.0 @ 8fc01a2553 (#16359) 2023-09-18 13:42:17 -05:00
Chris MarslenderandGitHub 2f2441f61c Remove EOL & unsupported operating systems and add newer versions (#16357) 2023-09-18 13:42:00 -05:00
Kyle AltendorfandGitHub dbf114a524 move pyinstaller.spec out of the package into build_scripts/ (#16342) 2023-09-18 11:29:06 -05:00
Kyle AltendorfandGitHub 4766d52cb6 add `s (backticks) around file name in coverage comment (#16347) 2023-09-18 11:28:53 -05:00
Kyle AltendorfandGitHub 40cddbdf76 fix runtime type risk in parse_timelock_info() (#16345) 2023-09-18 11:28:30 -05:00
Amine KhaldiandGitHub 046ef0b958 Run CI using Python 3.10 (#16246) 2023-09-18 11:27:55 -05:00
Amine Khaldi 06fec5d986 Merge commit '8fc01a255324071714df9c05c6cbe98711442713' into checkpoint/main_from_release_2.1.0_8fc01a255324071714df9c05c6cbe98711442713 2023-09-18 17:07:53 +01:00
Amine KhaldiandGitHub 8256de507b Bump test_mempool_update_performance benchmark duration from 0.1 to 0.15 (#16353) 2023-09-18 10:09:53 -05:00
Matt HauffandGitHub 018e812d85 Add extra_conditions to special offer making (#16340) 2023-09-15 21:00:57 -05:00
Matt HauffandGitHub 7dbc0e2f71 Add the basics for a more ergonomic wallet test framework (#16113) 2023-09-15 21:00:26 -05:00
Arvid NorbergandGitHub 0c56e8f7af Better timestamps on simulated chains (#16326) 2023-09-15 21:00:08 -05:00
Kyle AltendorfandGitHub 36070fb19a more (more) uint*() (#16324) 2023-09-15 11:35:21 -05:00
Arvid NorbergandGitHub b1afd4a48d skip test_parser() test (#16338) 2023-09-15 09:57:17 -05:00
Arvid NorbergandGitHub 1636dcc408 bump data layer benchmark timeout for batch insert from 17 -> 18 seconds (#16339) 2023-09-15 09:56:59 -05:00
Matt HauffandGitHub fc66f43f8a Remove tx_endpoint from select_coins (#16325) 2023-09-14 17:00:01 -05:00
Amine KhaldiandGitHub 19e03f0632 Annotate test_new_peak.py (#16315) 2023-09-14 14:08:49 -05:00
Arvid NorbergandGitHub 540747fae1 ban peers for 10 minutes when violating consensus rules (#16323) 2023-09-14 14:08:18 -05:00
Kyle AltendorfandGitHub cd9d6eff33 add SizedBytes.random()/.secret(), replace token_bytes() usage (#16276) 2023-09-14 14:08:01 -05:00
b9475bdf09 checkpoint: into main from release/2.1.0 @ 8fc01a2553 (#16332)
Co-authored-by: Jeff <jeff@chia.net>
2023-09-14 14:05:14 -05:00
JeffandGitHub 8fc01a2553 Bump chia-blockchain-gui to 52d536c7da867a5dcefd238b18248c61a4337a5c (#16329)
Fixed typo by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1915
fix incorrect paths by @nirajpathak13 in https://github.com/Chia-Network/chia-blockchain-gui/pull/1922
fixes in gui by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/1931
fixed auto login by @seeden in https://github.com/Chia-Network/chia-blockchain-gui/pull/1982
Fix crash when populating keys that lack an emoji/theme entry by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2024
Fix address entry when entered directly instead of using the selection by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2037
fixes by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2052
fix for the crash when clicking on the Plots tab by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2057
Fixed effective plot size values by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/2062
fix by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2082
2.1.0-rc1
2023-09-14 10:17:17 -05:00
Matt HauffandGitHub b6dae184a1 Add valid_times to Offer object (#16255) 2023-09-13 20:07:18 -05:00
JeffandGitHub ab07de72d5 Bump chia-blockchain-gui to 254dcfaf034a49567ac99b17ff74d061883e55d2 (#16211) 2023-09-13 15:34:24 -05:00
Arvid NorbergandGitHub 2d7cd8428b remove CHIP-13 and SOFT_FORK4 (#16320) 2023-09-13 14:51:12 -05:00
Kyle AltendorfandGitHub 06c7382cd4 send --fix-ssl-permissions to stderr (#15972) 2023-09-13 14:15:11 -05:00
Kyle AltendorfandGitHub e6663c05d8 remove const_dict= parameter from BlockTools() (#16322) 2023-09-13 14:13:47 -05:00
Kyle AltendorfandGitHub e9ac7ea610 apply uint*() more (#16287) 2023-09-13 10:48:06 -05:00
Kyle AltendorfandGitHub ebcf74d9d9 improve dataclasses.replace() usage to improve hint checking (#16286) 2023-09-13 10:25:13 -05:00
Kyle AltendorfandGitHub 0934e3dc4e core.server test_loop() failures (#16207) 2023-09-13 10:17:43 -05:00
dustinfaceandGitHub bc83010c92 wallet: Drop unused methods in wallet_sync_utils.py (#16277) 2023-09-13 08:27:14 -05:00
dustinfaceandGitHub 2a1e3ae2fc full_node: Move wallet updates into a separate task (#16238) 2023-09-13 08:26:47 -05:00
Matt HauffandGitHub d7e9090122 Add ergonomic timelock parsing to RPCs (#16054) 2023-09-12 14:16:48 -05:00
Izumi HoshinoandGitHub 4278760924 Bladebit Hybrid disk mode (#16208) 2023-09-12 13:54:04 -05:00
Matt HauffandGitHub efff83e7be Add timelock information to Trades and Transactions (#15915) 2023-09-12 11:28:01 -05:00
Arvid NorbergandGitHub fd51693ba0 run_block_generator2() (#16241) 2023-09-12 11:27:37 -05:00
Matt HauffandGitHub 13eaf1fd10 Refactor simulator setups from async generators to context managers (#16126) 2023-09-12 10:01:28 -05:00
dustinfaceandGitHub e9b5937dce wallet: Drop is_peer_synced / More cache usage (#16261) 2023-09-11 17:52:43 -05:00
Matt HauffandGitHub c48beff81e Fix test_dusted_wallet flakiness (#16288) 2023-09-11 15:44:14 -05:00
Geoff WalmsleyandGitHub 315d79e5b7 max_coin_amount should default to None in walllet send command (#16303) 2023-09-11 15:43:50 -05:00
Geoff WalmsleyandGitHub a6b2bd2ea9 add fee for cat creation (#16285) 2023-09-11 15:43:39 -05:00