grin/wallet/src
Antioch Peverell 27c43c42a2
Simplify (and fix) output_pos cleanup during chain compaction (#2609)
* expose leaf pos iterator
use it for various things in txhashset when iterating over outputs

* fix

* cleanup

* rebuild output_pos index (and clear it out first) when compacting the chain

* fixup tests

* refactor to match on (output, proof) tuple

* add comments to compact() to explain what is going on.

* get rid of some boxing around the leaf_set iterator

* cleanup
2019-02-27 21:02:54 +00:00
..
adapters Move slate code from core/libtx to wallet/libwallet (#2533) 2019-02-05 23:02:00 +00:00
libwallet fix: wallet coin selection respects max_block_weight (#2546) 2019-02-12 15:06:25 -08:00
node_clients Improve wallet + node API Comms error logging (#2472) 2019-01-25 12:12:50 +00:00
test_framework fix: wallet coin selection respects max_block_weight (#2546) 2019-02-12 15:06:25 -08:00
command.rs fix: wallet coin selection respects max_block_weight (#2546) 2019-02-12 15:06:25 -08:00
controller.rs fix: wallet coin selection respects max_block_weight (#2546) 2019-02-12 15:06:25 -08:00
display.rs Add ability to compare selection strategies (#2516) 2019-02-12 13:45:43 +00:00
error.rs Convert to Rust 2018 edition (#2084) 2018-12-08 00:59:40 +01:00
lib.rs Move slate code from core/libtx to wallet/libwallet (#2533) 2019-02-05 23:02:00 +00:00
lmdb_wallet.rs Simplify (and fix) output_pos cleanup during chain compaction (#2609) 2019-02-27 21:02:54 +00:00
types.rs default to sane value for missing owner_api_listen_port (#2484) 2019-01-29 20:21:09 -08:00