cuprate-hinto-janai/storage
Boog900 b57ee2f4cf
cuprated: txpool ()
* init dandelion integration

* add dandelion start function

* finish incoming tx handler

* Add tx blob hash table

* Add missing txpool requests

* handle duplicate stem txs

* check txpool on incoming block

* add request to remove tx in new blocks from the pool

* tell the txpool about incoming blocks

* fix merge

* typos

* remove blockchain height from txpool

* add function to start the pool

* add cross network address

* pre-review changes

* fix CI

* review fixes

* review fixes

* abort on DB error

* fix clippy
2024-10-29 15:30:51 +00:00
..
blockchain workspace: Defines cuprate members as workspace dependencies () 2024-10-24 23:12:30 +01:00
database Add constants/ crate () 2024-10-02 18:51:58 +01:00
service cuprated: txpool () 2024-10-29 15:30:51 +00:00
txpool cuprated: txpool () 2024-10-29 15:30:51 +00:00
README.md books/architecture: port database design document () 2024-09-24 17:23:22 +01:00

Storage

This subdirectory contains all things related to the on-disk storage of data within Cuprate.

See https://architecture.cuprate.org/storage/intro.html for design documentation and the following links for user documentation: