Wojciech Klaudiusz Zaborowski
Wojciech Klaudiusz Zaborowski
The formula provided by Lane seems to be wrong. Let me clean-up the notation first: - `tx` is the transaction in question - `tx.maxGas` is the max-gas calculated for this...
`COMPUTATION_COST` table is the approach for Genesis only. Values in this table are fixed costs which cover: - consensus cost - verify() cost - method execution
I agree. But I assumed this will be decided after Genesis - ?
> to be more specific: header can be decoded by executing vesting wallet template, arguments are decoded by executing vault template. Yes, and this is actually our current design: -...
The preferred way to represent method call arguments and spawn arguments (most coherent with the overall architecture) is to keep them as Seq[Byte] structure at the tx envelope layer. The...
I wanted to add an upvote for such feature from my side as well ! Complex mode would be great. By a "complex mode" I mean the ability to define...
Wow ! This works great. Thank you a lot for your hard work, Christopher. So far the new functionality fulfills my expectations in 100% (as far as I can say...
Design effort is tracked in https://github.com/spacemeshos/pm/issues/181