-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update latest cosmwasm #176
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥁
ibc_test.go
Outdated
// and analyze | ||
report2, err := vm.AnalyzeCode(checksum2) | ||
require.NoError(t, err) | ||
require.True(t, report2.HasIBCEntryPoints) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
types/msg.go
Outdated
// Nanoseconds since UNIX epoch | ||
// See https://golang.org/pkg/time/#Time.UnixNano | ||
// at least one of timeout_block, timeout_timestamp is required | ||
TimeoutTimestamp *uint64 `json:"timeout_timestamp,omitempty"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good doc
Could you rebase this to the latest 0.14-dev for review? |
127f5f2
to
12919e1
Compare
Rebased and one more capitalization |
PR merged via cherry-picking the 3 commits. All commits here remain intact and can be used for wasmd integration. |
Please merge #174 and rebase this before merge.
Updates to latest, using 2-arg migrate function.