Commit Graph

98 Commits

Author SHA1 Message Date
Supernovahs.eth
ba7fa1a4ca standalone rpc_types (#4088)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
2023-08-09 11:58:37 +00:00
Roman Krasiuk
b823cc0177 release: 0.1.0-alpha.5 (#4111) 2023-08-08 16:09:23 +00:00
Dan Cline
310179a39a feat: re-export c-kzg types and impl rlp traits (#4084) 2023-08-07 18:49:18 +00:00
Matthias Seitz
443383b307 chore: make txpool cargo test compile (#4058) 2023-08-04 20:14:40 +02:00
Matthias Seitz
b28bc8de57 chore: add example how to install additional rpc namespace (#4005) 2023-07-31 23:49:19 +00:00
Matthias Seitz
e2142481c0 chore(deps): bump itertools (#3998) 2023-07-31 11:53:24 +00:00
Matthias Seitz
73652ed3bc chore: bump jsonrpsee 0.19 (#3989) 2023-07-31 13:36:12 +02:00
Matthias Seitz
2aae8c82e7 chore: move some functions to Cli struct (#3961) 2023-07-27 16:13:45 +00:00
Matthias Seitz
af604289bb chore: use ruint 1.9 and remove patch (#3910) 2023-07-25 11:19:30 -04:00
Matthias Seitz
076c91a916 feat: add Tracing call pool (#3908) 2023-07-25 14:51:30 +00:00
Matthias Seitz
8b66213e15 chore(deps): bump some deps (#3820) 2023-07-17 21:18:20 +00:00
Matthias Seitz
b2b2cbedb5 chore: bump version .alpha4 (#3808) 2023-07-17 10:27:14 +00:00
Matthias Seitz
4c7f980c77 chore: add network example (#3753) 2023-07-13 15:26:02 +00:00
Alexey Shekhirin
dbafe23cce feat(bin, engine, prune): spawn pruning task from the engine (#3566) 2023-07-12 12:03:08 +00:00
Georgios Konstantopoulos
31af4d55bc release: 0.1.0-alpha.3 (#3691) 2023-07-10 14:21:54 +03:00
Georgios Konstantopoulos
f3d7988f68 release: 0.1.0-alpha.2 (#3657) 2023-07-07 15:37:04 +03:00
Bjerg
12f792560f Revert "feat: add cargo binstall support" (#3602) 2023-07-05 15:04:26 +02:00
qedk
706fc41816 feat: add cargo binstall support (#3578) 2023-07-05 15:03:56 +02:00
evalir
a7431465fa chore(crates): deprecate staged-sync (#3564) 2023-07-04 10:15:52 +00:00
Georgios Konstantopoulos
766f520c17 examples: add examples of using reth-provider and instantiating an RPC on top of the DB (#3533) 2023-07-03 14:47:43 +03:00
Matthias Seitz
50f4e5de9a chore(deps): move proc-macro and syn to workspace deps (#3492) 2023-06-30 08:51:48 +00:00
Matthias Seitz
8dd7a78356 feat: add transaction validation task (#3358) 2023-06-25 13:12:00 +00:00
Matthias Seitz
5b20aece2b chore: move bytes to workspace dep (#3302) 2023-06-21 19:13:32 +00:00
Bjerg
b2451931bd release: v0.1.0-alpha.1 (#3241) 2023-06-19 18:16:02 -07:00
Bjerg
7ab8a7f3ec chore: use workspace version (#3240) 2023-06-19 17:29:15 +00:00
Matthias Seitz
9b81043a53 chore(deps): move ethers to workspace deps (#3145) 2023-06-14 19:58:39 +00:00
Waylon Jepsen
ea2fcee995 chore: use workspace dependencies (#3132) 2023-06-13 22:46:26 +00:00
Matthias Seitz
e4c1789880 feat: add rpc-testing crate (#3069) 2023-06-08 21:26:43 +00:00
Matthias Seitz
8f4e37e8ff fix: exclude calls to precompiles in parity tracers (#2987) 2023-06-06 18:20:49 +00:00
Matthias Seitz
df9dfa6b6f chore(deps): use revm and revm-primitives as workspace deps (#3017) 2023-06-06 11:47:55 +00:00
DaniPopes
171166e84a chore: add msrv to manifests, add and use workspace.package (#3006) 2023-06-06 03:45:44 +00:00
byyou
0caf051869 feat: reth-config crate (#2825) 2023-05-26 13:56:28 +00:00
Roman Krasiuk
10b577096b chore(metrics): restructure crates (#2850) 2023-05-26 12:21:48 +00:00
Bjerg
cb829be089 refactor: move ef tests to own testing crate (#2847) 2023-05-26 02:02:08 +00:00
Bjerg
cadf702e5d chore: remove crate-template (#2713) 2023-05-17 13:19:00 +02:00
Matthias Seitz
e9a5b867c9 chore(deps): enable tracing default features (#2693) 2023-05-16 15:14:39 +02:00
Georgios Konstantopoulos
ae2b0954c6 perf: do not compile traces in release mode (#2652) 2023-05-15 17:06:10 -07:00
Georgios Konstantopoulos
a5b9737a4f perf: use jemalloc + switch to lto/low codegen units (#2567) 2023-05-05 10:40:52 -07:00
Matthias Seitz
db1e6cbeea chore: rename executor -> blockchain-tree (#2285) 2023-04-17 16:32:18 +02:00
Matthias Seitz
703f0fdf89 chore: rename miner to payload builder (#2217) 2023-04-12 18:04:32 -04:00
Matthias Seitz
2f6d5e6ad2 feat: add basic payload generator (#2161) 2023-04-12 21:36:20 +02:00
Roman Krasiuk
cbbd834575 feat(trie): setup crate (#2166) 2023-04-10 01:34:50 -07:00
Matthias Seitz
2fd2825e24 feat: add Payload build abstraction (#2143) 2023-04-06 14:48:31 -04:00
rakita
89c525f9c9 chore: bump revm to v3.1.0 (#2113) 2023-04-04 16:50:09 +02: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
ef51f566fe chore(deps): bump revm and use new utils (#1816) 2023-03-17 14:16:09 +01:00
Matthias Seitz
1a317f20e4 refactor: split consensus crate (#1814) 2023-03-17 13:20:00 +01:00
Roman Krasiuk
8ba0a190b8 fix(executor): preserve existing account state (#1691) 2023-03-09 09:14:36 -08:00
Roman Krasiuk
e07e9532c0 dep(revm): update (#1684) 2023-03-09 13:00:46 +01:00
Roman Krasiuk
d0b1e0aa02 fix(dep): update and lock revm (#1681) 2023-03-09 11:43:56 +01:00