aboutsummaryrefslogtreecommitdiff
path: root/src/block_ref_table.rs
Commit message (Collapse)AuthorAgeFilesLines
* Small refactoringsAlex Auvolat2020-04-121-1/+1
|
* Trying to do TLSAlex Auvolat2020-04-121-2/+2
|
* Refactor a bitAlex Auvolat2020-04-121-8/+7
|
* Keep network status & ring in a tokio::sync::watchAlex Auvolat2020-04-111-2/+5
| | | | | | advantages - reads don't prevent preparing writes - can be followed from other parts of the system by cloning the receiver
* Local refcounting of blocksAlex Auvolat2020-04-111-2/+14
|
* table::insert_many, version_table::updatedAlex Auvolat2020-04-111-1/+1
|
* Add block ref tableAlex Auvolat2020-04-101-0/+51