Commit Graph
14659 Commits
Author SHA1 Message Date
matt c2e51f072b added spend code to wallet 2021-10-22 15:12:18 +02:00
matt 4668524555 WIP wallet push 2021-10-21 19:29:47 +02:00
almog bd1560292e wallet wip 2021-10-21 14:15:01 +03:00
matt cf2fbdde37 added recover test 2021-10-21 13:07:43 +02:00
dustinfaceandGitHub 7c1a72848c plotting|harvester|tests: Improve batch processing (#8385)
* plotting|harvester|tests: Improve batch processing

Let it only process `batch_size` files per `refresh_batch` call.

* plotting: Improve thread shutdown
2021-10-20 18:06:01 -07:00
Kyle Altendorf e2478f04d9 lint 2021-10-20 13:49:31 -04:00
Arvid NorbergandGitHub 0cc4251d4f simplify Blockchain.clean_block_records() (#8879) 2021-10-20 10:38:41 -07:00
Kyle Altendorf a9f663c0c7 remote exploratory data layer test 2021-10-20 12:45:55 -04:00
Kyle Altendorf ef594f7efc lint 2021-10-20 12:22:08 -04:00
Kyle Altendorf 3ef5c665c8 Merge branch 'main' into atari 2021-10-20 12:16:46 -04:00
matt e4d8dfc316 add offer test 2021-10-20 17:10:03 +02:00
almog a0ef021ecd handle data_store type changes
fix test input
2021-10-20 16:00:26 +03:00
Kyle AltendorfandGitHub 8d49871bfa Merge pull request #8877 from Chia-Network/altendky-data_layer_exploration 2021-10-19 17:06:25 -04:00
8f3ea9c81b Update old comment on streamables (#8872)
* Update old comment on streamables

* Apply suggestions from code review

Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com>

Co-authored-by: Arvid Norberg <arvid.norberg@gmail.com>
2021-10-19 10:37:31 -07:00
Richard KissandGitHub 0c7e5194bd Add Program.at utility function. (#8713) 2021-10-19 10:35:25 -07:00
Kyle AltendorfandGitHub 46ab3a0248 List unopenable plots at end of plots check (#8844)
* List unopenable plots at end of plots check

https://github.com/Chia-Network/chia-blockchain/issues/2825

* f-string

* use os.fspath() for logging bad plots from plots check

* drop .keys() in len() check

* stop using os.fspath() for log output in check plots
2021-10-19 10:30:23 -07:00
Kyle Altendorf e4105b46b1 black 2021-10-19 13:18:20 -04:00
Kyle Altendorf e3079bed00 data store tidy 2021-10-19 11:24:22 -04:00
Kyle Altendorf c306e33071 pragma synchronous=FULL for the data layer 2021-10-19 10:50:01 -04:00
Kyle Altendorf 30f319aa6e Merge branch 'main' into altendky-data_layer_exploration 2021-10-19 10:34:39 -04:00
matt 3370ef0efe added test for db_host 2021-10-19 16:19:24 +02:00
Arvid NorbergandGitHub 732fb51fe0 add alternative to pkm_pairs_for_conditions_dict() which is a bit more straigh-forward and returns the public keys and messages in the forms we need them to validate them. This is a step towards simplifying the conditions data structures (#8128) 2021-10-19 06:26:53 -07:00
matt d2cd0fdf6d innerpuz is god, and simplify 2021-10-19 14:36:27 +02:00
Kyle Altendorf 32965b8087 data layer keys and values are opaque bytes 2021-10-18 16:11:35 -04:00
Kyle Altendorf eb315166ea add DataStore.autoinsert() 2021-10-18 15:01:06 -04:00
Kyle Altendorf 64d4d3e37e mypy 2021-10-18 15:01:05 -04:00
Kyle Altendorf 471330b10b INSERT OR IGNORE INTO for DataStore._insert_terminal_node() 2021-10-18 15:01:04 -04:00
Kyle Altendorf 774f14cf94 lint 2021-10-18 15:01:04 -04:00
Kyle Altendorf 4fa16ba23c make DataStore.get_pairs() return ordered by depth then left-to-right 2021-10-18 15:01:01 -04:00
Kyle Altendorf 3d6248940d add data layer create_example fixture 2021-10-18 15:01:00 -04:00
Kyle Altendorf 8e3aefb349 move data layer add_*_example() to test utils 2021-10-18 15:01:00 -04:00
Arvid NorbergandGitHub 6de03d0fe1 Coin store updates (#8818)
* improve coin store benchmark output

* factor out common row_to_coin() in coin_store, and some other slight cleanups
2021-10-18 09:33:20 -07:00
matt 2db0b7be43 add merkle tree to test 2021-10-18 16:08:14 +02:00
matt b7f5af3e45 add new chialisp and hex 2021-10-18 14:50:30 +02:00
matt 42b45585e5 linting and black ready for merge 2021-10-18 14:40:36 +02:00
almog 825087e964 lint 2021-10-18 13:41:29 +03:00
almog 23c534eded rpc test 2021-10-18 12:47:22 +03:00
almog b2e2d57f7d tests 2021-10-18 12:42:55 +03:00
Kyle Altendorf 9d8f40e193 shift data layer fixtures to conftest.py for reuse 2021-10-17 20:31:05 -04:00
J. EckertandGitHub d923ae651f Update stale-issue.yml (#8853)
* Update stale-issue.yml

minor QoL updates to wording based on feedback and changed stale PR threshold from 60 days to 45

* Update stale-issue.yml

battling the whitespace yaml demons

* Update stale-issue.yml

battling the whitespace yaml demons

* Update stale-issue.yml

added a EoF newline.
I hate yaml

* Update stale-issue.yml

removing and re-adding newline in a new format to try to appease the pre-commit gods
2021-10-17 15:36:49 -07:00
almog c9df6d21d1 lint 2021-10-17 19:22:45 +03:00
almog d219619301 add delete to rpc test 2021-10-17 19:08:58 +03:00
Arvid NorbergandGitHub 1f893907b9 make db_sync setting default to FULL. Extend the configuration to cover all of OFF, NORMAL and OFF (#8836) 2021-10-16 09:02:18 -07:00
Kyle Altendorf 073d12ad3d isort 2021-10-15 17:14:34 -04:00
Kyle Altendorf f3e4bbc8d9 Merge branch 'main' into altendky-data_layer_exploration 2021-10-15 17:10:52 -04:00
Kyle Altendorf 2f5020380a tidy 2021-10-15 17:10:42 -04:00
Kyle Altendorf 5b86d02c10 add DataStore._check_hashes() 2021-10-15 16:12:23 -04:00
Kyle Altendorf def95fb0ed centralize hashing into DataStore._insert_terminal_node() 2021-10-15 15:44:27 -04:00
Kyle Altendorf 9ec37c9f41 centralize hashing into DataStore._insert_internal_node() 2021-10-15 15:33:04 -04:00
jctengandGitHub 79f9cdaff7 Update units.py (#8789)
fixed bug on chia wallet show with did wallet, name should be 'mojo' not 'mojo:'
2021-10-15 10:37:55 -07:00