chainweb-node
chainweb-node copied to clipboard
Updates and fixes to GAS_PAYER
-
BUG:
(read-msg)currently containsminer-keysetandtotalfield. This should be removed. -
Render useful info about the transaction as data that can be read using
(read-msg)fromGAS_PAYER- For regular pact commands:
pact code - For cont commands:
is-cont(or a bool that specifies if the tx is a cont),step,pact-id,pact codethat will actually run
- For regular pact commands:
-
Charge gas for computation inside
GAS_PAYER. -
Implement a
gas-payer-v2orgas-payer-redeeminterface to allow gas redemption once GAS_PAYER gets charged for computation