grin/p2p/src
Yeastplume 169e106e70
[PIBD_IMPL] PIBD tree sync via network and kill/resume functionality (#3691)
* add functions to determing latest verifiable block height for the given pibd state

* attempting to allow for pibd to resume after killing process

* fix to ensure prune list is properly flushed during pibd sync

* removal of unneeded code

* ignore test for now (fix before full merge)
2022-02-08 12:24:07 +00:00
..
codec.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
conn.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
handshake.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
lib.rs Update copyright year to 2021 (#3592) 2021-03-10 10:14:48 -05:00
msg.rs [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
peer.rs [PIBD_IMPL] Bitmap accumulator reconstruction + TxHashset set reconstruction (#3689) 2022-01-25 10:38:13 +00:00
peers.rs add pibd receive messages to network, and basic calls to desegmenter from each (#3686) 2022-01-17 10:08:58 +00:00
protocol.rs [PIBD_IMPL] PIBD tree sync via network and kill/resume functionality (#3691) 2022-02-08 12:24:07 +00:00
serv.rs add pibd receive messages to network, and basic calls to desegmenter from each (#3686) 2022-01-17 10:08:58 +00:00
store.rs [SYNC PERFORMANCE] Adjust DifficultyIterator to no longer deserialize PoW proof nonces (#3671) 2021-12-10 11:39:39 +00:00
types.rs add pibd receive messages to network, and basic calls to desegmenter from each (#3686) 2022-01-17 10:08:58 +00:00