Commit Graph
14659 Commits
Author SHA1 Message Date
almog 9b5970d76f fix test 2022-02-10 13:42:30 +02:00
wjblankeandGitHub 419f88f296 updated soft fork to 2300000 (#10170) 2022-02-09 18:02:06 -08:00
YostraandGitHub 6315cb4a4b Try all nodes when fetching a parent. (#10152)
* try all nodes

* lint
2022-02-09 16:19:02 -08:00
Kyle AltendorfandGitHub b6e599e11e Merge pull request #10145 from Chia-Network/fc.link_data_server 2022-02-09 15:44:50 -05:00
Florin Chirica 0723f59e98 Link Data Layer Server. 2022-02-09 20:58:38 +02:00
Yostra d4339a6c6d debug commit 2022-02-09 18:29:32 +01:00
8b4ab4bfde fix full sync on DB v2 (#10157)
* Update hint_store.py

* Update db_upgrade_func.py

* Fix a hint by black.

Co-authored-by: Amine Khaldi <amine.khaldi@reactos.org>
2022-02-09 09:11:01 -08:00
Matt Hauff 8e334d6b44 Add automatic rebasing and conflict handling 2022-02-09 09:12:00 -07:00
almog 97ba2a3eb5 change to only_confirmed 2022-02-09 17:35:28 +02:00
almog fc96d7426a lint 2022-02-09 17:12:55 +02:00
almog 3e120791b0 default value 2022-02-09 17:12:36 +02:00
almog 32c27cf345 default value 2022-02-09 15:45:31 +02:00
almog e625e959ff lint 2022-02-09 15:31:41 +02:00
almog bfab3aa328 add get_root_history to data layer 2022-02-09 15:13:35 +02:00
William Blanke 3b160139f8 pinned to gui to df2fb1a8e24c55cbfbf7d4c5aeb462c09de2679b 2022-02-08 21:19:43 -08:00
JeffandGitHub 2314f47ecc Post a state change when an offer is added or soft-cancelled. More offer (#10153)
state changes may be needed in the future, but for now the GUI will be
able to refresh wallet balances in response to offer soft-cancellation
and addition.
2022-02-08 17:58:59 -08:00
JeffandGitHub 67705e0907 Ensure wallet/db directory exists before attempting to migrate a wallet (#10151)
db from standalone_wallet/wallet/db.
2022-02-08 16:51:30 -08:00
William Blanke 68bca61df0 updated gui to 866077d96153fccfd21d86dfe7f9111efbdd5a48 2022-02-08 13:01:33 -08:00
Chris MarslenderandGitHub 66fae97b76 Don't return from sync_changed - create payloads list and pass it along (#10149) 2022-02-08 12:58:53 -08:00
matt 359ac29be2 fix messages 2022-02-08 15:59:57 +00:00
Kyle AltendorfandGitHub 0593988475 Merge pull request #10140 from Chia-Network/add_missing_packages 2022-02-08 10:52:29 -05:00
almog 655965e5d2 lint 2022-02-08 16:44:58 +02:00
almog e25583a678 add latest_confirmed param to wallet get_root 2022-02-08 15:42:04 +02:00
Florin Chirica 37ef7d6f27 Checkpoint fix merge. 2022-02-08 14:46:25 +02:00
Florin Chirica a82c2f532b Merge branch 'atari' into fc.optimize_get_ancestors_2 2022-02-08 14:25:55 +02:00
almog ecb96cc4b7 use wallet rpc for get_root 2022-02-08 13:11:12 +02:00
Kyle AltendorfandGitHub 99c6d1fc10 oops 2022-02-08 00:11:19 -05:00
Kyle Altendorf c50d957130 and in pyinstaller.spec 2022-02-07 21:30:02 -05:00
Kyle AltendorfandGitHub e451262d33 "chia_data_layer": "chia_data_layer" 2022-02-07 21:19:49 -05:00
Kyle Altendorf 34f94bece8 add new wallet packages to setup.py 2022-02-07 20:28:56 -05:00
613cdc47f2 Ms.wallet fixes (#10094)
* wallet fixes

* Don't show false positive synched

* Code cleanup and lint

* Fixes

* Revert issue

* Fix reorg issue

Co-authored-by: wjblanke <wjb98672@gmail.com>
2022-02-07 16:38:45 -08:00
YostraandGitHub 87aeadc343 Wallet improvements (#10077)
* disonnect from untusted faster, fork point change, pool state handle

* name conflict

* deadlock

* fix inclusion validation for first sub epoch, don't fetch header blocks on every new peak

* lint

* can be none

* revert changes

* stop wallet peers if trusted peer is connected and synced

* remove pool changes

* remove cononfusing log
2022-02-07 16:13:42 -08:00
8aeefdec02 Fix running blocks with generators that use back-references (#10102)
* Fix running blocks with generators that use back-references

* Update tools/run_block.py

Co-authored-by: Thomas Pytleski <pytlesk4@gmail.com>

Co-authored-by: Thomas Pytleski <pytlesk4@gmail.com>
2022-02-07 16:03:56 -08:00
Kyle AltendorfandGitHub a564910b08 Merge pull request #9946 from Chia-Network/fc.integration 2022-02-07 17:18:57 -05:00
Kyle AltendorfandGitHub d404d0e92b just put __init__.py files where we have .py files (plus subdirectories) (#10129)
* just put __init__.py files where we have .py files

* and the rest

* remove unused ignore
2022-02-07 13:16:13 -08:00
Kyle AltendorfandGitHub b5f3122fc6 import ConsensusConstants from actual definition (#10131) 2022-02-07 13:15:35 -08:00
Kyle AltendorfandGitHub 42ead07211 more gitignore (pytest-monitor, git, vim) (#10012)
* more gitignore (pytest-monitor, git, vim)

* /

* tidy

* .gitignore *.prof

* also ignore *.pstats
2022-02-07 13:14:23 -08:00
JeffandGitHub f67ca2c5a3 STANDALONE_ROOT_PATH now expands to a different env variable to avoid (#10114)
conflicting with DEFAULT_ROOT_PATH when CHIA_ROOT is set. When the GUI
launches chia services, CHIA_ROOT is set, which was preventing the
wallet backend from copying existing DBs from the standalone_wallet.
2022-02-07 11:06:36 -08:00
Kyle AltendorfandGitHub e9d7c4edc1 Merge pull request #10112 from Chia-Network/atari_clvm_tests 2022-02-07 13:11:55 -05:00
matt f35b4ecfe5 fix get_info for received NFT and reovme breakpoint 2022-02-07 17:26:01 +00:00
matt fae9f9f660 fix bug where innerpuzzle would not recreate itself properly 2022-02-07 17:16:58 +00:00
Matt Hauff 613cd891f4 shatree 2022-02-07 07:43:20 -07:00
Florin ChiricaandGitHub be0ad48a09 Merge branch 'atari' into fc.integration 2022-02-07 13:59:11 +02:00
JeffandGitHub f2fe1dca62 Support for performing incremental legacy key migration. (#10085)
* CLI support for performing an incremental keyring migration. This handles the case where new keys were created by an older client or the light wallet, and those keys then need to be moved to keyring.yaml.

* Opportunistically perform a silent incremental keyring migration when the GUI unlocks the keyring.

Track when keyring migration occurs so that we don't needlessly attempt on each GUI launch. ~/.chia_keys/.last_legacy_migration will contain the app version that last attempted migration.

* Formatting & linter fixes

* Tests for `chia keys migrate`. Missing a test for incremental migration.

* Additional keyring migration tests

* Formatting updates from black in files unrelated to this branch.

* Revert "Formatting updates from black in files unrelated to this branch."

This reverts commit a85030e8e0ea7406683efd8ae41e224c861e08ff.

* Exit loop if remaining_keys <= 0

* Linter fix? Manually making this change as black doesn't identify any issues locally.

* Linter fix again...
2022-02-04 16:43:51 -08:00
Matt Hauff 6cca68cb47 Add simulator tests and fix dl clvm 2022-02-04 14:05:42 -07:00
Kyle AltendorfandGitHub 4bec41596a Merge pull request #9947 from Chia-Network/atari_wallet_fees 2022-02-04 15:11:51 -05:00
matt 48dd2dc7f6 Add transfer test and some transfer functions 2022-02-04 18:07:21 +00:00
JeffandGitHub eaa6b8beab Rename migrated standalone_wallet wallet DB to v2 (#10086)
* Rename migrated standalone_wallet wallet db to use '_new.sqlite' suffix

* Removed unnecessary format string

* Wallet DB is now named "v2" instead of "_new"
2022-02-04 09:49:20 -08:00
Florin Chirica 9242f6e468 Nits. 2022-02-04 18:47:44 +02:00
Arvid NorbergandGitHub fa256b8149 fix typo in 'chia init --db-v1' (#10109) 2022-02-04 08:46:17 -08:00