-
Notifications
You must be signed in to change notification settings - Fork 56
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
Support ethermint mode with features #359
Support ethermint mode with features #359
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.
it's the same patch as this one: crypto-org-chain#31, which is verified in cronos's integration tests.
So why wouldn't we use IBC instead of gravity bridge? Also we have a separate deep space implementation that has diverged from upstream that would like to continue to use. |
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.
Question regarding patching.
- update deep_space with ethermint feature - add a PrivateKey which switch to ethermint when ethermint feature is turn on - change default hd_path if ethermint feature turn on
d3ae46d
to
adb469d
Compare
703577e
to
d438d94
Compare
@jackzampolin @EricBolten I have reverted the previous cargo.lock change and just updated with minimal changes. It should be more manageable to review thanks @yihuang for the effort |
@thomas-nguy wanted to make sure you saw this question from Jack! I don't think we want to move back to the deep_space in crates.io at this time. |
To build with ethermint feature run :
cargo build --features ethermint