-
Notifications
You must be signed in to change notification settings - Fork 30
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
add btc staking relevant replay test #343
add btc staking relevant replay test #343
Conversation
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.
Brilliant!
"github.com/stretchr/testify/require" | ||
) | ||
|
||
func FuzzCreatingAndActivatingDelegations(f *testing.F) { |
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.
Seems we can extend it to supporting post-approval in a different pr?
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.
yup, we can :) though first I want to work towards having votes from finality provider so we have full flow, and afterwards focus on adding different scenarios (pre-approval, post-approval, jailing, no-timestamped randomnes, slashing, unbonding...)
Add determinism test for whole staking activation flow pending/verified/active
Next steps: