Commit 421839a
feat: attestation light client (#8717)
* first pass
* cr fixes
* some clean
* non-membership
* clean up testing
* e2e
* properly disable misbehaviour
* tidy
* fix some staff
* Update modules/light-clients/10-attestations/client_state.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* check multi-packet commitements
* ABI encoding
* Apply suggestion from @gjermundgaraba
* hashing correction
* correct path hashing
* update readme
* no reflection plz
* Update modules/light-clients/10-attestations/errors.go
Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
* Update modules/light-clients/10-attestations/client_state.go
Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
* cr fixes
* fix tests
* remove unused function
* cr fixes
* fix failing test
* docs: rename title of readme
* imp: use attestations instead of 10-attestations in proto
* chore: renamed 10-attestations to attestations
* fix: wipe 10-attestations
* lint: e2e
* lint: remove redundant alias
* doc: added doc.go
* chore: removed unused proto import
* doc: update readme
* imp: wire attestor
* lint: gci
* lint: gci wasm
* chore: regen proto
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
Co-authored-by: srdtrk <srdtrk@hotmail.com>1 parent e6474de commit 421839a
File tree
34 files changed
+3863
-5
lines changed- e2e
- scripts
- testsuite
- tests/attestations
- modules
- apps/callbacks/testing/simapp
- params
- core/exported
- light-clients
- 08-wasm/testing/simapp
- attestations
- proto/ibc/lightclients/attestations/v1
- simapp
- testing/simapp
34 files changed
+3863
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
363 | | - | |
| 363 | + | |
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
0 commit comments