You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x{F802} @Defop GASCONSUMED
// ( -- g_c) returns gas consumed by VM so far 26 gas
which actually replaces the opcode:
x{F802} @Defop BUYGAS
// (x -- ) computes the amount of gas that can be bought for x nanograms,
// and sets g_l accordingly in the same way as SETGASLIMIT
Which is still described in the document tvm.pdf but has not yet been implemented.
Please reveal the details of the reasoning behind the decision.
The text was updated successfully, but these errors were encountered:
In the recent TVM Upgrade (#686) a new useful opcode was added:
which actually replaces the opcode:
Which is still described in the document tvm.pdf but has not yet been implemented.
Please reveal the details of the reasoning behind the decision.
The text was updated successfully, but these errors were encountered: