SecretNetwork
SecretNetwork copied to clipboard
IBC receive hooks
Edit handle() to also route:
- [ ]
ibc_channel_open() - [ ]
ibc_channel_connect() - [ ]
ibc_channel_close() - [ ]
ibc_packet_receive() - [ ]
ibc_packet_ack() - [ ]
ibc_packet_timeout()
Then:
- [ ] Extend
RawWasmOutput&WasmOutputto matchContractExecResponse - [ ] Consequently extend
encrypt_output()to convertRawWasmOutputtoWasmOutput(no output encryption needed).