-
Notifications
You must be signed in to change notification settings - Fork 14
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
Delete migrated file 400_contributeAndCallback.js #177
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #177 +/- ##
===========================================
- Coverage 84.87% 84.50% -0.37%
===========================================
Files 35 35
Lines 1084 1084
Branches 221 221
===========================================
- Hits 920 916 -4
- Misses 164 168 +4 ☔ View full report in Codecov by Sentry. |
…ture/400_contribute-and-callback-cleaning
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
it('viewDeal', async function () { | ||
const { dealId } = await createDeal(); | ||
const deal = await iexecPoco.viewDeal(dealId); | ||
console.log('🚀 ~ deal sponsor:', deal.sponsor); |
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.
console.log('🚀 ~ deal sponsor:', deal.sponsor); |
console.log('score:', await iexecPoco.viewScore(worker1.address)); | ||
}); | ||
|
||
// viewScore(address _worker) |
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.
// viewScore(address _worker) |
expect(contribution.resultSeal.length).to.equal(66); | ||
expect(contribution.enclaveChallenge).to.equal(AddressZero); | ||
expect(contribution.weight).to.equal(1); | ||
console.log('score:', await iexecPoco.viewScore(worker1.address)); |
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.
console.log('score:', await iexecPoco.viewScore(worker1.address)); |
@@ -1,18 +1,21 @@ | |||
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <[email protected]> |
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.
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <[email protected]> | |
// SPDX-FileCopyrightText: 2020-2025 IEXEC BLOCKCHAIN TECH <[email protected]> |
No description provided.