-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
bump lens dep & wire up --coin-type
flag
#630
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.
This has a bit of overlap with a branch I didn't push to a PR on Friday. Do you want to compare the tree at 18f8146 and see if there were any other differences besides the key output adapter and errgroup context usage?
Went through that branch and I believe anything missing should be added in here now as well. |
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.
Nice, thanks.
Now that the
KeyProvider
implementation inlens
utilizes thecointype
parameter in key derivation, we need to update our version oflens
so that we can also consume the--coin-type
flag in the relayers cmds for adding and restoring keys.Function parameters on various methods in the
provider
package needed to be updated so that we can pass in a context to them.Closes #588
Closes #596