-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Move forc
's block explorer support into a dedicated forc-explore
plugin crate
#1180
Conversation
952e4a8
to
8060ec3
Compare
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, looks good.
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.
While we're here, could you use major.minor for non-Fuel deps in this new crate instead of major.minor.patch?
This is aimed at replacing `forc`'s internal support for running the block explorer, to be removed in a follow-up commit.
Also updates the `Cargo.lock` with the 0.9 -> 0.9.2 version change.
a0066a7
to
35f942c
Compare
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.
once again, mostly just moved code right? nice, loving the plugin system. this is awesome
NOTE: This PR is Based on #1178.
I've taken the liberty to clean-up/refactor the code a little during the move too.
Closes #946.