Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add retract
  • Loading branch information
damiannolan committed Jul 23, 2024
commit 545572f61288a9b28419d6c79042731962a5be94
2 changes: 2 additions & 0 deletions modules/light-clients/08-wasm/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ module github.com/cosmos/ibc-go/modules/light-clients/08-wasm
go 1.21

retract (
// explicitly break api for client contracts
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something more explicit? rename field of JSON-encoded verify messages from path to merlke_path, or something like that.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated with a more informative godoc message. Let me know what you think

v0.3.1-0.20240717085919-bb71eef0f3bf
// use MerklePath type with []string for KeyPath in contract API messages
v0.2.1-0.20240523101951-4b45d1822fb6
v0.1.2-0.20240412103620-7ee2a2452b79
Expand Down