-
Notifications
You must be signed in to change notification settings - Fork 102
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
Hyperlane natives fixes #1362
Hyperlane natives fixes #1362
Conversation
6d63502
to
f66ec93
Compare
583d721
to
20bc897
Compare
aad50db
to
f1d39bf
Compare
bd493fb
to
d5789b5
Compare
d5789b5
to
468d64c
Compare
|
||
return decoded | ||
|
||
parseChainId :: forall a. (a ~ Word16) => Text -> Either HyperlaneError a |
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.
if this has to be a Word16
, why is this an equality constraint?
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.
refactoring purposes with show, i just wanted to write a
everywhere. but you're right it's probably not worth it.
Signed-off-by: Evgenii Akentev <[email protected]> Change-Id: I8f09e97090ae3fbe32bbe0339414ef175d987800
468d64c
to
02e1f61
Compare
The corresponding chainweb PR: kadena-io/chainweb-node#1901
PR checklist:
pact -t
), make sure pact-lsp is in sync.Additionally, please justify why you should or should not do the following: