cuprate/p2p/p2p/src
Boog900 b57ee2f4cf
Some checks failed
CI / fmt (push) Has been cancelled
CI / typo (push) Has been cancelled
Audit / audit (push) Has been cancelled
CI / ci (macos-latest, stable, bash) (push) Has been cancelled
CI / ci (ubuntu-latest, stable, bash) (push) Has been cancelled
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Has been cancelled
Deny / audit (push) Has been cancelled
Doc / build (push) Has been cancelled
Doc / deploy (push) Has been cancelled
cuprated: txpool (#312)
* 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
..
block_downloader Add constants/ crate (#280) 2024-10-02 18:51:58 +01:00
client_pool p2p: enable workspace lints (#289) 2024-09-21 01:36:39 +01:00
block_downloader.rs cuprated: Blockchain Manager (#274) 2024-10-08 18:26:07 +01:00
broadcast.rs P2P: move seed nodes to config (#306) 2024-10-07 23:36:46 +01:00
client_pool.rs cuprated: txpool (#312) 2024-10-29 15:30:51 +00:00
config.rs cuprated: Blockchain Manager (#274) 2024-10-08 18:26:07 +01:00
connection_maintainer.rs P2P: move seed nodes to config (#306) 2024-10-07 23:36:46 +01:00
constants.rs cuprated: Blockchain Manager (#274) 2024-10-08 18:26:07 +01:00
inbound_server.rs cuprated: internal signatures required for RPC (#297) 2024-10-08 22:57:09 +01:00
lib.rs cuprated: txpool (#312) 2024-10-29 15:30:51 +00:00