We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we already have a script to generate voucher batches: ./client/voucher.py
./client/voucher.py
Community leaders should be able to scrape all remaining unused voucher funds after a specified time, i.e. 30 days
The mentioned script generates a .secrets file which contains one SURI per line in the format //svinsdfvib/dfinbadcinad
.secrets
//svinsdfvib/dfinbadcinad
We should implement a script which:
ss58account, SURI, balance, days untouched
The text was updated successfully, but these errors were encountered:
In addition to 4., it would help to see the total Amount locked in vouchers.
Sorry, something went wrong.
@Malixxa this will not be possible as there is no way (across multiple runs of voucher creation) to know if an account is a voucher or not
replaced by #284
No branches or pull requests
we already have a script to generate voucher batches:
./client/voucher.py
Community leaders should be able to scrape all remaining unused voucher funds after a specified time, i.e. 30 days
The mentioned script generates a
.secrets
file which contains one SURI per line in the format//svinsdfvib/dfinbadcinad
We should implement a script which:
ss58account, SURI, balance, days untouched
The text was updated successfully, but these errors were encountered: