cosmos-sdk/x/ibc
colin axner f6e9ee7623
x/ibc: Implement Timeout Timestamp (#6022)
* add timeout timestamp to packet and timestamp to consensus state

* add timeout timestamp event attribute

* update various issues with adding timestamp

* fix tests, add default timeout timestamp

* add unit test and minor fixes

* remove unnecessary code

* code review fix

* Update x/ibc/03-connection/keeper/keeper.go

Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Update x/ibc/02-client/exported/exported.go

Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Update x/ibc/04-channel/types/packet.go

Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Update x/ibc/07-tendermint/types/consensus_state.go

Co-Authored-By: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* return time.Time in error message

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-04-22 22:23:42 +00:00
..
02-client x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
03-connection x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
04-channel x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
05-port x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
07-tendermint x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
09-localhost Jonathan/5988 sim params consensus 2 (#6051) 2020-04-22 18:24:13 +00:00
20-transfer x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
23-commitment x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
24-host x/ibc ICS24 (#5588) 2020-02-19 10:56:22 +01:00
ante x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
client x/ibc: update ICS09 Loopback Client (#6018) 2020-04-17 22:36:12 -04:00
keeper x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
spec x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
types Fix Prefixes and Create Prefix Store for Clients (#5980) 2020-04-10 16:50:17 +00:00
alias.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
handler.go Fixes for Packet Ack (#6036) 2020-04-20 22:37:18 +00:00
module.go x/ibc: update ICS09 Loopback Client (#6018) 2020-04-17 22:36:12 -04:00