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
BUG: (read-msg) currently containsminer-keyset and total field. This should be removed.
(read-msg)
miner-keyset
total
Render useful info about the transaction as data that can be read using(read-msg) from GAS_PAYER
GAS_PAYER
pact code
is-cont
step
pact-id
Charge gas for computation inside GAS_PAYER.
Implement a gas-payer-v2 or gas-payer-redeem interface to allow gas redemption once GAS_PAYER gets charged for computation
gas-payer-v2
gas-payer-redeem
The text was updated successfully, but these errors were encountered:
Resolved with 1.6(#925) release
Sorry, something went wrong.
LindaOrtega
No branches or pull requests
BUG:
(read-msg)
currently containsminer-keyset
andtotal
field. This should be removed.Render useful info about the transaction as data that can be read using
(read-msg)
fromGAS_PAYER
pact code
is-cont
(or a bool that specifies if the tx is a cont),step
,pact-id
,pact code
that will actually runCharge gas for computation inside
GAS_PAYER
.Implement a
gas-payer-v2
orgas-payer-redeem
interface to allow gas redemption once GAS_PAYER gets charged for computationThe text was updated successfully, but these errors were encountered: