-
Notifications
You must be signed in to change notification settings - Fork 68
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
use dtAddress as did, update metadata contract #309
Conversation
requires contracts 0.4.4 (is not released yet) |
@@ -20,7 +20,6 @@ before_script: | |||
- git clone https://github.com/oceanprotocol/barge | |||
- cd barge | |||
- git checkout v3 | |||
- export PROVIDER_VERSION=latest | |||
- export ADDRESS_FILE="${HOME}/.ocean/ocean-contracts/artifacts/address.json" |
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.
because of ADDRESS_FILE
default in barge v3
this line can be removed too
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.
i would keep ADDRESS_FILE, as a reference for anyone that would want to run ocean-lib-js tests in another terminal (different from barge). both ADDRESS_FILE and AQUARIUS_URI are mandatory for the tests
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Code Climate has analyzed commit 8ac5f73 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (50% is the threshold). This pull request will bring the total coverage in the repository to 75.2%. View more on Code Climate. |
closes #297
closes #298
closes #300