Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(revm): derive serde for BundleState #1539

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

shekhirin
Copy link
Collaborator

@shekhirin shekhirin commented Jun 17, 2024

Need it for Remote ExEx example to be able to send Reth's Chain over the network.

@shekhirin shekhirin added the feature New feature or lib ability label Jun 17, 2024
Copy link
Contributor

Valgrind Results:

==3883== Cachegrind, a cache and branch-prediction profiler
==3883== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3883== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3883== Command: target/release/snailtracer
==3883== 
--3883-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.823797192s
==3883== 
==3883== I   refs:      427,037,422
==3883== I1  misses:          5,859
==3883== LLi misses:          2,788
==3883== I1  miss rate:        0.00%
==3883== LLi miss rate:        0.00%
==3883== 
==3883== D   refs:      204,076,620  (132,268,828 rd   + 71,807,792 wr)
==3883== D1  misses:        340,613  (    200,726 rd   +    139,887 wr)
==3883== LLd misses:        137,565  (      4,329 rd   +    133,236 wr)
==3883== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3883== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3883== 
==3883== LL refs:           346,472  (    206,585 rd   +    139,887 wr)
==3883== LL misses:         140,353  (      7,117 rd   +    133,236 wr)
==3883== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@shekhirin shekhirin marked this pull request as ready for review June 17, 2024 15:02
@shekhirin shekhirin requested review from DaniPopes and rakita June 17, 2024 15:03
@rakita rakita merged commit 41e2f7f into main Jun 17, 2024
25 checks passed
This was referenced Jun 17, 2024
@rakita rakita deleted the alexey/serde-bundle-state branch July 16, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or lib ability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants