DaniPopes
|
8f9d2908ca
|
chore: add and fix more lints, improve docs (#4765)
|
2023-09-25 15:46:46 +00:00 |
|
Dan Cline
|
e83d3aa704
|
chore: bump revm (#4723)
|
2023-09-22 01:05:10 +00:00 |
|
Dan Cline
|
f00df57ea5
|
fix: add excess_blob_gas for first cancun block (#4700)
|
2023-09-21 10:41:22 +00:00 |
|
Alexey Shekhirin
|
0874767cd9
|
refactor(interfaces): Result -> RethResult, Error -> RethError (#4695)
|
2023-09-20 21:13:16 +00:00 |
|
Supernovahs.eth
|
801294252e
|
feat: Duplicate Withdrawal and move try from impls to rpc-compat (#4186)
|
2023-09-19 16:57:32 +00:00 |
|
Matthias Seitz
|
20455d0550
|
refactor: use revm blob fee calc (#4637)
|
2023-09-18 16:50:11 +00:00 |
|
github-actions[bot]
|
a55f48cf28
|
chore(deps): weekly cargo update (#4627)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-17 16:52:59 +00:00 |
|
rakita
|
f153d8f4d4
|
feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-09-16 11:00:22 +00:00 |
|
Dan Cline
|
c4956143b0
|
fix: enforce unsupported fork rules on get_payload_v3 (#4562)
|
2023-09-12 17:07:52 +00:00 |
|
Matthias Seitz
|
d1f8c6ec01
|
chore: rm todo about polling jobs (#4532)
|
2023-09-08 15:52:08 +02:00 |
|
Dan Cline
|
e6f933d53c
|
chore: remove outdated TODOs (#4498)
|
2023-09-06 22:06:18 +00:00 |
|
Dan Cline
|
82f0fe1a5e
|
fix(rpc-types): do not flatten in ExecutionPayloadV3 (#4492)
|
2023-09-05 21:58:13 +00:00 |
|
Alessandro Mazza
|
d9334ee6cf
|
feat: pass parent beacon block root to payload builder (#4425)
|
2023-09-04 14:51:33 +00:00 |
|
Dan Cline
|
e576c007e3
|
chore: introduce versioned ExecutionPayload (#4400)
|
2023-08-30 02:28:58 +00:00 |
|
Dan Cline
|
82fb0eedb3
|
feat: integrate blobs into the payload builder (#4305)
|
2023-08-29 18:33:51 +00:00 |
|
Bjerg
|
b7541943b8
|
docs: clean up payload builder docs (#4380)
|
2023-08-29 03:12:57 +00:00 |
|
Dan Cline
|
bfc4abf7ca
|
feat: add shouldOverrideBuilder to ExecutionPayloadEnvelope (#4322)
|
2023-08-22 20:42:29 +00:00 |
|
Alexey Shekhirin
|
2904745650
|
chore: bump metrics (#4265)
|
2023-08-18 14:57:28 +00:00 |
|
Roberto Bayardo
|
9569debbb5
|
feat: make base fee computation parameters configurable via chain spec (#3992)
|
2023-08-07 15:52:27 +00:00 |
|
Matthias Seitz
|
4d3ce34901
|
docs: add payload builder example (#3545)
|
2023-07-03 12:40:15 +00:00 |
|
Léo Vincent
|
0096739dbb
|
doc: add reth logo to docs (#3317)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2023-06-26 15:41:11 +00:00 |
|
Madhav Goyal
|
48ee8e0960
|
editing some code comments in the payload.rs (#3372)
|
2023-06-25 16:29:40 +00:00 |
|
Bjerg
|
77167134d0
|
docs: document crate features (#3269)
|
2023-06-21 19:35:38 +00:00 |
|
Matthias Seitz
|
081df84f99
|
chore: use std HashMap (#3182)
|
2023-06-15 15:12:10 +00:00 |
|
Bjerg
|
d2c68edf23
|
feat: rework logs (#2988)
|
2023-06-05 17:43:14 +00:00 |
|
Alex Stokes
|
cb44ce0904
|
Fix typo in PayloadJobGenerator comment (#2926)
|
2023-05-31 00:20:22 +00:00 |
|
Roman Krasiuk
|
10b577096b
|
chore(metrics): restructure crates (#2850)
|
2023-05-26 12:21:48 +00:00 |
|
Matthias Seitz
|
f37ee4b83b
|
feat: add CachedReads and CachedReadsDbRef (#2596)
|
2023-05-16 21:40:31 +02:00 |
|
Matthias Seitz
|
6a55f70251
|
feat: implement resolve step (#2507)
|
2023-05-01 21:22:43 +02:00 |
|
Matthias Seitz
|
a887557019
|
feat: add Resolve Payload function (#2482)
|
2023-05-01 10:26:30 +02:00 |
|
Matthias Seitz
|
eb37bc7b37
|
chore: reorder imports (#2444)
|
2023-04-28 10:38:48 +02:00 |
|
Matthias Seitz
|
5e9612897c
|
refactor: convert payload job from stream to future (#2438)
|
2023-04-27 22:47:45 +02:00 |
|
Matthias Seitz
|
e3afe02b07
|
fix: keep payload job until resolved (#2430)
|
2023-04-27 15:23:37 +02:00 |
|
Matthias Seitz
|
9fb66ffeff
|
chore: move next base fee to header impl (#2400)
|
2023-04-26 12:31:35 +02:00 |
|
Matthias Seitz
|
4e95f6e7c4
|
feat: add payload build metrics (#2367)
|
2023-04-24 20:29:29 +02:00 |
|
Matthias Seitz
|
652bdaacd3
|
feat: add empty payload building support (#2346)
|
2023-04-23 22:21:33 +02:00 |
|
Matthias Seitz
|
ab581ae890
|
feat: add payload builder service metrics (#2347)
|
2023-04-23 18:44:32 +02:00 |
|
Matthias Seitz
|
534d23eed8
|
feat: process payload job initiation async (#2295)
|
2023-04-19 08:33:17 +02:00 |
|
Matthias Seitz
|
08eae76bec
|
refactor: simplify engine Api (#2240)
|
2023-04-14 09:59:18 -07:00 |
|
Matthias Seitz
|
0b9621cfaa
|
feat: integrate payload service (#2228)
|
2023-04-13 21:25:27 +02:00 |
|
Matthias Seitz
|
5e64f0e079
|
chore: move cfg block env init to PayloadAttributes (#2222)
|
2023-04-13 16:08:32 +02:00 |
|
Matthias Seitz
|
35f7c6d8cf
|
perf: shortcircuit if new payload is worse (#2224)
|
2023-04-13 06:57:09 -07:00 |
|
Matthias Seitz
|
703f0fdf89
|
chore: rename miner to payload builder (#2217)
|
2023-04-12 18:04:32 -04:00 |
|