Commit Graph

1388 Commits

Author SHA1 Message Date
Matthias Seitz
12e67e4b48 chore: rm redundant pin_mut (#2072) 2023-04-01 09:17:27 +02:00
Dan Cline
fa62514bf5 fix: support graceful shutdown with SIGTERM (#2070) 2023-04-01 08:29:47 +02:00
jawilk
643ee5226c chore(net): improve network service launch error diagnostic (#2068) 2023-04-01 08:20:27 +02:00
Dan Cline
6dee0f2830 fix: use camel case for returning access list items (#2069) 2023-03-31 23:38:36 +02:00
Dan Cline
cbfcbfbf7b fix: add JsonStorageKey for eth_getProof and eth_getStorageAt (#2067) 2023-03-31 17:37:40 -04:00
Matthias Seitz
7576ee33f0 feat: Add autoseal consensus and downloaders (#1880)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-03-31 11:51:52 -07:00
Matthias Seitz
00712d642e feat(rpc): impl traceCall (#2029) 2023-03-31 11:19:56 -07:00
Bjerg
b1643f4ca6 refactor: simplify fetching blocks (#2060) 2023-03-31 10:27:21 -07:00
Bjerg
8eba4cad2c perf: don't execute empty blocks (#2064)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-03-31 10:22:59 -07:00
joshieDo
5900a7e1be perf(db): decode and decompress directly from borrowed data instead (#2050) 2023-03-31 10:18:20 -07:00
Roman Krasiuk
e72b2864b2 feat(cli): add hashing stages to drop-stage (#2051) 2023-03-31 10:14:37 -07:00
Matthias Seitz
f633a5d761 chore: convert panic into error (#2035) 2023-03-31 16:32:29 +02:00
Matthias Seitz
4a8ed999c0 perf(rpc): use caching service for fetching logs and transactions (#2054) 2023-03-31 16:26:23 +02:00
Bjerg
ff6eb5a499 fix: make transaction errors in stages fatal (#2062) 2023-03-31 16:24:50 +02:00
Bjerg
3e17b8a512 fix: empty blocks in get_block_transaction_range (#2063) 2023-03-31 16:24:38 +02:00
Bjerg
1e3583aee8 refactor: remove magic constant (#2061) 2023-03-31 16:24:27 +02:00
Matthias Seitz
0d059275e5 feat(rpc): impl debug_getRawReceipts (#2059) 2023-03-31 16:17:45 +02:00
Matthias Seitz
4f50f7213b ci: run version constraint test partitioned (#2052) 2023-03-31 16:15:50 +02:00
jawilk
6f0064f687 chore(rpc): improve rpc server launch error diagnostic (#1979) 2023-03-31 15:38:40 +02:00
rakita
3956e306f2 bug(cursor_walk): handle empty range (#2057) 2023-03-31 15:08:59 +02:00
Matthias Seitz
8e7807138e chore: rm unused rpc-engine-api deps (#2053) 2023-03-31 12:07:38 +02:00
Dan Cline
cda66470d1 fix: continue bisect on intrinsic gas error (#2048)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-03-31 11:18:50 +02:00
Dan Cline
ec7a565ef3 fix: remove gas estimation accuracy threshold (#2049) 2023-03-31 10:33:40 +02:00
Dan Cline
7c1bd7c5c5 chore: bump ruint (#2045) 2023-03-30 15:49:36 -07:00
Dan Cline
195d781b40 fix: use no_base_fee feature for calling RPCs (#2041) 2023-03-30 20:34:14 +02:00
Matthias Seitz
944e032663 feat(rpc): add receipts caching (#2038) 2023-03-30 12:49:43 -04:00
Matthias Seitz
78470f7bf7 chore: replace test chain subs with blockchaintree (#2036) 2023-03-30 16:07:59 +02:00
Matthias Seitz
6261262a20 chore(deps): add missing sync feature (#2037) 2023-03-30 13:44:22 +02:00
rakita
d239b82ccb feat(BlockchainTree): Broadcast new canonical block headers (#2027) 2023-03-30 12:58:02 +02:00
Matthias Seitz
41b1b3c769 perf(net): cap backoff duration and only apply to severe backoff kinds (#2022) 2023-03-29 18:14:43 -04:00
rakita
efbaf6474c feat(BlockchainTree): ShareableBlockchainTree and pending state (#2007) 2023-03-29 20:59:24 +02:00
Matthias Seitz
2eb4306efe fix(rpc): disable basefee during eth_createAccessList (#2028) 2023-03-29 12:14:13 -04:00
Matthias Seitz
b11a7e4c25 chore(rpc): replace todo! with unimplemented error response (#2026) 2023-03-29 15:05:19 +02:00
Matthias Seitz
47b9738ede chore: fix some typos (#2025) 2023-03-29 14:49:50 +02:00
Matthias Seitz
7e481b77ae chore: include config path in error message (#2023) 2023-03-29 05:40:28 -07:00
Dan Cline
ecee19207f fix: determine if eth_getProof blockid arg is latest (#2019) 2023-03-28 16:23:47 -07:00
Dan Cline
bb3f9b6d57 fix: db doc links (#2020) 2023-03-28 16:22:54 -07:00
Matthias Seitz
93056edbc7 fix(txpool): use default account if non existing (#2015) 2023-03-28 17:57:00 -04:00
Matthias Seitz
de27546cf9 fix: disable penalization until we got it right (#2016) 2023-03-28 19:49:44 +02:00
Bjerg
44f5f7d269 docs: add more docs to reth-db (#2002) 2023-03-28 10:40:58 -07:00
Matthias Seitz
3810548bd7 chore(txpool): add AlreadyImported variant (#2009) 2023-03-28 19:00:30 +02:00
Matthias Seitz
cf2a2dbf97 refactor(rpc): extract prepare_call_env logic (#2012) 2023-03-28 12:33:56 -04:00
Matthias Seitz
b55b2d6182 fix(txpool): differentiate pool error variants (#2008) 2023-03-28 18:28:24 +02:00
Matthias Seitz
7bd2576049 fix(txpool): fix legacy tx chain id check (#2005) 2023-03-28 12:24:21 -04:00
Dan Cline
8987f4e8be fix: set fees to zero if not provided (#1997) 2023-03-28 14:26:46 +02:00
Roman Krasiuk
1ecbd55d45 fix(engine): run incomplete pipeline (#1999) 2023-03-28 12:00:12 +02:00
Matthias Seitz
7263c9a644 chore: use downloader and client traits where possible (#1992) 2023-03-27 19:45:17 +02:00
Matthias Seitz
81183b274f fix(rpc): set tx receipt contract address independent of status (#1996) 2023-03-27 19:44:43 +02:00
Dan Cline
f7813e9fe1 feat: add discreason graph (#1995) 2023-03-27 19:44:28 +02:00
Matthias Seitz
050096d868 fix(db): off by one receipts insert (#1993) 2023-03-27 16:02:18 +02:00