Will Smith
6aa2daee0f
fix(net): outgoing requsts ( #398 )
...
* remove inpossible case
* fix(net): outgoing requests stopping
2022-12-13 08:25:41 +01:00
Matthias Seitz
eedd31ca59
feat(txpool): implement missing remove function ( #378 )
2022-12-10 09:15:16 -08:00
Matthias Seitz
6870c41fb0
chore(txpool): deny additional lints ( #379 )
2022-12-10 09:12:16 -08:00
Matthias Seitz
743b1bd6ba
meta(txpool): fairer order function via timestamp ( #281 )
2022-12-02 03:58:21 -08:00
Matthias Seitz
993123390f
perf(txpool): Arc alloc transaction event ( #279 )
2022-11-28 15:12:48 +01:00
Matthias Seitz
7867c67eaa
chore(typool): clippy cleanup, docs and renames ( #277 )
2022-11-28 14:16:33 +01:00
Matthias Seitz
b6d9fe87b9
feat(net): propagate new transactions ( #256 )
2022-11-25 22:13:20 +01:00
Matthias Seitz
4fd1225dd6
chore(txpool): clarify ready terminology ( #234 )
2022-11-22 13:04:19 -05:00
Matthias Seitz
bb83d8a528
Revert "chore(txpool): use stabilized pop_last ( #213 )" ( #221 )
...
This reverts commit bdf41d39a8 .
2022-11-16 19:41:24 +01:00
Matthias Seitz
11404adf6c
chore(txpool): remove hash generics ( #211 )
2022-11-16 12:19:30 +01:00
Matthias Seitz
bdf41d39a8
chore(txpool): use stabilized pop_last ( #213 )
2022-11-16 12:19:15 +01:00
Matthias Seitz
f8fddcdfa4
feat(p2p): integrate txpool in p2p ( #208 )
2022-11-15 22:27:41 +01:00
Matthias Seitz
e870a4ce13
refactor(txpool): use tx hash for on new block update ( #170 )
...
* refactor(txpool): use tx hash for updates
* chore: rustfmt
2022-11-07 14:50:36 +01:00
Matthias Seitz
2e6b18a154
wip: feat(txpool): add on block update ( #69 )
...
* feat(txpool): add on new block handler
* feat(txpool): work on update routine
* feat(txpool): start update process
* feat: implement update loop
2022-10-20 08:34:04 -07:00
Matthias Seitz
e7851492b1
feat(txpool): enforce size limits ( #98 )
...
* feat(txpool): enforce size limits
* chore: rustfmt
2022-10-19 17:01:49 -07:00
Matthias Seitz
1e7d3ae57e
feat(txpool): keep track of pool size ( #95 )
...
* feat(txpool): add PoolStatus Api
* feat(txpool): track sizes
* feat(txpool): add size tracking
* cleanup
2022-10-18 23:47:20 +02:00
Matthias Seitz
2009b764c0
feat(txpool): add PoolStatus Api ( #91 )
2022-10-18 12:56:53 -07:00
Matthias Seitz
522a4e689e
refactor(txpool): simplify is local ( #87 )
2022-10-17 11:43:27 -07:00
Matthias Seitz
6bc09809f3
feat(txpool): enforce account tx capacity ( #88 )
2022-10-17 11:42:51 -07:00
Matthias Seitz
edd0e852f2
feat(txpool): introduce transaction origin ( #85 )
2022-10-17 07:14:18 -07:00
Matthias Seitz
83a9b31911
feat(txpool): add no parked ancestors condition ( #84 )
...
* feat(txpool): add no parked ancestors condition
* chore: rustfmt
2022-10-17 07:13:40 -07:00
Matthias Seitz
2317bcb702
style(txpool): turn InsertResult into std::result::Result ( #73 )
...
* refactor(txpool): consider below proto fee cap an error
* style(txpool): turn InsertResult into std::result::Result
* chore: rustfmt
* docs: add missing docs
2022-10-14 12:03:00 -07:00
Matthias Seitz
a7cf915677
refactor(txpool): consider below proto fee cap an error ( #71 )
2022-10-14 17:10:05 +02:00
Matthias Seitz
6d0bd9037e
feat(txpool): add get_all function ( #65 )
2022-10-14 11:19:15 +02:00
Matthias Seitz
794c07391e
feat(txpool): extend poolconfig ( #61 )
2022-10-13 20:49:35 +02:00
Matthias Seitz
6b71460e7e
refactor(txpool): simplify validator trait ( #60 )
...
* refactor(txpool): simplify validator trait
* fix docs
2022-10-13 20:36:15 +02:00
Matthias Seitz
55768a534d
feat(txpool): add listeners for all transactions ( #59 )
2022-10-13 10:47:32 -07:00
Matthias Seitz
84ec30db5b
feat(txpool): add support for mock testing ( #55 )
...
* chore: some cleanup
* refactor(txpool): simplify layers and add docs
* refactor: more cleanup
* refactor: cleanup and simplifications
* feat(txpool): mock test support
* feat(txpool): more mock testing
* chore: rustfmt
* set basefee correctly
2022-10-13 10:44:31 -07:00
Matthias Seitz
577e840062
docs(txpool): update BestTransaction docs ( #57 )
2022-10-13 10:44:18 -07:00
Matthias Seitz
6d4e39deef
refactor(txpool): cleanup pass ( #53 )
...
* chore: some cleanup
* refactor(txpool): simplify layers and add docs
* refactor: more cleanup
* refactor: cleanup and simplifications
2022-10-12 18:23:08 +02:00
Matthias Seitz
4fb99848fd
refactor(txpool): simplify layers and add docs ( #52 )
...
* chore: some cleanup
* refactor(txpool): simplify layers and add docs
2022-10-12 17:58:36 +02:00
Matthias Seitz
180c768822
docs(txpool): add note for minimal protocol base fee ( #47 )
2022-10-11 10:14:32 -07:00
Matthias Seitz
0b1c86df30
docs(txpool): add mermaid diagram ( #46 )
2022-10-11 19:07:16 +02:00
Matthias Seitz
3fed7cfe21
feat(txpool): new txpool design ( #22 )
2022-10-11 17:10:02 +02:00
Matthias Seitz
791ee2839f
feat(txpool): initial sketch ( #7 )
2022-10-07 22:00:19 +02:00