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
In both entries gas_price is lower than a minimum gas price (1e9) and it differs between the similar calls, I assume it was generated on the node side. This field's semantic are probably different in state channels (is it nonce or round?), but I can't find related docs.
I've called
channels.get.offchain_state
method of node and get this encoded call state tree:cs_+QFBggJuAbkBOvkBNz8B+QEyuJf4lUABuEBRt/rxUTPwSp8BBMQWR70Ag6kTiNXTDmO2LWStsbEXhED9reWbZWfYmFIwTrKG6Khrbb7SvfC4T4ll2BtXsX/luE/4TSkCoQFZYYdOS6IFcvCPFPCBUOkebcCW0ZehLaMRA+K9RcniKwICoQVRt/rxUTPwSp8BBMQWR70Ag6kTiNXTDmO2LWStsbEXhAA9PwDAuJf4lUABuEBRt/rxUTPwSp8BBMQWR70Ag6kTiNXTDmO2LWStsbEXhADlKPCJlyMdCDQrNsajcRCzQk6M8LSJvbdnJ7Lc4aFjuE/4TSkCoQFZYYdOS6IFcvCPFPCBUOkebcCW0ZehLaMRA+K9RcniKwMDoQVRt/rxUTPwSp8BBMQWR70Ag6kTiNXTDmO2LWStsbEXhAEOVADAenqUfg==
Then I unpacked it and got two call entries:
In both entries
gas_price
is lower than a minimum gas price (1e9) and it differs between the similar calls, I assume it was generated on the node side. This field's semantic are probably different in state channels (is it nonce or round?), but I can't find related docs.In this case contract call entries have version 2, but I can find documentation only for version 1 in https://github.com/aeternity/protocol/blob/c007dee/serializations.md#contract-call.
The text was updated successfully, but these errors were encountered: