Michael Sproul
|
d35531e79e
|
fix: remove txn header from getPayloadBodies (#3688)
|
2023-07-10 12:41:28 +03:00 |
|
Josh Stevens
|
6cbb639f6b
|
fix: expose the revm_utils to consumer as needed structs from it (#3686)
|
2023-07-09 19:57:16 +00:00 |
|
Bjerg
|
f20117666e
|
chore: use units on dashboard (#3684)
|
2023-07-09 17:40:12 +00:00 |
|
Alexey Shekhirin
|
15b21a031a
|
feat(stages): trace log for metric event receive (#3670)
|
2023-07-09 17:16:55 +00:00 |
|
Alexey Shekhirin
|
b68116c9be
|
fix(tree): update metrics only on canonical/side chain changes (#3671)
|
2023-07-09 17:16:53 +00:00 |
|
Josh Stevens
|
f116040e63
|
fix: expose call method so a consumer can use it (#3680)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-09 14:14:36 +00:00 |
|
Michael Sproul
|
1330fc11df
|
add build profile to version info take II (#3669)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-08 11:16:37 +00:00 |
|
lukebrich.eth
|
42a824cf95
|
Add propagate field to TransactionValidationOutcome (#3664)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-07 22:32:40 +00:00 |
|
Matthias Seitz
|
a7f32dbb0b
|
chore: add a few noop functions to builder (#3659)
|
2023-07-07 19:08:47 +00:00 |
|
Matthias Seitz
|
74b21c108c
|
feat: support all alias (#3660)
|
2023-07-07 19:04:19 +00:00 |
|
Chris Evanko
|
93865ef916
|
pop duplicates entries when returning downloaded blocks in engine (#3644)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-07 18:51:34 +00:00 |
|
Matthias Seitz
|
526f624e1c
|
test: tmp ignore another flaky geth test (#3663)
|
2023-07-07 17:50:15 +00:00 |
|
Georgios Konstantopoulos
|
f3d7988f68
|
release: 0.1.0-alpha.2 (#3657)
v0.1.0-alpha.2
|
2023-07-07 15:37:04 +03:00 |
|
Georgios Konstantopoulos
|
21db2936e6
|
ci: pin ubuntu to 20.04 to avoid glibc errors
ref: https://github.com/paradigmxyz/reth/actions/runs/5486255403/jobs/9996118421
ref: https://github.com/foundry-rs/foundry/issues/3827
Compiling serde v1.0.164
error: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.25' not found (required by /target/maxperf/deps/libserde_derive-6e9709c79bb5c7fa.so)
--> /cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.164/src/lib.rs:340:1
|
340 | extern crate serde_derive;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2023-07-07 15:37:04 +03:00 |
|
Georgios Konstantopoulos
|
9e9e2b22eb
|
Revert "add build profile to version info (#3652)"
ref: https://github.com/paradigmxyz/reth/actions/runs/5486088295/jobs/9995719536
This reverts commit db77c279d0.
|
2023-07-07 15:36:46 +03:00 |
|
Matthias Seitz
|
15bd88c30b
|
fix: subpool variant order (#3656)
|
2023-07-07 14:49:04 +03:00 |
|
Roman Krasiuk
|
0d76dd762a
|
chore(txpool): enriched pool transaction event (#3653)
|
2023-07-07 11:02:20 +00:00 |
|
Matthias Seitz
|
5cc55dbc7b
|
chore: add missing helper functions and docs (#3646)
|
2023-07-07 09:55:38 +00:00 |
|
Michael Sproul
|
db77c279d0
|
add build profile to version info (#3652)
|
2023-07-07 09:50:00 +00:00 |
|
Alexey Shekhirin
|
b8a5476704
|
chore(prometheus): add localhost:9001 scrape target (#3606)
|
2023-07-06 20:11:16 +00:00 |
|
Roman Krasiuk
|
fdc8a05320
|
fix(txpool): emit replaced events (#3642)
|
2023-07-06 18:55:37 +00:00 |
|
Matthias Seitz
|
5d904eba1e
|
test: use concrete type for arbitrary strategy (#3632)
|
2023-07-06 18:21:25 +00:00 |
|
Chris Evanko
|
bfa84bb1b7
|
Match statement for handling error messages - reverted and default case (#3640)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-06 17:16:01 +00:00 |
|
Matthias Seitz
|
a66a1286a4
|
fix: rm bad flatten (#3637)
|
2023-07-06 16:41:29 +00:00 |
|
Brian
|
fb898d05b1
|
fix(docs): fix malformed link (#3635)
|
2023-07-06 16:14:02 +00:00 |
|
Matthias Seitz
|
aef9480da0
|
chore: move BeaconConsensusEngineHandle to separate file (#3633)
|
2023-07-06 15:41:14 +00:00 |
|
Matthias Seitz
|
77cd4abbdc
|
fix: put attribute on correct line (#3636)
|
2023-07-06 19:00:11 +03:00 |
|
Matthias Seitz
|
6d5b6c66be
|
fix: rm outdated flatten (#3630)
|
2023-07-06 14:57:17 +00:00 |
|
Chris Evanko
|
350f1a1e49
|
fix: populate transaction trace error field (#3627)
|
2023-07-06 14:29:21 +00:00 |
|
Matthias Seitz
|
73bfb2c9a4
|
chore: remove network-api test-utils feature (#3622)
|
2023-07-06 13:09:57 +00:00 |
|
Roman Krasiuk
|
c4f02425eb
|
chore(engine): warn on inconsistent pipeline (#3623)
|
2023-07-06 12:21:25 +00:00 |
|
Alexey Shekhirin
|
d9dc9aac92
|
chore(book): document missing CLI arguments (#3610)
|
2023-07-06 12:08:29 +00:00 |
|
Bjerg
|
93d66ab32f
|
docs: add homebrew and arch aur (#3620)
|
2023-07-06 12:07:15 +00:00 |
|
Matthias Seitz
|
6347aacd15
|
chore: add commit to client version (#3621)
|
2023-07-06 11:55:19 +00:00 |
|
Alexey Shekhirin
|
f3c7a8253c
|
refactor(stages): use MetricsListener for Execution stage gas metric (#3511)
|
2023-07-06 11:36:09 +00:00 |
|
Dan Cline
|
596d32686c
|
feat: download block ranges (#3416)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-06 11:33:14 +00:00 |
|
Chris Evanko
|
09fe22f470
|
feat: add error field to parity transaction traces (#3611)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-07-06 11:20:19 +00:00 |
|
Bjerg
|
428a6dc2f6
|
fix: correct types in libmdbx-rs for windows (#3608)
|
2023-07-05 21:02:46 +00:00 |
|
Bjerg
|
81bd01ec60
|
docs: note that only wsl2 works (#3609)
|
2023-07-05 21:02:34 +00:00 |
|
Bjerg
|
64dec6e36b
|
ci: remove broken book workflow (#3613)
|
2023-07-05 23:41:21 +03:00 |
|
Matthias Seitz
|
4e2712bef2
|
refactor: extract exceeds pipeline threshold (#3605)
|
2023-07-05 16:34:56 +00:00 |
|
Roman Krasiuk
|
d120effa5d
|
perf(trie): post state cursors (#3588)
|
2023-07-05 15:52:59 +00:00 |
|
Léo Vincent
|
9309279a2a
|
doc: book cli updater (#3576)
|
2023-07-05 15:03:30 +00:00 |
|
Paolo Facchinetti
|
64ca521458
|
feat: add ethereum-metrics-exporter (#3573)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-07-05 14:49:42 +00:00 |
|
Matthias Seitz
|
e7cedee411
|
perf: only record return value if required (#3040)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-07-05 14:36:49 +00:00 |
|
Matthias Seitz
|
fc540c60fd
|
fix: use refunds for root call (#3594)
|
2023-07-05 13:47:51 +00:00 |
|
Matthias Seitz
|
7d8f0c7f87
|
docs: add transaction pool example (#3596)
Co-authored-by: BrazilRaw <138177568+BrazilRaw@users.noreply.github.com>
|
2023-07-05 13:39:12 +00:00 |
|
Alexey Shekhirin
|
5b246fe29d
|
feat(book): recommend more CL checkpoints (#3601)
|
2023-07-05 13:38:37 +00:00 |
|
Alexey Shekhirin
|
338d6d5d9f
|
fix(book): change recommended --authrpc.port value from 9999 to 8551 (#3599)
|
2023-07-05 13:21:29 +00:00 |
|
Matthias Seitz
|
3806a0c25a
|
chore: change field TransactionTrace order (#3598)
|
2023-07-05 13:10:11 +00:00 |
|