Fix message representation for signing (#658)
* Introduce RawContractMessage type * Add json signbytes test for proposals * No assumptions on MsgIBCSend.data content * Smart query uses RawContractMessage * Revert method signature change to be consistent * Review comment * Update after discussions
This commit is contained in:
@@ -617,7 +617,7 @@ MsgIBCSend
|
||||
| `channel` | [string](#string) | | the channel by which the packet will be sent |
|
||||
| `timeout_height` | [uint64](#uint64) | | Timeout height relative to the current block height. The timeout is disabled when set to 0. |
|
||||
| `timeout_timestamp` | [uint64](#uint64) | | Timeout timestamp (in nanoseconds) relative to the current block timestamp. The timeout is disabled when set to 0. |
|
||||
| `data` | [bytes](#bytes) | | data is the payload to transfer |
|
||||
| `data` | [bytes](#bytes) | | Data is the payload to transfer. We must not make assumption what format or content is in here. |
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user