Commit Graph
846 Commits
Author SHA1 Message Date
Mariano SorgenteandGene Hoffman b82f3ba8a2 Optimize mempool tests 2021-01-19 18:22:43 -08:00
Mariano SorgenteandGene Hoffman 0afe5dc55f Fix test flakiness and improve full node tests speed 2021-01-19 18:22:43 -08:00
YostraandGene Hoffman 2490e64413 add lock for cache 2021-01-19 18:15:28 -08:00
YostraandGene Hoffman 8652e10016 15 sec 2021-01-19 18:15:28 -08:00
YostraandYostra c1c237c4a8 expected requests 2021-01-19 16:29:19 -05:00
Mariano SorgenteandGene Hoffman 3d7d8a49ab Fix test and flake8 2021-01-19 10:53:04 -08:00
Mariano SorgenteandGene Hoffman 927e0d6913 Fix prevalidation and optimize some tests 2021-01-19 10:53:04 -08:00
Mariano SorgenteandGene Hoffman eed61d0dbf Prevalidate transactions 2021-01-19 10:53:04 -08:00
Mariano SorgenteandGene Hoffman 42871be6b4 Cache npc list and cost results 2021-01-19 10:53:04 -08:00
YostraandGene Hoffman 4a9254a213 cleanup 2021-01-18 14:01:25 -08:00
Gene HoffmanandGene Hoffman 2486cceccd rename test to bech32m and place in wallet test run 2021-01-18 11:49:14 -08:00
mattandGene Hoffman 55e8bdf0e3 fix rl_tests to use bech32m name 2021-01-18 11:49:14 -08:00
mattandGene Hoffman 86c17ee06c replace chech32m with bech32m 2021-01-18 11:49:14 -08:00
mattandGene Hoffman a758587b58 remove unused imports 2021-01-18 11:49:14 -08:00
mattandGene Hoffman 1fcec881cb rename to check32m
add tests
2021-01-18 11:49:14 -08:00
YostraandGene Hoffman d146278a51 test with generator that stalled the chain 2021-01-17 02:11:18 -08:00
Mariano SorgenteandGene Hoffman bb4c6c2f69 Fix test 2021-01-16 20:32:42 -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
Mariano Sorgente a940b52fa9 Add coinbase rewards to sbr to support GUI features 2021-01-14 08:19:13 +09: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 e2ea4095a1 restores rl wallet rpc tests 2021-01-13 14:15:03 -08:00
Will Bendick edbc049685 restores incorrectly reverted code 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
Mariano SorgenteandYostra fcc4d119b8 Fix double spend issue in reorgs 2021-01-13 14:57:51 -05: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 d1db708609 Fix addrman tests. 2021-01-13 09:36:30 -08:00
Yostra 1b60270766 line break 2021-01-12 17:02:23 -05:00
Yostra ecdde33e64 line break 2021-01-12 17:02:23 -05:00
Yostra aa5f886e81 comment tests 2021-01-12 17:02:23 -05:00
Mariano SorgenteandYostra 8898581e0a Remove db after test 2021-01-12 17:02:22 -05:00
YostraandYostra cbf62d9af7 name 2021-01-12 17:02:22 -05:00
YostraandYostra 7cf0ed0ac6 black 2021-01-12 17:02:22 -05:00
YostraandYostra e4cc0caf5c mypy weight proof 2021-01-12 17:02:22 -05:00
YostraandYostra cbd786aea8 flake mypy 2021-01-12 17:02:22 -05:00
YostraandYostra 7af3443d56 pool / farm reward categorization + db change 2021-01-12 17:02:22 -05:00
YostraandYostra 1cb4ca2b9f test tx count 2021-01-12 17:02:22 -05:00
YostraandYostra f26aedfee2 tx count 2021-01-12 17:02:22 -05:00
YostraandYostra 9b8421504a tx reorg 2021-01-12 17:02:22 -05:00
YostraandYostra 0572cccb43 split tests 2021-01-12 17:02:22 -05:00
YostraandYostra 67a85ea289 more reorg 2021-01-12 17:02:22 -05:00
YostraandYostra 46e1caf126 reorg 2021-01-12 17:02:22 -05:00
YostraandYostra 308d62df1a long sync 2021-01-12 17:02:22 -05:00
YostraandYostra 406f571b7d test backup 2021-01-12 17:02:22 -05:00
almogandYostra 6f2e48b355 up test time 2021-01-12 17:02:22 -05:00
almogandYostra 8e41ea856d fix comment 2021-01-12 17:02:22 -05:00
almogandYostra 23b003be12 fix segment validation bugs 2021-01-12 17:02:22 -05:00