cosmos-sdk/x/ibc/02-client
colin axner 654b2fdd10
x/ibc: packet commitment deletion after ack verification (#6292)
* add deletion of packet commitments to AcknowledgePacket and remove CleanupPacket

* update tests

* add replay test for unordered channels

* add cleanup back, update tests

* remove nolint

* add timeoutonclose handling and fix

* add check for deleted packets

* Update x/ibc/04-channel/keeper/keeper.go

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

* add ackexecuted and update tests

* add timeoutexecuted back and update test

* move events to executed funcs

* update handler

* update godoc

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-05-30 21:18:43 -04:00
..
client x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
exported x/ibc: fix internal errors messages (#6268) 2020-05-22 17:17:52 -04:00
keeper x/ibc: /types cleanup (#6169) 2020-05-13 19:23:33 -04:00
simulation x/ibc: default genesis state for sims (#6158) 2020-05-14 22:47:11 +00:00
types x/ibc: default genesis state for sims (#6158) 2020-05-14 22:47:11 +00:00
abci.go x/ibc: update ICS09 Loopback Client (#6018) 2020-04-17 22:36:12 -04:00
abci_test.go x/ibc: create localhost client on InitGenesis (#6170) 2020-05-11 17:46:00 +02:00
alias.go x/ibc: packet commitment deletion after ack verification (#6292) 2020-05-30 21:18:43 -04:00
doc.go
genesis.go x/ibc: stateful clients (#6202) 2020-05-12 21:13:41 +02:00
handler.go x/ibc: packet commitment deletion after ack verification (#6292) 2020-05-30 21:18:43 -04:00
module.go