-
Notifications
You must be signed in to change notification settings - Fork 71
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
add-vault-token-bridge #347
base: master
Are you sure you want to change the base?
Conversation
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This pull request introduces 1 alert when merging 656ffef into 297ed54 - view on LGTM.com new alerts:
|
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.
Excellent. Although we won't merge this, I think with this we can consider the full solution ready to be implemented, right?
Have you tested this version by making your local federator to be actively voting transactions?
656ffef
to
73aba4c
Compare
73aba4c
to
e298bd2
Compare
SonarCloud Quality Gate failed. 1 Bug No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Title of pull request
The pull request should be described here
Description
How to Test
ganache-cli
Case 1
$~ cd bridge
$~ npm run test
Expected Result
$~ cd ../federator
Expected Result
Expected Result
Case N...
Checklist
Bridge Directory
cd bridge
npm run lint
npm run test
npm run compile
Federator Directory
cd federator
npm run lint
npm run test
npm run build