Earle Lowe and GitHub
b5fe5020ec
Update CHANGELOG.md ( #17271 )
...
* Update CHANGELOG.md
* Fix trailing whitespace
2.1.4
2024-01-10 11:13:03 -06:00
arty and GitHub
f6522969dd
This should ensure that the wallets are fully synced before and after the reorg test in the nft wallet. ( #17272 )
...
This should ensure that the wallets are fully synced before and after the reorg test in the nft wallet. This should fully fix the test up.
2024-01-10 10:52:20 -06:00
Earle Lowe and GitHub
66683b957d
Skip flaky test on windows and python 3.8 ( #17202 )
2.1.4-rc2
2024-01-03 13:56:41 -08:00
Earle Lowe and GitHub
21e7e8d8fe
Update chia_rs to 0.2.15 for AMD K10 fix ( #17197 )
...
* Update chia_rs to 0.2.15 for AMD K10 fix
* increase NFT timeout for test_nft_wallet_creation_and_transfer
* increase NFT timeout for test_nft_wallet_creation_and_transfer
* Set timeout back to 30s
2024-01-03 12:37:19 -08:00
Arvid Norberg and GitHub
7d555feba3
Spin slower send_transaction() ( #17166 )
...
we currenly spin-wait for hearing back whether a transaction made it into the mempool or not (in FullNodeAPI.send_transaction()). We currently spin in a very tight loop, which appears to hog a significant amount of CPU. Increase the sleep to spin slower
2024-01-02 14:05:10 -07:00
Arvid Norberg and GitHub
507899ff19
Mempool multifetch ( #17139 )
...
* update type annotation for CoinStore.get_coin_records to support both List and Set
* update the mempool to fetch multiple coin records per query
* optimize the slow-path of updating the mempool by fetching all coin records up-front, in a single sql query
2.1.4-rc1
2023-12-22 16:29:39 -06:00
wjblanke and GitHub
a4cab829ed
Performance tweaks ( #17155 )
...
* changed default peers from 80 to 40. switched auto db_sync default to NORMAL instead of FULL
* fixed default
* add defaults to config query
2023-12-22 16:28:31 -06:00
Arvid Norberg and GitHub
55c064a292
improve performance of total_mempool_fees() and total_mempool_cost() ( #17107 )
...
* improve performance of total_mempool_fees() and total_mempool_cost()
* log when updating the mempool using the slow-path
* extend test to ensure total-cost and total-fee book-keeping stays in sync with the DB
* lower mempool size from 50 blocks to 10 blocks
2023-12-21 18:02:13 -06:00
Earle Lowe and GitHub
3856324cad
Update CHANGELOG.md ( #17082 )
2.1.3
2023-12-18 13:06:32 -06:00
Kyle Altendorf and GitHub
a6730326e2
revert StructStream.__bytes__() to a working state instead of intentional failure ( #17075 )
2.1.3-rc1
2023-12-18 11:50:59 -06:00
Arvid Norberg and GitHub
788db8bdff
Fix compressed blocks ( #17071 )
2023-12-18 10:48:21 -06:00
Earle Lowe and GitHub
e2c2626e46
Update CHANGELOG.md ( #17042 )
2.1.2
2023-12-13 10:13:59 -06:00
Geoff Walmsley and GitHub
219667b6d8
DAO resync ( #17029 )
2.1.2-rc4
2023-12-11 15:12:37 -06:00
Chris Marslender and GitHub
d55c8a5dcd
Fix the LAST missing pwsh-syntax-in-bash error ( #17023 )
2023-12-08 18:11:55 -06:00
Earle Lowe and GitHub
cfab3a407d
Adjust ban times for DL dat files ( #17021 )
2.1.2-rc3
2023-12-08 15:40:44 -06:00
Geoff Walmsley and GitHub
ca9a6011ec
dao vote amount checks ( #16988 )
2023-12-08 15:11:18 -06:00
Jeff and GitHub
fc5a550d06
Bump chia-blockchain-gui to 2.1.2-rc4 ( #17005 )
2023-12-05 22:59:07 -06:00
Kyle Altendorf and GitHub
949ed00e47
clean out /opt/chia before install and after removal of rpm ( #16991 )
2023-12-05 16:33:43 -06:00
Kyle Altendorf and GitHub
196459382a
claim ownership of /opt/chia in the RPM ( #16980 )
2023-12-04 13:45:42 -06:00
Jeff and GitHub
c8f5ef4818
Bump chia-blockchain-gui to 2.1.2-rc3 ( #16983 )
2023-12-04 12:02:36 -06:00
xchdata.io and GitHub
fde036c503
chia show keys --show-mnemonic-seed: Also show farmer private key (#16556 )
2023-12-01 10:44:03 -06:00
Chris Marslender and GitHub
7d81440ca9
Fix env var to use bash syntax, instead of pwsh for windows exe upload ( #16972 )
2023-11-30 10:57:59 -06:00
Jeff and GitHub
55057dff24
aiohttp 3.9.1 to fix a WebSocket bug introduced in 3.9.0 ( #16968 )
2.1.2-rc2
2023-11-29 17:57:41 -06:00
Geoff Walmsley and GitHub
531e01c5d1
dedupe parent_amount_list ( #16724 )
2023-11-29 09:28:27 -06:00
Arvid Norberg and GitHub
d29d316927
fix typo introduced in the deep-reorg performance fix ( #16940 )
2023-11-28 21:21:31 -06:00
Chris Marslender and GitHub
aa2fd02a37
Add tn11 to initial-config ( #16935 )
2023-11-28 21:21:10 -06:00
Chris Marslender and GitHub
ba6e0720f7
Fix gh release upload step to work even with the .git repo is not present ( #16932 )
2023-11-28 18:07:43 -06:00
53519801fb
DL: remove data from DB on unsubscribe ( #16786 )
...
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2023-11-28 17:46:26 -06:00
Kyle Altendorf and GitHub
fab8b21332
asyncio.create_subprocess_shell() -> asyncio.create_subprocess_exec() (#16944 )
2023-11-28 14:42:36 -06:00
Kyle Altendorf and GitHub
35e9149844
Revert "Make the sync store tests synchronous ( #16529 )" ( #16941 )
2023-11-28 13:23:18 -06:00
Jeff and GitHub
c7bb694fba
Bump chia-blockchain-gui to 2.1.2-rc1 ( #16937 )
...
Fix typos by @omahs in https://github.com/Chia-Network/chia-blockchain-gui/pull/2142
Fixed add plot directory button by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/2199
fix by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2202
Fix crash when previewing an offer created using WalletConnect by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2201
Fix error when using file browser to import an offer by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2203
Fix accidental mutation of the expiring offers defaults object by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/2214
2023-11-27 17:04:54 -06:00
Zachary Brown and GitHub
dcea5363c6
Add systemd init files to CLI-only Linux packages ( #16866 )
2023-11-27 17:03:38 -06:00
Florin Chirica and GitHub
d80b751850
DL: delete full files for when subscribed to a datastore per config ( #16850 )
2023-11-27 12:18:39 -06:00
Kyle Altendorf and GitHub
3caa0754cc
add DBWrapper2.managed() ( #16880 )
2.1.2-rc1
2023-11-22 13:48:01 -06:00
wjblanke and GitHub
8e3f9db89c
only forward 4 most recent cached SPs ( #16879 )
2023-11-22 10:09:18 -06:00
Amine Khaldi and GitHub
3c91881324
Fix propagating spent coins IDs to the mempool on successful generator bundle creation in SpendSim's farm_block ( #16918 )
2023-11-22 09:08:19 -06:00
30fb9f3d00
avoid redundant list->set and set->list conversions ( #16855 )
...
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2023-11-22 09:02:33 -06:00
Kyle Altendorf and GitHub
e49d3495f3
" not ' ( #16913 )
2023-11-21 19:38:48 -06:00
d4234d804f
build(deps): bump keyring from 23.13.1 to 24.3.0 ( #16885 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2023-11-21 17:29:29 -06:00
9d5be54a9a
build(deps-dev): bump pytest-xdist from 3.4.0 to 3.5.0 ( #16907 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 17:19:46 -06:00
51c47dcf68
build(deps): bump boto3 from 1.29.0 to 1.29.4 ( #16906 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 17:19:36 -06:00
305dfa74aa
build(deps): bump aiohttp from 3.8.6 to 3.9.0 ( #16884 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net >
2023-11-21 17:19:15 -06:00
Kyle Altendorf and GitHub
b431a7c0a8
remove unneeded try/finally/pass from load_clvm.py ( #16878 )
2023-11-21 17:19:00 -06:00
Kyle Altendorf and GitHub
fa7b6ac080
remove unneeded try/except/raise from did_wallet.py ( #16877 )
2023-11-21 17:16:45 -06:00
Kyle Altendorf and GitHub
5496eeead0
timelord just manage ( #16759 )
2023-11-21 17:14:48 -06:00
Kyle Altendorf and GitHub
9d5cbf3f24
crawler just manage ( #16758 )
2023-11-21 17:14:29 -06:00
Kyle Altendorf and GitHub
6d480b8256
introducer just manage ( #16757 )
2023-11-21 17:14:10 -06:00
Kyle Altendorf and GitHub
576ec7c08c
datalayer just manage ( #16756 )
2023-11-21 17:13:47 -06:00
Kyle Altendorf and GitHub
799b4928c7
harvester just manage ( #16755 )
2023-11-21 17:13:32 -06:00
Kyle Altendorf and GitHub
06e680d421
farmer just manage ( #16754 )
2023-11-21 17:13:08 -06:00