|
|
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 |
|
|
|
d2f0352271
|
perf: spawn blocking eth calls (#2686)
|
2023-05-15 23:01:41 +02:00 |
|
|
|
bf9a3c5338
|
perf: spawn blocking trace calls (#2685)
|
2023-05-15 22:37:29 +02:00 |
|
|
|
2fa9cd066e
|
fix: use bounded sender for bodies responses (#2684)
|
2023-05-15 16:35:37 -04:00 |
|
|
|
85e6d9ac5b
|
feat(rpc): set starting block to latest at launch (#2668)
|
2023-05-15 15:49:09 +02:00 |
|
|
|
7292384913
|
perf: read ChainInfo from in-memory canonical block (#2669)
|
2023-05-15 15:45:13 +02:00 |
|
|
|
5d99b126ee
|
fix: dont exit engine on failed FCU (#2676)
|
2023-05-15 15:43:40 +02:00 |
|
|
|
11cd0d4753
|
feat: support subscriptions over IPC (#2667)
|
2023-05-15 15:42:48 +02:00 |
|
|
|
ae6691dd36
|
chore: make clippy happy, tests edition (#2675)
|
2023-05-15 15:09:03 +02:00 |
|
|
|
a73e6c8ca8
|
chore: cleanup engine api errors (#2674)
|
2023-05-15 14:27:22 +02:00 |
|
|
|
89349782ba
|
test(executor): touched unchanged account (#2672)
|
2023-05-15 05:27:02 -07:00 |
|
|
|
718cfb3c57
|
test(executor): account created & destroyed within the same transaction (#2671)
|
2023-05-15 03:13:48 -07:00 |
|
|
|
c190d0e69b
|
Configure Gas Price Oracle with CLI arguments (#2664)
Co-authored-by: Aditya Pandey <aditya.p@Aditya-P.local>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-05-15 11:46:05 +02:00 |
|
|
|
599a5757d1
|
feat: add a few EthRequestHandler metrics (#2666)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-05-15 11:23:44 +02:00 |
|
|
|
787e600836
|
perf: send followup request with high priority (#2659)
|
2023-05-14 18:35:20 +02:00 |
|
|
|
9fe84bfd96
|
fix: dont upscale concurrent request for lower peer count (#2661)
|
2023-05-13 21:02:51 -04:00 |
|
|
|
0a71d6fa8b
|
feat: add queued and buffered blocks to bodies dashboard (#2662)
|
2023-05-13 22:38:42 +02:00 |
|
|
|
3402f19c7e
|
fix: should be kilobytes (#2663)
|
2023-05-13 20:37:07 +02:00 |
|
|
|
a5dbbe4187
|
fix: don't starve high priority requests (#2660)
|
2023-05-13 13:18:24 -04:00 |
|
|
|
99e6ee7a86
|
perf: restrict bodies downloader by number of blocks (#2656)
|
2023-05-13 13:18:01 -04:00 |
|
|
|
4d0406b383
|
perf(rpc): improve gas price perf by skipping hash (#2657)
|
2023-05-13 12:34:06 -04:00 |
|
|
|
a0b6b207a6
|
chore(poststate): size hint (#2653)
|
2023-05-12 14:22:58 -07:00 |
|
|
|
cc601dbe9f
|
feat: add safe and finalized tags to StateProviderFactory (#2654)
|
2023-05-12 16:00:16 -04:00 |
|
|
|
52b5418a63
|
feat: gas price oracle (#2600)
|
2023-05-12 15:15:34 -04:00 |
|