Commit Graph
3628 Commits
Author SHA1 Message Date
Zlatko FedorandGene Hoffman f50a372b50 updated visualization of farmer state and expected time to win
moved components into the components directory
1.0beta20
2021-01-14 14:14:57 -08:00
fchiricaandGene Hoffman 3754794123 Fix typo. 2021-01-14 13:26:27 -08:00
Gene Hoffman 369d2ac33b Changelog for b20, GUI locales, package lock 2021-01-14 12:16:53 -08:00
Zlatko FedorandGene Hoffman 6eeac15720 fixed lgtm alerts 2021-01-14 12:12:23 -08:00
Zlatko FedorandGene Hoffman 1d345ad949 show syncing on the farm page instead of bad expected time to win 2021-01-14 11:58:23 -08:00
Zlatko FedorandGene Hoffman 5dcc470d2c used history table for all wallets 2021-01-14 11:58:23 -08:00
Zlatko FedorandGene Hoffman 66c3e11864 added autocomplete for mnemonics with fast search 2021-01-14 11:58:23 -08:00
Zlatko FedorandGene Hoffman 82ba5c87ae deps
fixed typescript issue related to jsx errors in the vscode
2021-01-14 11:58:23 -08:00
Zlatko FedorandGene Hoffman 570a299bf2 fied typo in mnemonics 2021-01-14 11:58:23 -08:00
Zlatko FedorandGene Hoffman 0ba2c0e275 updated expected time to win 2021-01-14 11:58:23 -08:00
YostraandGitHub 861deb6dba Up Ws limit (#674)
* max size

* indexes
2021-01-13 19:10:20 -08:00
Mariano SorgenteandGene Hoffman 26391b72c3 Revert change to sub block record, but keep the RPC api 2021-01-13 17:07:05 -08:00
Gene HoffmanandGene Hoffman 99503adcbf Other wallet test timeout to 100 2021-01-13 16:58:21 -08:00
Gene HoffmanandGene Hoffman 148916a155 wallet_sync timeout to 100s 2021-01-13 16:58:21 -08:00
Gene HoffmanandGene Hoffman df36e5a43c Migrate wallet dir, fix MacOS plot misread 2021-01-13 16:58:21 -08:00
Mariano Sorgente a940b52fa9 Add coinbase rewards to sbr to support GUI features 2021-01-14 08:19:13 +09:00
Mariano Sorgente cf3de02bad Add reward claims into sub block record 2021-01-14 08:19:13 +09:00
Mariano SorgenteandGene Hoffman d73755f2c4 Catch if error on reinitialize prover object 2021-01-13 15:17:55 -08:00
Will Bendick 0c93be281d removes unused import 2021-01-13 14:15:03 -08:00
Will Bendick 8e6e2cafbe removes debugging call 2021-01-13 14:15:03 -08:00
Will Bendick ffbe0ed73d formatting for black 2021-01-13 14:15:03 -08:00
Will Bendick 57dd455a61 formatting for flake8 2021-01-13 14:15:03 -08:00
Will Bendick 7bb02a11f1 removes unused import 2021-01-13 14:15:03 -08:00
Will Bendick e2ea4095a1 restores rl wallet rpc tests 2021-01-13 14:15:03 -08:00
Will Bendick dd954077ff get_coin_records_by_puzzle_hash moves from wallet_store to coin_store 2021-01-13 14:15:03 -08:00
Will Bendick 69014655c3 uses peak instead of lca 2021-01-13 14:15:03 -08:00
Will Bendick bfee9d862b escapes string constants 2021-01-13 14:15:03 -08:00
Will Bendick 2740df440f fixes code indent 2021-01-13 14:15:03 -08:00
Will Bendick edbc049685 restores incorrectly reverted code 2021-01-13 14:15:03 -08:00
Will Bendick 2d05d7e3ab uses coin_store in WalletStateManager 2021-01-13 14:15:03 -08:00
58b52a9091 Ms.multiprocessing2 (#665)
* Ms.bug fixes (#615)

* on_disconnect callback called if present, for services (full_node, farmer, etc) when a connection is closed
* connections added or removed are reflected in UI
* No migration of wallet full node peer
* More blockchain_transaction tests re-enabled
* Blockchain tests uncommented
* get_block_peak fixed in blockchain.py
* Reduce some logging in tests, and asynciosqlite logs suppressed for the DEBUG level

* Assert fee test

* Re-enable tx tests

* Don't log errors on task cancel

* More full node tests

* Add test and fix edge case for first sub slot

* More tests

* Multiprocessing for block validation

* Fix issue where sub slot is not present

* More bug fixes / tests

* continue

* test for multiprocessing

* Implement sync

* Change cpu count

* Fix lint

* Tweaks

* fix teardownn issue

* Fix issue where sub slot is not present

* Another bug fix and more logging

* Fix test

* Try to fix the other test

* Same store fix as in dev

* Fix import for tests

* Fix tests

* Fix test

* Increase test timeout

Co-authored-by: Gene Hoffman <hoffmang@hoffmang.com>
2021-01-13 13:44:33 -08:00
Gene Hoffman 4624a5fe97 Update changelog for split bug, peer gossip 2021-01-13 12:52:33 -08:00
Mariano SorgenteandYostra fcc4d119b8 Fix double spend issue in reorgs 2021-01-13 14:57:51 -05:00
Florin ChiricaandGene Hoffman 699f354510 Type checking. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 99b4a10936 Pretest for updating connection time. 2021-01-13 09:36:30 -08:00
Florin ChiricaandGene Hoffman daf1c9db39 Typo. 2021-01-13 09:36:30 -08:00
Florin ChiricaandGene Hoffman 2b39ca2854 Try to fix test_request_peers. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman da84d9e414 mypy. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman d1db708609 Fix addrman tests. 2021-01-13 09:36:30 -08:00
Florin ChiricaandGene Hoffman 515503517b Try peers every 10 minutes. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 2cb75c3a13 Typo. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 46d0a822ea Try to keep valid localhost peers. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 5ce7f8ebdf Don't gossip private IP addresses. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 036d632f85 Fix bug. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 7fa8c1668f flake8. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 824b8af259 request_peers on connect. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 50a88f7a73 Typo. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 482f25e5ce Reduce sleeps. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 2d87257d29 Flake8, addrman tests passing. 2021-01-13 09:36:30 -08:00
fchiricaandGene Hoffman 0e55ab6719 Checkpoint select sparse tables. 2021-01-13 09:36:30 -08:00