|
|
926ad2a639
|
feat: unify recover fn result type (#13897)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2025-01-22 14:58:36 +00:00 |
|
|
|
9a062c0844
|
chore(bench): more determinism (#13603)
|
2024-12-31 02:42:07 +00:00 |
|
|
|
a4f86b0e2d
|
feat: set up codspeed (#13372)
|
2024-12-20 11:21:51 +00:00 |
|
|
|
4dfaa46380
|
chore: unify recover_singer (#12881)
|
2024-11-26 15:19:58 +00:00 |
|
|
|
0e83203658
|
primitives: rm alloy BlobTransactionSidecar reexport (#12310)
|
2024-11-05 14:40:10 +00:00 |
|
|
|
c13ab7a292
|
chore: replace some revm deps (#11579)
|
2024-10-08 14:23:56 +00:00 |
|
|
|
ad64de8962
|
primitives: rm more alloy_primitives reexports (#11250)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-26 16:18:56 +00:00 |
|
|
|
2022dd3de5
|
primitives: rm alloy_consensus::transaction reexports (#11191)
|
2024-09-25 12:13:48 +00:00 |
|
|
|
c5aee02ff7
|
fix: Change Arc<KzgSettings> to EnvKzgSettings (#9054)
|
2024-06-24 14:56:53 +00:00 |
|
|
|
8492ab3d52
|
chore: remove proptest arbitrary from codec derive and tests (#8968)
|
2024-06-20 23:02:07 +00:00 |
|
|
|
d0b241c0c2
|
chore: move IntegerList to reth-primitives-traits (#8948)
|
2024-06-19 14:13:31 +00:00 |
|
|
|
8d54f2f8d3
|
feat: support no_std for reth-primitives (#8817)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-17 06:57:46 +00:00 |
|
|
|
ca574edbc8
|
chore(primitives): use derive_more where possible (#8834)
|
2024-06-14 14:06:03 +00:00 |
|
|
|
76c8f4842c
|
chore: move proof types and root functions from primitives/proofs into reth-trie-common (#8724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-13 16:36:18 +00:00 |
|
|
|
b16a6ec029
|
chore: move primitives/trie to reth-trie-types (#8717)
|
2024-06-10 15:00:14 +00:00 |
|
|
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|
|
|
19c529e8df
|
add use_self clippy lint (#8325)
|
2024-05-29 13:14:14 +00:00 |
|
|
|
cbc6f268c0
|
replace reth BlobTransactionSidecar with alloy's (#8135)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-05-07 12:38:23 +00:00 |
|
|
|
ead0fbf8fc
|
chore: rm anyhow dep (#7944)
|
2024-04-28 14:40:36 +00:00 |
|
|
|
b7ef60b899
|
Enable clippy's uninlined_format_args linter (#7204)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-18 23:29:19 +00:00 |
|
|
|
5b94dbb697
|
perf: replace BytesMut with alloy_rlp::encode (#7170)
|
2024-03-18 23:20:39 +00:00 |
|
|
|
6b5b6f7a40
|
Breaking changes (#5191)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: joshieDo <ranriver@protonmail.com>
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Thomas Coratger <thomas.coratger@gmail.com>
|
2024-02-29 12:37:28 +00:00 |
|
|
|
285312ea68
|
chore(deps): bump nybbles, correct some unchecked usages (#6794)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-02-26 16:09:35 +00:00 |
|
|
|
79452eadaf
|
chore: make clippy happy (#6666)
|
2024-02-19 06:31:47 +00:00 |
|
|
|
37a8780a4d
|
Add clippy fixes and minor refactoring (#6450)
|
2024-02-06 22:11:22 +00:00 |
|
|
|
98e5dfe1ac
|
feat: benchmark blob validation (#6355)
|
2024-02-02 19:57:39 +00:00 |
|
|
|
9aa44093cf
|
lints: move top-level lints to [workspace.lints] manifest table (#5935)
|
2024-01-04 13:38:02 +00:00 |
|
|
|
542639cc6f
|
perf(trie): use smallvec as the Nibbles representation (#5641)
|
2023-12-01 22:45:15 +00:00 |
|
|
|
0d522e8472
|
chore: improve Nibbles-related code (#5631)
|
2023-11-30 19:28:50 +00:00 |
|
|
|
e9dfd059dd
|
perf(trie): prealloc in Nibble::unpack (#5629)
|
2023-11-29 21:22:04 +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 |
|
|
|
d0ef5af580
|
chore(primitives): move KeccakHasher behind test-utils feature flag (#4804)
|
2023-09-26 16:02:57 +00:00 |
|
|
|
ddf38f41f2
|
bench(proofs): root calculations (#2513)
|
2023-05-02 07:28:26 -07:00 |
|
|
|
495db6e30d
|
chore: add pprof profiler/flamegraphs to all criterion benchmarks (#1425)
|
2023-02-17 01:08:32 -08:00 |
|
|
|
4c67cf2fb6
|
Added bench for recovering a transaction's signature (#886)
|
2023-01-13 16:35:45 -08:00 |
|