Matías Ignacio González
f8eca7a209
test: Hardfork ( #1382 )
...
Co-authored-by: lambdaclass-user <github@lambdaclass.com >
2023-02-15 13:56:11 -08:00
Matthias Seitz
ba20759062
chore(rpc): add more helper functions to modle regsitry ( #1380 )
...
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com >
2023-02-15 12:07:09 -08:00
Georgios Konstantopoulos
a08a7b0110
fix(rpc-types): use jsonrpsee_types so it compiles standalone
...
before reth-rpc-types would not compile standalone without any feature
turend on, it would work because of the feature being turned on by one of the transitive deps
2023-02-15 11:59:31 -08:00
Aurélien
cd9b988367
feat: make SubscriptionIdcompatible with client proc macro ( #1378 )
2023-02-15 20:33:42 +01:00
joshieDo
9842f15ee0
fix: storage hashing stage gets stuck in a loop on big contracts ( #1362 )
2023-02-15 11:23:30 -08:00
joshieDo
6da8967082
fix: use walk_range on import_table_with_range ( #1364 )
...
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com >
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com >
2023-02-15 11:22:24 -08:00
Matthias Seitz
c415221876
chore(rpc): rename RpcModuleConfig --> RpcModuleSelection ( #1376 )
2023-02-15 12:53:42 -05:00
Roman Krasiuk
550a53760c
fix(stage): fatal channel closed error ( #1379 )
2023-02-15 09:49:14 -08:00
Matthias Seitz
7842036c93
fix(disc): add missing expiration checks on messages ( #1375 )
2023-02-15 11:49:41 -05:00
Matthias Seitz
007409601f
fix(disc): only initiate endpoint proof if insert was succesful ( #1377 )
2023-02-15 11:48:20 -05:00
Matthias Seitz
a9b9f42715
fix(rpc): use rpc::BlockNumber type not u64 ( #1370 )
2023-02-15 14:17:33 +01:00
Matthias Seitz
5bf41610d7
fix: handle closed download channel in headers downloader ( #1369 )
2023-02-15 12:34:07 +01:00
Roman Krasiuk
022bf6342d
fix(rlp): encode None optional fields as empty if any values left ( #1366 )
2023-02-15 02:23:35 -08:00
Matthias Seitz
a4ad2da06e
chore: change RpcServer build ( #1367 )
2023-02-15 11:19:26 +01:00
tomarST
7480ea418b
Split the http_ws_addr ( #1323 )
...
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com >
2023-02-15 11:01:02 +01:00
Roman Krasiuk
94686b8bbe
fix(download): propagate body request error ( #1365 )
2023-02-15 10:43:12 +01:00
Matthias Seitz
78d06fd769
feat(rpc): work on subscriptions ( #1290 )
2023-02-14 21:37:26 -08:00
Bjerg
ddab623a46
fix: don't mark ok tasks as panicked ( #1359 )
2023-02-14 19:59:10 -08:00
Bjerg
d3817b1901
feat: more downloader metrics ( #1189 )
2023-02-15 00:52:04 +01:00
Matthias Seitz
f995e66c96
chore: integrate Boxed TaskSpawner ( #1356 )
2023-02-14 21:44:22 +01:00
Matthias Seitz
87ba4840e9
chore: make TaskSpawner dyncloneable ( #1354 )
2023-02-14 20:46:37 +01:00
Bjerg
816df4b0da
perf: use pre-computed genesis hash for known chains ( #1351 )
2023-02-14 19:22:37 +01:00
joshieDo
313bf28501
feat: add reth dump-stage command ( #1328 )
2023-02-14 09:23:33 -08:00
Matthias Seitz
6e89af9e8e
fix(net): handle closed channel in Spawned downloader ( #1346 )
2023-02-14 18:21:14 +01:00
Bjerg
d216081b58
feat: add Finish stage ( #1279 )
2023-02-14 17:10:50 +01:00
Matthias Seitz
7b1624d592
feat(rpc): basic eth filter support ( #1320 )
2023-02-14 15:55:04 +01:00
Matthias Seitz
0aaf51d462
test(net): speedup network tests ( #1337 )
2023-02-14 15:53:05 +01:00
Matthias Seitz
cd1afccf52
revert: "Revert "cli: integrate TaskExecutor" ( #1329 )" ( #1336 )
2023-02-14 15:50:19 +01:00
Matthias Seitz
8a0156fe4e
feat: add ChainEventSubscriptions trait ( #1338 )
2023-02-14 15:49:56 +01:00
Roman Krasiuk
ea79ed1049
fix(chainspec): cascading paris fork activation ( #1334 )
2023-02-14 13:29:33 +01:00
Alexey Shekhirin
3b732ad0db
feat(storage): make Database::view accept FnOnce instead of FnMut ( #1331 )
2023-02-13 22:31:58 -08:00
Georgios Konstantopoulos
48d121dc54
Revert "cli: integrate TaskExecutor" ( #1329 )
2023-02-13 19:28:19 -08:00
Georgios Konstantopoulos
49292091dd
Revert "feat: add reth dump-stage command" ( #1327 )
2023-02-13 19:10:58 -08:00
joshieDo
b3ff45229a
feat: add reth dump-stage command ( #1265 )
2023-02-13 19:07:43 -08:00
Alexey Shekhirin
e93cd206fe
feat(storage): accept any RangeBounds to walk_range ( #1309 )
2023-02-13 17:31:56 -08:00
Ikechukwu Ahiara Marvellous
e689ba03c4
Add TransactionSigned::decode_enveloped ( #1186 )
...
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de >
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com >
2023-02-13 18:42:27 -05:00
Matthias Seitz
4b90d42401
feat: add TaskSpawner trait ( #1318 )
2023-02-13 14:26:25 -08:00
Roman Krasiuk
2c0557d991
feat(rlp): support deriving optional fields ( #1321 )
2023-02-13 14:25:50 -08:00
Matthias Seitz
5997103078
cli: integrate TaskExecutor ( #1314 )
2023-02-13 14:24:18 -08:00
rakita
a1f7f54ab5
bug: wipe storage only on selfdestruct ( #1319 )
2023-02-13 20:06:56 +01:00
Matthias Seitz
29d13d268b
chore: stop logging jwt secret ( #1312 )
2023-02-13 17:17:44 +01:00
Roman Krasiuk
3566c56478
perf(sync): do not store empty ommers entries ( #1313 )
2023-02-13 16:00:45 +01:00
Tomás
6c3e2bd5c1
fix: compile errors on standalone txpool build ( #1316 )
...
Co-authored-by: lambdaclass-user <github@lambdaclass.com >
2023-02-13 15:59:45 +01:00
Matthias Seitz
6a2c61f4d9
test(net): add tracing to shutdown test ( #1310 )
2023-02-13 05:34:18 -08:00
Matthias Seitz
211c7e3401
test(net): disable discv4 discovery in tests by default ( #1311 )
2023-02-13 14:22:10 +01:00
Matthias Seitz
37351df585
feat: extend task executor ( #1302 )
2023-02-13 10:42:48 +01:00
Matthias Seitz
73ffc425a3
chore(disc): add traces when node record added ( #1303 )
2023-02-12 19:03:03 +01:00
naviechan
dc391f9453
Test(rpc): Test support for different api modules ( #1288 )
...
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com >
2023-02-11 17:45:56 -08:00
Roman Krasiuk
a789557874
fix: p2p head initial td ( #1294 )
2023-02-11 13:41:38 -08:00
Georgios Konstantopoulos
1a139ea6cc
chore: fmt
2023-02-11 13:40:58 -08:00