Commit Graph

1850 Commits

Author SHA1 Message Date
8e89360774 feat: release workflow (#2677) 2023-05-19 19:48:23 +02:00
2837fb6b9a chore: properly convert invalid transaction errors (#2748) 2023-05-19 19:35:05 +02:00
c25ff8c369 refactor: convert InsertBlockError (#2749) 2023-05-19 19:34:20 +02:00
be2f66feee fix: make vergen emit cargo target triple (#2754) 2023-05-19 19:25:27 +02:00
3c2b591158 refactor: expanded cli version info (#2742) 2023-05-19 19:04:01 +02:00
13a7209069 feat: add state root validation on new insert (#2543)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
2023-05-19 14:04:10 +02:00
fba6a03f64 fix(poststate): state clear eip (#2732) 2023-05-19 14:24:21 +03:00
71589119ab refactor: remove unused Transaction fns (#2739) 2023-05-19 11:20:52 +02:00
2a39b2825f refactor: move stage commands to reth stage (#2741) 2023-05-19 10:13:41 +02:00
7b7805a4cc refactor: rm dupe InvalidTransactionErrors (#2737) 2023-05-19 10:13:33 +02:00
1c60e680f9 docs: add warning note on get_payload_bodies_by_range (#2743) 2023-05-19 09:20:37 +02:00
c1b80e7e9d chore: run dump stage as blocking task (#2740) 2023-05-19 09:19:58 +02:00
d9455d6bc2 fix: calculate state root for auto-seal (#2744)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-05-19 09:16:40 +02:00
e43b8aa92b chore: fix typo (#2736) 2023-05-18 23:43:21 -04:00
defa64b2de fix(cli): run pipeline to completion after restart (#2727) 2023-05-18 22:05:44 +02:00
e4cd48aefd feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-05-18 20:45:50 +02:00
9032052678 test: ensure port is unused for udp and tcp (#2731) 2023-05-18 13:57:59 -04:00
ebdfa2522a test: fix another event race condition (#2730) 2023-05-18 15:39:26 +02:00
170a606f77 test: fix event race condition (#2729) 2023-05-18 15:14:27 +02:00
8fee5d3e28 refactor: dedicated blockchain insert errors (#2712) 2023-05-18 15:00:47 +02:00
149cac060a feat: add headers stage config options (#2724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-18 13:49:58 +02:00
00037b836b chore: rm changelog (#2717) 2023-05-18 14:43:28 +03:00
460bf13b63 fix: check db and indices for canonical block (#2702) 2023-05-18 11:20:31 +02:00
65b7702efe fix: return latestValidHash from sidechains (#2725) 2023-05-18 11:03:51 +02:00
20dad4e4fb chore: rm duplicate transact (#2721) 2023-05-17 22:58:38 +02:00
a40b79e193 fix: set sync state at startup to idle (#2722) 2023-05-17 22:32:56 +02:00
352b55dc05 chore: rename Error to DatabaseError (#2718) 2023-05-17 15:21:46 +02:00
3d816bde09 docs: update layout docs (#2716)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-17 15:06:02 +02:00
fd5a1ef4a8 chore: rm unused error variants (#2711) 2023-05-17 13:41:52 +02:00
755438d61c chore: spawn more eth calls and add docs (#2715)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-05-17 13:22:37 +02:00
cadf702e5d chore: remove crate-template (#2713) 2023-05-17 13:19:00 +02:00
f84dd7c947 chore: add missing crates to codeowners (#2714) 2023-05-17 12:49:36 +02:00
fd45c8726d chore: executor error cleanup (#2709) 2023-05-17 11:13:08 +02:00
9a4244867f refactor: cleanup Providererror (#2710) 2023-05-17 11:00:55 +02:00
ca6724f106 fix: update bindgen in libmdbx-rs (#2703) 2023-05-16 18:21:02 -07:00
9b79218c18 fix(p2p): network sync state (#2699) 2023-05-16 22:24:40 +02:00
f37ee4b83b feat: add CachedReads and CachedReadsDbRef (#2596) 2023-05-16 21:40:31 +02:00
c44117075e fix: update rpc latest block from mining task (#2700) 2023-05-16 20:19:59 +02:00
42843d5d71 perf: spawn eth filter tasks (#2696) 2023-05-16 19:35:48 +02:00
a97c5b34a9 chore(rpc): add InvalidStateRoot error variant (#2698) 2023-05-16 12:41:38 -04:00
5598ecb9c9 fix: use saturated range (#2694) 2023-05-16 15:53:35 +02:00
ce50db0b1d chore(mdbx): Bump to v0.12.6 (#2692) 2023-05-16 15:39:46 +02:00
fa2b9b685e fix(dep): tokio-util is no longer optional (#2697) 2023-05-16 15:28:39 +02:00
e9a5b867c9 chore(deps): enable tracing default features (#2693) 2023-05-16 15:14:39 +02:00
2436e019c6 fix: use auto seal client for consensus (#2690)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-16 13:10:48 +02:00
f5a573661a fix: use proper base fee in auto seal (#2691)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-05-16 12:54:05 +02:00
ae2b0954c6 perf: do not compile traces in release mode (#2652) 2023-05-15 17:06:10 -07:00
5dfbc9cf01 chore: bump max logs per response to 10k (#2688) 2023-05-16 00:08:53 +02:00
d91f1d1c50 fix(poststate): collapse account changes (#2670) 2023-05-15 14:49:58 -07:00
566f5813c9 fix: use bounded channel for headers download task (#2687) 2023-05-15 14:40:04 -07:00