cosmos-sdk/x/ibc/07-tendermint
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
..
client Bump Tendermint v0.33.4 (#6055) 2020-04-22 19:21:48 +00:00
types x/ibc: Implement Timeout Timestamp (#6022) 2020-04-22 22:23:42 +00:00
doc.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
misbehaviour.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
misbehaviour_test.go Bump Tendermint v0.33.4 (#6055) 2020-04-22 19:21:48 +00:00
module.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
tendermint_test.go Bump Tendermint v0.33.4 (#6055) 2020-04-22 19:21:48 +00:00
update.go Bump Tendermint v0.33.4 (#6055) 2020-04-22 19:21:48 +00:00
update_test.go Bump Tendermint v0.33.4 (#6055) 2020-04-22 19:21:48 +00:00