-
Notifications
You must be signed in to change notification settings - Fork 369
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
[Celotool] Integration with truffle blockscout plugin #1540
[Celotool] Integration with truffle blockscout plugin #1540
Conversation
…re/helm-blockscout-update
…re/intregate_truffle_blockscout_plugin
…re/intregate_truffle_blockscout_plugin
…re/intregate_truffle_blockscout_plugin
93f7d07
to
d3b892d
Compare
d3b892d
to
f1a0a16
Compare
…re/intregate_truffle_blockscout_plugin
…com:jcortejoso/celo-monorepo into feature/intregate_truffle_blockscout_plugin
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.
For my own understanding, what exactly does it mean for a contract to be "verified" in this case?
…com:jcortejoso/celo-monorepo into feature/intregate_truffle_blockscout_plugin
Codecov Report
@@ Coverage Diff @@
## master #1540 +/- ##
=======================================
Coverage 74.2% 74.2%
=======================================
Files 278 278
Lines 7653 7653
Branches 956 672 -284
=======================================
Hits 5679 5679
Misses 1857 1857
Partials 117 117
Continue to review full report at Codecov.
|
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.
lgtm
…re/intregate_truffle_blockscout_plugin
…com:jcortejoso/celo-monorepo into feature/intregate_truffle_blockscout_plugin
…re/intregate_truffle_blockscout_plugin
…com:jcortejoso/celo-monorepo into feature/intregate_truffle_blockscout_plugin
Description
Added new command
bin/celotooljs.sh deploy initial verify-contracts -e berlintestnet001
--all contracts-- orbin/celotooljs.sh deploy initial verify-contracts -e berlintestnet001 --contract RegistryProxy
to verify the deployed contracts in the online blockscout for that environment. The contract abis have to be available atpackages/protocol/build/<network_name>
Tested
Used the command to validate the contracts in a testnet just after deploying the contracts.
Related issues
Backwards compatibility
No compatibility problems