8cdb097829
chore: simplify workspace = true usage ( #3930 )
2023-07-26 15:21:09 +00:00
af604289bb
chore: use ruint 1.9 and remove patch ( #3910 )
2023-07-25 11:19:30 -04:00
8b66213e15
chore(deps): bump some deps ( #3820 )
2023-07-17 21:18:20 +00:00
65b07b981e
feat(pruning): prune Receipts during pipeline ( #3585 )
2023-07-11 10:51:34 +00:00
ad2a8a5a17
chore(deps): bump pprof criterion ( #3698 )
2023-07-10 15:31:43 +00:00
d3465e2e32
feat(stages, storage): pruning configuration ( #3341 )
...
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com >
2023-06-29 15:04:43 +00:00
5b20aece2b
chore: move bytes to workspace dep ( #3302 )
2023-06-21 19:13:32 +00:00
ee4f6b32a0
chore(deps): bump test-fuzz 4 ( #3303 )
2023-06-21 19:13:13 +00:00
7ab8a7f3ec
chore: use workspace version ( #3240 )
2023-06-19 17:29:15 +00:00
9b81043a53
chore(deps): move ethers to workspace deps ( #3145 )
2023-06-14 19:58:39 +00:00
ea2fcee995
chore: use workspace dependencies ( #3132 )
2023-06-13 22:46:26 +00:00
df9dfa6b6f
chore(deps): use revm and revm-primitives as workspace deps ( #3017 )
2023-06-06 11:47:55 +00:00
171166e84a
chore: add msrv to manifests, add and use workspace.package ( #3006 )
2023-06-06 03:45:44 +00:00
2e406c1791
ci: upgrade to geth 1.12.0-e501b3b0 ( #2874 )
...
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de >
2023-06-02 19:11:19 +00:00
7d36dea420
Changed the ethers-rs imports for Foundry compatibility ( #2787 )
2023-05-23 00:48:25 +03:00
ae2b0954c6
perf: do not compile traces in release mode ( #2652 )
2023-05-15 17:06:10 -07:00
047f1e513c
feat(db): add zstd and CompactZstd to Transactions and Receipts ( #2483 )
...
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com >
2023-05-12 10:30:15 -07:00
ddf38f41f2
bench(proofs): root calculations ( #2513 )
2023-05-02 07:28:26 -07:00
cafb31aa53
chore(trie): move hash builder to primitives ( #2493 )
2023-05-01 10:47:35 -07:00
7f764028d2
feat(cli): consensus engine events ( #2473 )
2023-05-01 17:46:03 +02:00
a40f3d775c
chore(deps): bump enr + secp256k1 ( #2443 )
2023-04-28 11:05:00 -07:00
10048a2dde
fix: checked u64 downcast ( #2122 )
2023-04-05 12:31:07 +02:00
89c525f9c9
chore: bump revm to v3.1.0 ( #2113 )
2023-04-04 16:50:09 +02:00
15d79cedad
chore(deps): upgrade secp256k1+enr ( #1715 )
2023-03-15 11:15:55 +01:00
237fd5ce6e
feat: BlockchainTree ( #1212 )
...
Co-authored-by: Dragan Rakita <draganrakita@192.168 .1.4>
2023-03-14 11:17:14 -07:00
9326b45821
chore(deps): rm unused deps in primitives ( #1604 )
2023-03-02 13:49:15 +01:00
42e3f56108
feat: refactor few stages to providers, introduce insert_block ( #1474 )
...
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com >
2023-03-01 13:42:45 -07:00
99f2bfe77d
feat: rpc Filter type ( #1389 )
2023-02-20 15:27:33 +01:00
495db6e30d
chore: add pprof profiler/flamegraphs to all criterion benchmarks ( #1425 )
2023-02-17 01:08:32 -08:00
f979c6c1fb
chore: reexport bytes & bump version to 1.4 ( #1395 )
2023-02-16 10:33:28 -08:00
23848df73a
chore: update revm to v3.0.0 ( #1248 )
...
Co-authored-by: Francisco Krause Arnim <fkrausear@gmail.com >
Co-authored-by: lambdaclass-user <github@lambdaclass.com >
2023-02-10 11:56:59 -08:00
1f64d8e9d7
refactor: pull reth/common/rlp up to reth/rlp ( #1146 )
2023-02-02 13:54:13 -08:00
3f7744398b
build: bump the CRC crate from 1.x to 3.x ( #930 )
2023-01-20 18:55:24 -08:00
f9de425ad8
refactor: unify all chains confs ( #747 )
...
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com >
2023-01-17 07:47:34 -08:00
d50d9bd0fe
chore(net): Add proptest roundtrip to rlp types ( #829 )
2023-01-16 09:50:58 -08:00
4c67cf2fb6
Added bench for recovering a transaction's signature ( #886 )
2023-01-13 16:35:45 -08:00
aabbe4923b
chore(codecs): add proptest roundtrip to all main_codec ( #803 )
2023-01-10 22:06:01 -08:00
e5e74cbc02
fix(execution): Increase cache scope, and apply block reward to cache ( #793 )
...
* bug: Apply block reward to evm cache
* Move cache to all blocks
* add tests
* Update crates/executor/src/executor.rs
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com >
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com >
2023-01-10 08:05:50 -08:00
2b5ee2b18d
chore(primitives): use reth::Bytes and implements arbitrary ( #776 )
...
* clippy
* add arbitrary to reth Bytes
* clean
* add missing dependency
2023-01-09 12:09:18 +01:00
258431aac8
primitives: add own Bloom type with arbitrary ( #746 )
...
* add own Bloom type with arbitrary
* use impl_hash_compact instead
* add doc to exported macro
* remove unused crate and code
* fix rlp encode length for Bloom
* use RlpDecodableWrapper and RlpEncodableWrapper instead
2023-01-06 13:10:19 +02:00
6407b5087e
chore: use B160, B256 and U256 coming from revm and ruint ( #676 )
...
* use B256, B160 and U256 from revm
* fix U256 from_str
* use U256::ZERO
* use temporary commit for revm and interpreter
* more U256::ZERO
* more changes for revm/ruint types
* clippy
* change revm and revm-interpreter repo
* remove H160 wrap
* minor cleanup
* remove unused
* fix MIN_PROTOCOL_BASE_FEE
2023-01-04 11:11:48 +02:00
15e6a359b4
fix: enable missing feature ( #644 )
2022-12-29 11:07:49 +01:00
dcd3923d19
Add serde support for NodeRecord primitive type ( #617 )
...
* Add serde support to NodeRecord
* Move NodeRecord to primitives
along with NodeKey and Octets
* Reexport NodeRecord from discv4
* Move NodeKey and kad_key back to discv4::node
Also, move NodeRecord::key functionality to a helper function: discv4::node::record_key.
This avoids the discv5 dependency in the primitives crate.
* Fix NodeRecord (de)serializing
The default derive macros work with a dictionary like display.
Changed that to serde_with macros, that use Display and FromStr traits.
* Add some tests for NodeRecord (de)serializing
* Hide NodeKey struct
* Move Octets after NodeRecord
* Replace record_key with From trait
* Fix clippy error
unnecessary into()
2022-12-27 18:03:54 +01:00
562e895f21
ci: unused dependencies sanity check ( #590 )
...
* ci: add unused deps sanity check
* ci: fix unused deps issue template title
* ci: rename udeps job
* chore: formatting
* chore: make `cargo-udeps` ignore `aquamarine`
* deps: resolve unused deps
* ci: check every feature and target in udeps job
2022-12-23 13:19:50 +01:00
c2719ec27e
chore(deps): bump secp256k1 from 0.24.1 to 0.24.2 ( #440 )
...
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1 ) from 0.24.1 to 0.24.2.
- [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases )
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.24.2/CHANGELOG.md )
- [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.24.1...secp256k1-0.24.2 )
---
updated-dependencies:
- dependency-name: secp256k1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-14 16:40:16 +02:00
e014eaad33
feat(db): Refactor storage libraries ( #371 )
2022-12-09 23:14:07 -08:00
4d718bbf33
s/foundry-rs/paradigmxyz
2022-12-07 00:00:45 -08:00
d6a11c7f48
chore(deps): bump ethers + ethereum types + revm ( #228 )
...
* chore(deps): bump ethers + ethereum types
* bump revm
* chore(clippy): make clippy happy
2022-11-23 11:54:54 +01:00
027fc2bbf2
feat(db): derive Compact codec ( #177 )
2022-11-22 20:46:45 -08:00
09c5c3449e
feat(executor): transaction and receipts verification ( #195 )
...
* transaction verification
* Add providers to interfaces
* add receipt check in executor verify
* Removed receipts, added bloom
* post merge header checks
* fmt clippy
* gas price type removal
* rm leftover
* move consts to contstant.rs
2022-11-16 11:10:36 -08:00