|
|
52670a8b24
|
feat: op-reth (#4377)
Co-authored-by: Roberto Bayardo <bayardo@alum.mit.edu>
Co-authored-by: refcell.eth <abigger87@gmail.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: refcell <refcell@oplabs.co>
Co-authored-by: nicolas <48695862+merklefruit@users.noreply.github.com>
|
2023-11-05 17:33:42 +00:00 |
|
|
|
390abf3a44
|
chore: drain fetching transaction events (#5309)
|
2023-11-05 14:52:07 +00:00 |
|
|
|
470449ff24
|
fmt: format doc comments (#5308)
|
2023-11-05 13:06:30 +00:00 |
|
|
|
88cf81feb1
|
chore: add basic downloader empty response and exceeding limit tests (#5286)
|
2023-11-03 20:24:51 +00:00 |
|
|
|
e2ce0151b0
|
chore: make BodiesDownloaderBuilder default equal to BodiesConfig (#5276)
|
2023-11-03 11:15:38 +00:00 |
|
|
|
9ca44efe9f
|
feat(bin): separate journald and file log filters, log debug to file by default (#5197)
|
2023-10-31 11:08:15 +00:00 |
|
|
|
64d50643c8
|
feat: roundtrip fuzz harness for PooledTransactions (#5125)
|
2023-10-30 17:11:25 +00:00 |
|
|
|
c1a6e42d19
|
feat: implement transaction fetcher, w/o redundant tx hash request (#5058)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-26 11:49:28 +00:00 |
|
|
|
f782a33310
|
chore: downgrade debug! to trace! (#5186)
|
2023-10-26 09:13:26 +00:00 |
|
|
|
4891559acc
|
chore: rm redundant trait bound (#5185)
|
2023-10-26 00:12:30 +00:00 |
|
|
|
e05dba69ce
|
chore: rewrite all error messages for consistency (#5176)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-10-25 20:12:03 +00:00 |
|
|
|
6ca14b5178
|
clean up database file after testing (#5087)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2023-10-25 18:47:44 +00:00 |
|
|
|
dd6913cd98
|
feat(primitives): add _HASH suffix for constants hashes (#5175)
|
2023-10-25 14:07:21 +00:00 |
|
|
|
4dc15c3bee
|
chore(clippy): make clippy happy (#5155)
|
2023-10-24 13:15:36 +02:00 |
|
|
|
33df4e5766
|
chore: remove reth primitives [tokio] and [tokio-stream] dependencies (#5111)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-21 05:58:43 +00:00 |
|
|
|
3c383bfbb7
|
fix: order transactions by nonce before inserting into txpool (#4989)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-17 14:36:55 +00:00 |
|
|
|
a60dbfdd56
|
test: remove flaky test (#5034)
|
2023-10-15 23:44:37 +02:00 |
|
|
|
ffcda0ddbc
|
test: improve connect all perf (#5028)
|
2023-10-15 10:52:19 +02:00 |
|
|
|
d58e4a46f8
|
test: TransactionGenerator and p2p testing support (#5023)
|
2023-10-14 21:13:36 +00:00 |
|
|
|
6c8c084e36
|
feat: track encoded length with pooled txs (#4976)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-13 10:46:37 +00:00 |
|
|
|
d2a967d4b5
|
Large tx integration test (#4959)
|
2023-10-12 11:42:56 +00:00 |
|
|
|
505c6bc826
|
docs: add note about ignore version field (#4994)
|
2023-10-12 13:43:43 +02:00 |
|
|
|
a2c62cdf61
|
rpc tracing to workspace (#4986)
|
2023-10-11 16:19:06 +00:00 |
|
|
|
39f566e7cc
|
fix: use correct payload length for blob pooled txs (#4972)
|
2023-10-10 21:02:26 +00:00 |
|
|
|
1cccd097eb
|
perf: disable nagle algorithm for rlpx sessions (#4944)
|
2023-10-09 22:09:09 +00:00 |
|
|
|
5de04430fd
|
fix(disc) Send find_node request only after verifiying our endpoint proof (#4909)
|
2023-10-07 11:59:32 +00:00 |
|
|
|
081d71e1a2
|
change transaction value fields from u128 to a wrapper-type of U256 (#4439)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-04 12:07:44 +00:00 |
|
|
|
6f4febc891
|
feat: add discv4 terminate (#4879)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-10-03 11:16:19 +00:00 |
|
|
|
f59db3151d
|
chore(deps): move more things to workspace (#4881)
|
2023-10-02 20:45:36 +00:00 |
|
|
|
fbfca3f55f
|
feat: add sync fn to send a lookup message (#4875)
|
2023-10-02 12:55:17 +00:00 |
|
|
|
05198e990c
|
feat(network): PropagateTransactionsTo implementation (#4772)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-30 09:45:54 +00:00 |
|
|
|
23d2baff0f
|
Add an ability to change P2P listening address (#4849)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-29 12:44:43 +00:00 |
|
|
|
5f9a917fb1
|
feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2023-09-28 15:55:39 +00:00 |
|
|
|
b85aa94033
|
docs: paradigmxzy -> paradigmxyz (#4837)
|
2023-09-28 14:27:30 +00:00 |
|
|
|
4dbd8835e5
|
feat(primitives): remove mod ethers_compat (#4771)
|
2023-09-26 19:03:49 +00:00 |
|
|
|
5e01a21ec4
|
chore(tree, engine, prune, stages, storage): improve logs (#4790)
|
2023-09-26 17:01:37 +00:00 |
|
|
|
f7c3bbcc99
|
test: replace unused_tcp_udp with port 0 (#4805)
|
2023-09-26 18:57:16 +02:00 |
|
|
|
a2c5a5c9df
|
chore: make proto module pub (#4788)
|
2023-09-26 14:05:45 +00:00 |
|
|
|
6e928f08fb
|
chore: add missing builder fn for outbound dials (#4786)
|
2023-09-26 13:22:33 +00:00 |
|
|
|
321ded5b6f
|
feat(network): implement PropagateHashTo helper in TransactionsCommand (#4713)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-26 12:33:56 +00:00 |
|
|
|
e255dd8d49
|
test: flaky geth test (#4800)
|
2023-09-26 15:48:59 +02:00 |
|
|
|
7024e9a8e9
|
chore(dep): reth db workspace (#4782)
|
2023-09-26 11:31:09 +00:00 |
|
|
|
6d634e9ad5
|
test: disable discovery for test_listener_addr_in_use (#4774)
|
2023-09-26 00:19:59 +02:00 |
|
|
|
272f06216a
|
chore: add missing builder functions (#4770)
|
2023-09-25 17:55:24 +00:00 |
|
|
|
8f9d2908ca
|
chore: add and fix more lints, improve docs (#4765)
|
2023-09-25 15:46:46 +00:00 |
|
|
|
675c6bfc39
|
perf/refactor: use tokio_util::sync::PollSender for ActiveSession -> SessionManager messages (#4603)
|
2023-09-22 22:09:39 +00:00 |
|
|
|
995986e7c0
|
chore: fix flaky test (#4729)
|
2023-09-22 18:59:58 +00:00 |
|
|
|
a964a7e898
|
feat(net): add helper functions to TransactionsHandle implementation (#4668)
|
2023-09-20 06:51:13 +00:00 |
|
|
|
4aa3ebdbdd
|
chore: fix doc lints (#4639)
|
2023-09-18 17:08:35 +00:00 |
|
|
|
8baf2344d4
|
chore: demote session established log level (#4564)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-09-18 08:38:45 +00:00 |
|