mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-02 18:14:27 -05:00
* New wallet sync protocol * New updates to protocol and initial tests * Bump new message ids * Bump protocol version * Update existing messages * Implementation of TransactionAddedUpdate * Improve unit tests * Update protocol and tests to use previous height * Testing tweaks * Remove transaction subscriptions * Update protocol tests * Fix request_coin_state test * Improve test suite, add min_amount, fix bugs * Update protocol message serialization tests * Resolve conflicting file * Remove old hint store code * Remove transaction added protocol type * Make height optional for genesis challenge * Test subscribe after initial state and dedupe ids in that case * Forcing an empty commit. * Fix new protocol tests * Improve performance of clearing subscriptions * Add more amounts to coin store test * Lower max items for coin store test * Fix test coverage, set lower max response items * Remove add_puzzle_subscriptions and remove_puzzle_subscriptions from protocol * Update protocol message list test * Fix valid reply len * Fix performance issue in query and add error codes * Add missing message to regression tes * Add rate limits * Add test for hint store get_coin_ids_multi * Increase max puzzle hash batch size and make it a constant * Use actual params on to_bytes * Fix test * Actually check output of no puzzle hash coin state test