-
Notifications
You must be signed in to change notification settings - Fork 50
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 script to get Approved nodes list #254
Conversation
@kc1116 You should be able to use the existing |
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.
🎸
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.
Thanks! Just one comment
totalStakedFilename = "idTableStaking/scripts/get_total_staked.cdc" | ||
rewardRatioFilename = "idTableStaking/scripts/get_node_type_ratio.cdc" | ||
weeklyPayoutFilename = "idTableStaking/scripts/get_weekly_payout.cdc" | ||
getApprovedNodes = "idTableStaking/scripts/get_approved_nodes.cdc" |
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.
getApprovedNodes = "idTableStaking/scripts/get_approved_nodes.cdc" | |
getApprovedNodesFilename = "idTableStaking/scripts/get_approved_nodes.cdc" |
* Multi unlock * Add function for code template generation * Update transaction * Tests for unlocking script (#253) * tests for unlocking script * merge conflict fix * gas usage test * more tests * make ci * remove unnecessary line * fixing comment Co-authored-by: Joshua Hannan <[email protected]>
…low-core-contracts into khalil/1607-read-approved-nodes
This PR adds a script to get the approved nodes list from the staking table.