Commit Graph

426 Commits (11f5cfb022138aea8fcdb74eb40f4393e05b2dc9)

Author SHA1 Message Date
Abdelhamid Bakhta 9af8bf3e5c
Implement price bump mechanism for transaction pool replacement. (#928) 5 years ago
Abdelhamid Bakhta f32703f9c7
Check transaction types when replacing in the transaction pool. (#924) 5 years ago
Abdelhamid Bakhta b784344e8d
[EIP-1559] Transaction pool pricing rules must handle both frontier and EIP-1559 transactions. (#919) 5 years ago
Abdelhamid Bakhta ce94c0ddf8
Introduce transaction replace handler. (#916) 5 years ago
Abdelhamid Bakhta 167679e9fa
Update transaction pool error handling. (#904) 5 years ago
Danno Ferrin d5bcf9233d
Eth/65 - don't request transactions when out of sync (#854) 5 years ago
Pierre Grimaud 3cc4dc3cff
Fix typos (#813) 5 years ago
Abdelhamid Bakhta 5a4edf3237
[EIP-1559] Update BlockTransactionSelector transaction gas price computation. (#795) 5 years ago
Ratan Rai Sur 04467f3f08
remove blockchain param from listener (#771) 5 years ago
Abdelhamid Bakhta 0babfef244
[EIP-1559] Step 10 - Send raw transaction RPC should work with EIP-1559 transactions (#759) 5 years ago
Danno Ferrin 74940d507e
Add a feature flag to enable Eth65 (#741) 5 years ago
Antoine Toulme 6f286102a3
Fix disconnect pending transaction tracker (#733) 5 years ago
Antoine Toulme 837af6c3b9
Fix support of peers that do not support eth/65 (#724) 5 years ago
Trent Mohay 57d0379bf5
Separate NodeKey from implementation (#690) 5 years ago
Abdelhamid Bakhta bb74a4288f
[EIP-1559] Step 6 - Enforce the per transaction gas limit (#670) 5 years ago
Trent Mohay 665ee1cbac
Update BesuController to work with NodeKey (not KeyPair) (#680) 5 years ago
Raw Pong Ghmoa 480f0a54be
eth/sync: augment log with peer count information (#631) 5 years ago
Ratan Rai Sur fbdd5301b0
Replace FutureUtil method with standard library equivalent (#390) 5 years ago
David Mechler 061e24a5f4
Added block add event. (#637) 5 years ago
Antoine Toulme b9c6c4b3cc
Add eth65 support (#608) 5 years ago
Danno Ferrin 6d7d525c58
Add fast sync status to eth_syncing and EthQL query (#565) 5 years ago
Karim T 8ced45c05d
[BESU-194] Remove max pivot block resets during fast sync (#427) 5 years ago
Danno Ferrin 7fe1d4796e
Implement Eth/64 (#425) 5 years ago
Danno Ferrin 87f4829e23
More specific task metrics names (#389) 5 years ago
Abdelhamid Bakhta d7d82e417d
[BESU-176] JRPC response to eth_getTransactionCount is different from other node implementations. (#351) 5 years ago
Antoine Toulme 6060a79d66 Fix debug logging shadowed by parameter (#319) 5 years ago
Danno Ferrin 838f7aa5e0
Fix Gradle 7.0 compatibility issues and build warnings (#288) 5 years ago
Steve Mieskoski ef61b54bba [PAN-3202][BESU-37] Implement EIP-2124 (#156) 5 years ago
Danno Ferrin e493b91742
Restore "FieldCanBeFinal" errorprone check (#287) 5 years ago
Danno Ferrin dfad8bff78 Update Dependencies (#281) 5 years ago
Antoine Toulme bf7493de29 Remove QuantityWrapper. Use the Difficulty class extending both UInt256 and Quantity instead. (#274) 5 years ago
Antoine Toulme ccefada736 Move to Apache Tuweni Bytes library (#215) 5 years ago
Trent Mohay 3d867532de
Repaired Metrics name collision between Privacy and RocksDB (#187) 5 years ago
Edward Mack cb7570135e ETC Configuration, classic fork peer validator (#176) 5 years ago
mbaxter 605a6835a1
[Refactor] Don't generate shutdown tasks in controller (#141) 5 years ago
Ratan Rai Sur d69c92dc17
Support log reordring from reorgs in `LogSubscriptionService` (#86) 5 years ago
mbaxter 9027a5f238
[Minor] Add more logging around peer disconnects (#131) 5 years ago
mbaxter d4b1610fe9
Only set sync targets that have an estimated height value (#115) 5 years ago
Danno Ferrin e9b2dd24c9
Update dependencies (#112) 5 years ago
Jason Frame 5fdfba7fa4
Additional unit test for selecting replaced pending transactions (#116) 5 years ago
Abdelhamid Bakhta a410747ff2
Add hash field in Transaction plugin interface. (#111) 5 years ago
mbaxter 6b472317c2
[PIE-2031] Rework sync status events (#106) 5 years ago
mbaxter 127b92a1ad [PIE-2026] Separate in-sync from sync-status listeners (#100) 5 years ago
Abdelhamid Bakhta 5e819febbd
Add totalDiffculty to BlockPropagated events. (#97) 5 years ago
Adrian Sutton 9147391634
Make logic in PersistBlockTask more explicit to fix a LGTM warning (#92) 5 years ago
mbaxter 13ae4317b7
[PIE-2003] Make SyncState variables thread-safe (#95) 5 years ago
mbaxter 49e803c8dc
Fix transaction tracking by sender (#93) 5 years ago
Ratan Rai Sur c6ad0f7705
Fixes race condition between `NodeAddedListener` and `FullBlockImportStep` (#56) 5 years ago
Danno Ferrin fad9bf9c34
[PAN-3203] add --required-block flag to deal with chainsplits (#79) 5 years ago
Danno Ferrin 01e989ebae
[PAN-3183] Less verbose synching subscriptions (#59) 5 years ago