Commit Graph

245 Commits (5bf2bface51a7789c5b8497fdc19cdab94a6bbd0)

Author SHA1 Message Date
Gabriel-Trintinalia f9a61a0b83
EIP-7685 (#7068) 7 months ago
Danno Ferrin 821daf12b9
EIP-2935: Serve historical block hashes from state (#7080) 7 months ago
Fabio Di Fabio 40cfc800f7
New RPC methods `miner_setExtraData` and `miner_getExtraData` (#7078) 7 months ago
Fabio Di Fabio 690a2ea81e
Refactor genesis config file and options (#7012) 7 months ago
Usman Saleem 0d6b38ee65
Apply Hyperledger license header to `ethereum/blockcreation/` (#7033) 7 months ago
Usman Saleem a98dfff4f6
build - Update license headers formatting (#7018) 7 months ago
knowmost eb6c3495e3
chore: fix some typos in comments (#7005) 7 months ago
Lucas Saldanha 9cd50e1405
EIP-7220: Updates (Exit -> Withdrawal Request) (#6967) 7 months ago
Danno Ferrin 381e692b1f
Refactor: take blockchain out of MainnetTransactionProcessor (#6962) 7 months ago
Lucas Saldanha 61432831d5
EIP-7002: Validator Exit contract helper and adding exits to created blocks (#6883) 7 months ago
ahamlat da03bf2417
Change block miner log to include all the performance number on one line with Info level (#6939) 8 months ago
Fabio Di Fabio b6a26c422e
Fix and reformat produced block timing log (#6916) 8 months ago
Danno Ferrin 001080a72b
Upgrade spotless to 1.22.0 (#6898) 8 months ago
Fabio Di Fabio 8064da0217
Log detailed timing of block creation steps (#6880) 8 months ago
Lucas Saldanha 1e77a6c419
EIP-7002: Add exits/exits_root to block/block_header (#6801) 8 months ago
Sally MacFarlane d926052eb2
disable flaky test - LegacyFeeMarketBlockTransactionSelectorTest (#6851) 8 months ago
Matt Whitehead 5bc81ae181
Ensure empty withdrawal lists are set in BFT blocks when the protocol spec is shanghai or higher (#6765) 8 months ago
ahamlat bb647d1443
Modify the message when the selection of transactions is interrupted because it reached the maximum configured duration (#6814) 8 months ago
Jason Frame 15d54afdf9
Reduce receipt size (#6602) 8 months ago
Suraneti feb1764199
feat: add fixed basefee options (#6562) 9 months ago
Fabio Di Fabio 4cc6b744cf
Transaction simulation service (#6686) 9 months ago
Fabio Di Fabio 65f8880fb7
Make block txs selection max time aware of PoA transitions (#6676) 9 months ago
Fabio Di Fabio 2b8d44ec77
Refactor and extend PluginTransactionPoolValidatorService (#6636) 9 months ago
Simon Dudley 0e3d2f47d7
Clique block period transition (#6596) 9 months ago
Fabio Di Fabio 2c1733c8f7
Refactor `TransactionSelectionService` (#6595) 9 months ago
mbaxter 5adad6a1be
[Issue 6301] Refactor BadBlockManager (#6559) 9 months ago
Fabio Di Fabio 86d3a6cd8f
Fix for tx incorrectly discarded when there is a timeout during block creation (#6563) 9 months ago
Fabio Di Fabio 2d7941f8b8
Promote block txs selection max time options to stable (#6423) 10 months ago
Fabio Di Fabio 540f5a4c76
Introduce TransactionEvaluationContext to pass data between selectors and plugin (#6381) 11 months ago
Gabriel-Trintinalia 9d57927572
New cli options to limit rewards return by eth_feeHistory (#6202) 12 months ago
Fabio Di Fabio 569ef931ff
Allow a transaction selection plugin to specify custom selection results (#6190) 1 year ago
Fabio Di Fabio eaf56820f5
New option tx-pool-min-gas-price to set a lower bound when accepting txs to the pool (#6098) 1 year ago
Fabio Di Fabio 4eb3358bef
Transactions that takes too long to evaluate, during block creation, are dropped from the txpool (#6163) 1 year ago
Fabio Di Fabio 8319fae725
Time limited block creation (#6044) 1 year ago
Stefan Pingel f42f8c1122
Make tracer in block building block aware (#6135) 1 year ago
Stefan Pingel 646c5a3bc6
clean up the ProcessableBlockHeader (#6117) 1 year ago
Jason Frame 6a2d41fccc
Add config option to clique to allow not creating empty blocks (#6082) 1 year ago
Gabriel-Trintinalia 41b95758b4
Add transaction selector based on min priority fee parameter (#6083) 1 year ago
Fabio Di Fabio de8ca108a3
Add API to set and get the minGasPrice at runtime (#6097) 1 year ago
Fabio Di Fabio 20a82d4548
Mining options refactor (#6027) 1 year ago
Fabio Di Fabio 6d100f30b7
Priority senders (#5959) 1 year ago
Stefan Pingel 1c293fed97
Transaction Validation and Selection Plugin API update (#6020) 1 year ago
Gabriel-Trintinalia a56a35f1e0
[Plugin API] - TransactionSelector - Send TransactionSelectionResult to the plugin when not transaction is not selected (#6010) 1 year ago
Gabriel-Trintinalia e8a0428a27
[Plugin API] - TransactionSelector - Notify plugins when transaction is selected/rejected (#6005) 1 year ago
Gabriel-Trintinalia 4b822d6739
[Plugin API] - Simplify plugin transaction selector interface to return object instead of list (#5995) 1 year ago
Gabriel-Trintinalia 71bc57494d
Plugin Api - Add evaluateTransactionPostProcessing to TransactionSelector interface (#5988) 1 year ago
Fabio Di Fabio 987d33c63a
Use PendingTransaction in BlockTransactionSelector (#5966) 1 year ago
Gabriel-Trintinalia c4f66c4758
BlockTransactionSelector refactoring (#5931) 1 year ago
Sally MacFarlane 77b34f5d4f
renamed PayloadTuple and made a separate class (#5916) 1 year ago
Stefan Pingel 1c261db30f
add plugin API to enable plugins to validate transaction before they are added to the transaction pool (#5891) 1 year ago