Boog900
|
fb29f32375
|
tell the txpool about incoming blocks
|
2024-10-14 18:15:43 +01:00 |
|
Boog900
|
74a07cb8ba
|
add request to remove tx in new blocks from the pool
|
2024-10-14 01:00:16 +01:00 |
|
Boog900
|
5ab5b062fd
|
check txpool on incoming block
|
2024-10-13 22:43:53 +01:00 |
|
Boog900
|
93fb3c657c
|
handle duplicate stem txs
|
2024-10-13 18:35:58 +01:00 |
|
Boog900
|
2d5567e47b
|
Add missing txpool requests
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
|
2024-10-13 02:20:45 +01:00 |
|
Boog900
|
4ba94f4bb7
|
Add tx blob hash table
|
2024-10-13 01:50:48 +01:00 |
|
Boog900
|
b6d94cf780
|
finish incoming tx handler
|
2024-10-13 01:22:20 +01:00 |
|
Boog900
|
adf592e530
|
init dandelion integration
|
2024-10-10 20:12:18 +01:00 |
|
hinto-janai
|
6502729d8c
|
lints: replace allow with expect (#285)
* cargo.toml: add `allow_attributes` lint
* fix lints
* fixes
* fmt
* fix docs
* fix docs
* fix expect msg
|
2024-09-18 21:31:08 +01:00 |
|
hinto-janai
|
eead49beb0
|
lints: opt in manual lint crates (#263)
* cargo.toml: transfer existing lints
* rpc/interface: lints
* rpc/json-rpc: lints
* rpc/types: lints
* storage/blockchain: lints
* rpc/types: fix lints
* cargo.toml: fix lint group priority
* storage/blockchain: fix lints
* fix misc lints
* storage/database: fixes
* storage/txpool: opt in lints + fixes
* types: opt in + fixes
* helper: opt in + fixes
* types: remove borsh
* rpc/interface: fix test
* test fixes
* database: fix lints
* fix lint
* tabs -> spaces
* blockchain: `config/` -> `config.rs`
|
2024-09-02 18:12:54 +01:00 |
|
|
fdd1689665
|
Storage: tx-pool database (#238)
Audit / audit (push) Has been cancelled
CI / fmt (push) Has been cancelled
CI / typo (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
* split the DB service abstraction
* fix ci
* misc changes
* init tx-pool DBs
* add some comments
* move more types to `/types`
* add some ops
* add config & more ops functions & open function
* add read & write svcs
* add more docs
* add write functions + docs
* fix merge
* fix test
* fix ci
* move `TxPoolWriteError`
* add more docs
* fix toml formatting
* fix some docs
* fix clippy
* review fixes
* update docs
* fix merge
* fix docs
* fix tests
* fix tests
* add back lints
* Update storage/txpool/README.md
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
---------
Co-authored-by: hinto-janai <hinto.janai@protonmail.com>
|
2024-08-22 02:09:07 +01:00 |
|
hinto-janai
|
4b93dbec4c
|
workspace: enforce crate/directory naming scheme (#164)
CI / fmt (push) Waiting to run
CI / typo (push) Waiting to run
CI / ci (macos-latest, stable, bash) (push) Waiting to run
CI / ci (ubuntu-latest, stable, bash) (push) Waiting to run
CI / ci (windows-latest, stable-x86_64-pc-windows-gnu, msys2 {0}) (push) Waiting to run
Audit / audit (push) Has been cancelled
Deny / audit (push) Has been cancelled
* rename all directories and crates
* fix all `use`
* fix doc link
* `dandelion/` -> `dandelion-tower/`
* fix epee-encoding test
* fix `json-rpc`
* fix pruning
* crate import fixes
* fix leftover merge conflicts
* fix `epee-encoding`
|
2024-06-24 02:30:47 +01:00 |
|