chia-blockchain/chia/types
Yostra 89f15f591c
Merge standalone wallet into main (#9793)
* wallet changes from pac

* cat changes

* pool tests

* pooling tests passing

* offers

* lint

* mempool_mode

* black

* linting

* workflow files

* flake8

* more cleanup

* renamed

* remove obsolete test, don't cast announcement

* memos are not only bytes32

* trade renames

* fix rpcs, block_record

* wallet rpc, recompile settlement clvm

* key derivation

* clvm tests

* lgtm issues and wallet peers

* stash

* rename

* mypy linting

* flake8

* bad initializer

* flaky tests

* Make CAT wallets only create on verified hints (#9651)

* fix clvm tests

* return to log lvl warn

* check puzzle unhardened

* public key, not bytes. api caching change

* precommit changes

* remove unused import

* mypy ci file, tests

* ensure balance before creating a tx

* Remove CAT logic from full node test (#9741)

* Add confirmations and sleeps for wallet (#9742)

* use pool executor

* rever merge mistakes/cleanup

* Fix trade test flakiness (#9751)

* remove precommit

* older version of black

* lint only in super linter

* Make announcements in RPC be objects instead of bytes (#9752)

* Make announcements in RPC be objects instead of bytes

* Lint

* misc hint'ish cleanup (#9753)

* misc hint'ish cleanup

* unremove some ci bits

* Use main cached_bls.py

* Fix bad merge in main_pac (#9774)

* Fix bad merge at 71da0487b9

* Remove unused ignores

* more unused ignores

* Fix bad merge at 3b143e7050

* One more byte32.from_hexstr

* Remove obsolete test

* remove commented out

* remove duplicate payment object

* remove long sync

* remove unused test, noise

* memos type

* bytes32

* make it clear it's a single state at a time

* copy over asset ids from pacr

* file endl linter

* Update chia/server/ws_connection.py

Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>

Co-authored-by: Matt Hauff <quexington@gmail.com>
Co-authored-by: Kyle Altendorf <sda@fstab.net>
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
2022-01-13 12:08:32 -08:00
..
blockchain_format New clvm generator api (#9645) 2022-01-11 15:32:43 -08:00
__init__.py git mv src chia 2021-04-04 21:41:39 -07:00
announcement.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
coin_record.py remove (redundant) spent field on CoinRecord. Replace it with a property (#9658) 2021-12-22 18:50:32 -08:00
coin_solution.py fix lgtm issues (#9198) 2021-11-19 11:11:25 -08:00
coin_spend.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
condition_opcodes.py don't save unknown conditions (#7548) 2021-08-02 14:40:32 -07:00
condition_with_args.py Rename to ConditionWithArgs. 2021-04-08 11:35:50 -07:00
end_of_slot_bundle.py git mv src chia 2021-04-04 21:41:39 -07:00
full_block.py Block compression and decompression (#1959) 2021-04-16 23:13:22 -07:00
generator_types.py Improve streamable (#3031) 2021-04-30 10:22:11 -07:00
header_block.py git mv src chia 2021-04-04 21:41:39 -07:00
mempool_inclusion_status.py git mv src chia 2021-04-04 21:41:39 -07:00
mempool_item.py more speed (#2223) 2021-04-26 23:21:24 -07:00
name_puzzle_condition.py 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
peer_info.py git mv src chia 2021-04-04 21:41:39 -07:00
spend_bundle.py Merge standalone wallet into main (#9793) 2022-01-13 12:08:32 -08:00
transaction_queue_entry.py Ms.mempool locking (#9050) 2021-11-04 09:29:05 -07:00
unfinished_block.py git mv src chia 2021-04-04 21:41:39 -07:00
unfinished_header_block.py git mv src chia 2021-04-04 21:41:39 -07:00
weight_proof.py git mv src chia 2021-04-04 21:41:39 -07:00