-
Notifications
You must be signed in to change notification settings - Fork 68
Escrow contract integration #1910
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
base: main
Are you sure you want to change the base?
Conversation
.github/workflows/ci.yml
Outdated
- name: Run Ganache with Barge | ||
working-directory: ${{ github.workspace }}/barge | ||
run: | | ||
export CONTRACTS_VERSION=escrow |
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.
export CONTRACTS_VERSION=escrow | |
env: | |
CONTRACTS_VERSION: escrow |
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.
we should also check the conflicts
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.
looks good but we need the things mentioned here this yml change and the conflicts issue
Have you looked into the failing tests? |
I am looking over them now |
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.
Thank you @giurgiur99 for fixing this PR! The escrow
version container for the contracts got updated with latest modifications from 2.3.0-next.3
and implicit the functions definitions changed. I suggest to not merge this yet because we have the contract version set to escrow and maybe we do not need to merge now escrow payments into ocean.js.
11dd61b
to
dda89da
Compare
Fixes #1900 .
Changes proposed in this PR: