cosmos-sdk/x/ibc/core/02-client
Federico Kunze 87315a6aab
ibc: commit packet and hash (#7808)
* ibc: commit packet and hash

* minor changes

* fix build

* update err msgs

* don't use Any

* update commitment hash to used fixed length preimage

The commitment hash will now use 8 bytes timeout timestamp + 8 bytes timeout height version number + 8 bytes timeout height version height + sha 256 hash of data

* remove error from CommitPacket return values

* update godoc

* rm proto-tools-stamp

Co-authored-by: Colin Axner <colinaxner@berkeley.edu>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-11-18 19:01:22 +00:00
..
client ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
keeper self height uses GTE in self client check (#7945) 2020-11-17 11:40:12 +00:00
simulation Update IBC host keys + cleanup (#7873) 2020-11-10 17:05:21 +00:00
types ibc: commit packet and hash (#7808) 2020-11-18 19:01:22 +00:00
abci_test.go ibc: internal audit part 1 (#7704) 2020-10-28 15:57:48 +00:00
abci.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
doc.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
genesis.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
module.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
proposal_handler_test.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
proposal_handler.go Refactor x/ibc to ADR 031 (#7576) 2020-10-19 18:21:53 +00:00