Skip to content
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

Merged
merged 12 commits into from
Sep 23, 2020

Conversation

alexcos20
Copy link
Member

@alexcos20 alexcos20 commented Sep 23, 2020

closes #297
closes #298
closes #300

@alexcos20
Copy link
Member Author

requires contracts 0.4.4 (is not released yet)

@alexcos20 alexcos20 self-assigned this Sep 23, 2020
@alexcos20 alexcos20 added the Status: InProgress Work in progress, don't merge label Sep 23, 2020
src/models/Config.ts Outdated Show resolved Hide resolved
@alexcos20 alexcos20 marked this pull request as ready for review September 23, 2020 12:55
src/models/Config.ts Outdated Show resolved Hide resolved
src/ocean/DID.ts Outdated Show resolved Hide resolved
src/ocean/Ocean.ts Outdated Show resolved Hide resolved
@@ -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"
Copy link
Contributor

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

Copy link
Member Author

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

@alexcos20 alexcos20 removed the Status: InProgress Work in progress, don't merge label Sep 23, 2020
alexcos20 and others added 3 commits September 23, 2020 16:26
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
@codeclimate
Copy link

codeclimate bot commented Sep 23, 2020

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.

@kremalicious kremalicious merged commit 1190954 into main Sep 23, 2020
@kremalicious kremalicious deleted the feature/updated_events branch September 23, 2020 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Metadata contract update Use DataToken address as the assets did
2 participants