-
Notifications
You must be signed in to change notification settings - Fork 3
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
F/rewards distribution e2e 2 #84
Conversation
This reverts commit 6bcc77f.
Taking a look at CI failures. E2e tests are passing on my local btw. |
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.
Nice 👍
The local integration test failed though
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.
Maybe the staker_addr coming in local integration tests (make test-integration
) is using bbnc
prefix but the contract expects bbn
Yes, this requires a fix of the datagen module on |
Faced the same issue at FP. For now I worked around by doing this. Not sure if touching Babylon for this fix is a good idea or not |
Too late 😉. Here's the PR: babylonlabs-io/babylon#513. Regarding if it's a good idea or not, the changes are minimal, and fully backwards compatible. In any case, we shouldn't be using datagen in the Consumer's SDK if it's meant to be Babylon specific. Perhaps datagen should migrate to its own |
9ea47c5
to
5297b58
Compare
Tests the new version of rewards distribution / withdrawal.