-
Notifications
You must be signed in to change notification settings - Fork 0
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
Complete meetup: claim rewards and test balances #33
Conversation
9603e28
to
badf94b
Compare
ea33d88
to
a1aa566
Compare
Perform meetup is available : #39 |
Improve CLI for trsuted calls: balance, transfer, transfer_all and set_fee_conversion_factor clean rebase clean Add claim_rewards and some infos to check the balances. Add claim_rewards in demo and get balances clippy clean
a9e7291
to
07c145e
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.
When I check the CI logs, the claim seems to have failed:
Bob has zero balance after a performed and claimed gathering. Why is that? Is this different when running locally?
encointer-private-community-demo | Check Bob balances
encointer-private-community-demo | Initial balances
encointer-private-community-demo | in native currency: 0
encointer-private-community-demo | in community currency: 0
encointer-private-community-demo | After rewards
encointer-private-community-demo | in native currency: 0
encointer-private-community-demo | in community currency: 0
encointer-private-community-demo |
encointer-private-community-demo | After some time (demurrage)
encointer-private-community-demo | in native currency: 0
encointer-private-community-demo | in community currency: 0
encointer-private-community-demo |
One bootstrapper couldn't register:
Maybe because of the bad performance of the GitHub actions CI. Something like integritee-network/worker#1132 In the worker logs, we have:
1 bootstrapper was not registered:
The attestaions failed:
The claim rewards failed:
|
Re-running the demo. The demo ran successfully:
|
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.
let's see if CI is really brittle in the future. acceptable for now, thx
-> Problem: the demurrage is not working. See Fix Demurrage for private balance pallet #50