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

chore(revme): add recovery of address from secret key #992

Merged
merged 4 commits into from
Jan 18, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Jan 18, 2024

Add recovery from secret key.

Copy link
Contributor

Valgrind Results:

==3770== Cachegrind, a cache and branch-prediction profiler
==3770== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3770== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3770== Command: target/release/snailtracer
==3770== 
--3770-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.1s) ...            not enough samples
==3770== 
==3770== I   refs:      455,348,490
==3770== I1  misses:         10,656
==3770== LLi misses:          2,887
==3770== I1  miss rate:        0.00%
==3770== LLi miss rate:        0.00%
==3770== 
==3770== D   refs:      237,388,512  (160,565,068 rd   + 76,823,444 wr)
==3770== D1  misses:        349,326  (    209,045 rd   +    140,281 wr)
==3770== LLd misses:        137,557  (      4,051 rd   +    133,506 wr)
==3770== D1  miss rate:         0.1% (        0.1%     +        0.2%  )
==3770== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3770== 
==3770== LL refs:           359,982  (    219,701 rd   +    140,281 wr)
==3770== LL misses:         140,444  (      6,938 rd   +    133,506 wr)
==3770== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 0a47d5c into main Jan 18, 2024
25 checks passed
@github-actions github-actions bot mentioned this pull request Jan 18, 2024
@rakita rakita deleted the recovery_from_secret_key branch January 19, 2024 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant