-
Notifications
You must be signed in to change notification settings - Fork 101
feat(utils): include an address codec implementation #665
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
base: main
Are you sure you want to change the base?
Conversation
deef085
to
41a10c9
Compare
) | ||
|
||
// EvmCodec defines an address codec for EVM compatible cosmos modules | ||
type EvmCodec struct { |
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.
This lgtm but I think this should live elsewhere (not in a utils
package and also be piped into our evmd
application
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.
@vladjdk for thoughts on locations etc
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 we are going to pipe this into our evmd
. Then we might have a better case for #665 (comment) since if we used bech32, this codec would be a better drop-in replacement for the default cosmos sdk one
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.
@vladjdk thoughts?
Description
closes: #633
closes: EVM-322
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
main
branch