-
Notifications
You must be signed in to change notification settings - Fork 9
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: fvs circuit statistics tracers interface #55
Conversation
1fdf1d0
to
fbb2005
Compare
10ed516
to
1855293
Compare
30674a7
to
45c48c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the Decommit opcode isn't tested because tests used to pass even though that one incorrectly incremented the storage cycle count.
It may need to record decommit cycles like far call does but hard to say without a test.
58cf727
to
c727b54
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than a couple of nits (including a previous one regarding RollbackableSet
interface), and the obvious question regarding performance, looks good 👍
What ❔
Why ❔
Checklist
cargo fmt
andcargo clippy
.