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
Use https://github.com/projectchicago/gastoken/tree/master/contract mint/burn to mint gastoken during low periods, store it in the contract, and allow the operator to make cheap (free) submitBlock calls
https://github.com/projectchicago/gastoken/blob/master/contract/GST1.sol#L97
https://blog.polymath.network/turning-smart-contracts-into-gastoken-factories-3e947f664e8b
Add mint, freeStorage function. freeStorage will be called in SubmitBlock to pay for gas. Add test which shows that the gas cost of SubmitBlock was 0.
mint
freeStorage
SubmitBlock
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use https://github.com/projectchicago/gastoken/tree/master/contract mint/burn to mint gastoken during low periods, store it in the contract, and allow the operator to make cheap (free) submitBlock calls
https://github.com/projectchicago/gastoken/blob/master/contract/GST1.sol#L97
https://blog.polymath.network/turning-smart-contracts-into-gastoken-factories-3e947f664e8b
Add
mint
,freeStorage
function.freeStorage
will be called inSubmitBlock
to pay for gas. Add test which shows that the gas cost ofSubmitBlock
was 0.The text was updated successfully, but these errors were encountered: