|
|
6930734a13
|
fix some typos (#6789)
|
2024-02-26 13:07:32 +01:00 |
|
|
|
92396b39c4
|
Remove async-trait as dependency from crate stages (#6771)
|
2024-02-26 12:40:15 +01:00 |
|
|
|
d3d994cedd
|
Improve eth_getLogs performance for latest block (#6305)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-02-25 12:33:12 +00:00 |
|
|
|
2a10306e3b
|
chore(deps): weekly cargo update (#6783)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
|
2024-02-25 12:19:10 +00:00 |
|
|
|
3669d9e046
|
docs: improve pool imports + pending transactions docs (#6781)
|
2024-02-24 18:37:40 +00:00 |
|
|
|
8abbe19392
|
doc(hidden) for TransactionsManager handle only used in tests (#6748)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-02-24 14:35:19 +00:00 |
|
|
|
94cb6a8bcd
|
chore: use Display instead of Debug for most errors (#6777)
|
2024-02-24 12:13:41 +00:00 |
|
|
|
da3f469758
|
chore: rm duplicated remove_pending_session call (#6773)
|
2024-02-24 11:47:01 +00:00 |
|
|
|
b7ac2d6fd2
|
chore: use fmt::Formatter helpers (#6775)
|
2024-02-24 11:40:19 +00:00 |
|
|
|
12b3bae53d
|
fmt: format some tests (#6774)
|
2024-02-24 11:16:40 +00:00 |
|
|
|
6890e02310
|
fmt: format tracing macro calls (#6776)
|
2024-02-24 10:58:01 +00:00 |
|
|
|
5cb0258ce4
|
Disable jemalloc when cross-building aarch64 (#6766)
|
2024-02-24 10:24:47 +00:00 |
|
|
|
2699262a6f
|
config cache from cli (#6767)
|
2024-02-24 10:20:19 +00:00 |
|
|
|
39abdaa427
|
chore(trie): prefer accepting IntoIterator args (#6772)
|
2024-02-24 10:19:38 +00:00 |
|
|
|
a7e183d1a5
|
feat: introduce evm config trait (#6461)
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-02-23 22:39:24 +00:00 |
|
|
|
0ddb753d6c
|
fix: make config backwards compat (#6768)
|
2024-02-23 21:15:45 +00:00 |
|
|
|
21bc1a861b
|
feat(op): Cancun support in payload builder and processor (#6731)
|
2024-02-23 19:11:25 +00:00 |
|
|
|
be1ebeea62
|
Replace #[async_trait] with ->imp for traits in rpc_testing_util (#6757)
|
2024-02-23 16:45:38 +00:00 |
|
|
|
34402caeee
|
Replace #[async_trait] with ->imp for traits in eth_wire (#6756)
|
2024-02-23 16:45:25 +00:00 |
|
|
|
761c707e41
|
refactor: rename blob_gas_price to blob_base_fee (#6721)
|
2024-02-23 14:49:10 +00:00 |
|
|
|
4c439e0b9a
|
feat: using smallvec (#6740)
Co-authored-by: Emilia Hane <emiliaha95@gmail.com>
|
2024-02-23 12:00:03 +00:00 |
|
|
|
300336465c
|
replace #[async_trait] with native async trait for trait Resolver (#6751)
|
2024-02-23 11:29:09 +00:00 |
|
|
|
9f91c6ad94
|
Meter tx manager poll duration (#6688)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-02-22 23:19:51 +00:00 |
|
|
|
e03ab418b0
|
chore: rm unused op dep (#6743)
|
2024-02-22 18:38:33 +00:00 |
|
|
|
9ca813aee2
|
chore: remove some unnecessary calls to unwrap/expect (#6727)
|
2024-02-22 16:36:08 +00:00 |
|
|
|
c7ae4efc62
|
chore: add missing trace targets (#6739)
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-02-22 16:30:36 +00:00 |
|
|
|
755ce9efc2
|
perf(metrics): cache handles for database transaction metrics (#6730)
|
2024-02-22 13:57:47 +00:00 |
|
|
|
9c7b2b5f18
|
Fix(rpc) Effective gas_price for simulations (#6722)
|
2024-02-22 12:28:59 +00:00 |
|
|
|
a272bbb76b
|
feat: add BestTransactionsWithAttributes blob fee checks (#6674)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-02-22 11:56:30 +00:00 |
|
|
|
d7a2123181
|
Bug fix, filter out already imported transactions (#6723)
|
2024-02-22 11:37:03 +00:00 |
|
|
|
9760d906d7
|
docs: fix typo (#6733)
|
2024-02-22 11:58:01 +01:00 |
|
|
|
ca98261d43
|
fix: BlockNumberAddress related doc and namings (#6732)
|
2024-02-22 10:25:22 +00:00 |
|
|
|
a4c034903b
|
fix(op): Correct Cancun activation check in OP payload builder (#6729)
|
2024-02-21 14:33:55 -08:00 |
|
|
|
39cd900875
|
chore: don't box some futures (#6728)
|
2024-02-21 22:07:24 +00:00 |
|
|
|
1269528aa8
|
chore: remove unrelated SAFETY tags on comments (#6726)
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
|
2024-02-21 20:29:29 +00:00 |
|
|
|
2cb9fe184a
|
chore: a few parked pool touchups (#6725)
|
2024-02-21 19:49:27 +00:00 |
|
|
|
f475adf243
|
Clean up tx manager (#6681)
|
2024-02-21 19:12:14 +00:00 |
|
|
|
4a386d5782
|
perf: track last sender's submission id (#6718)
|
2024-02-21 19:06:08 +00:00 |
|
|
|
619d0bfefd
|
perf: update added result in place (#6715)
|
2024-02-21 18:41:46 +00:00 |
|
|
|
17d0f30f19
|
chore: add exceeds fn (#6716)
|
2024-02-21 18:41:36 +00:00 |
|
|
|
4487886fa2
|
test: add pprof flamgegraph bench (#6712)
|
2024-02-21 18:41:27 +00:00 |
|
|
|
84b13286f0
|
chore: rm unused var (#6713)
|
2024-02-21 13:01:26 +00:00 |
|
|
|
a554c1fbf8
|
chore: remove unused genesis_hash in NetworkState and NetworkManager (#6704)
|
2024-02-21 12:03:04 +00:00 |
|
|
|
a43885e5d8
|
chore: move cli runner to reth-node-core (#6710)
|
2024-02-21 10:55:30 +00:00 |
|
|
|
c8c422e278
|
chore: set test-fuzz to workspace dep, bump c-kzg (#6705)
|
2024-02-21 10:03:07 +00:00 |
|
|
|
86788c618c
|
perf: make truncate_pool no-op if pending is under limits (#6706)
|
2024-02-21 08:29:19 +00:00 |
|
|
|
2eef0dc1a5
|
chore: improve docs (#6702)
|
2024-02-21 01:07:21 +00:00 |
|
|
|
2f3c3089bc
|
chore: provide mined transactions in order (#6700)
|
2024-02-20 19:49:05 +00:00 |
|
|
|
35e1f122a9
|
perf: pre allocate unique senders list (#6689)
|
2024-02-20 18:58:14 +00:00 |
|
|
|
8aa6a825ad
|
fix: dont include invalid responses (#6697)
|
2024-02-20 18:54:59 +00:00 |
|