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

Delete migrated file 400_contributeAndCallback.js #177

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

zguesmi
Copy link
Member

@zguesmi zguesmi commented Jan 8, 2025

No description provided.

@zguesmi zguesmi self-assigned this Jan 8, 2025
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.50%. Comparing base (cf2d0a7) to head (ea79319).

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.
📢 Have feedback on the report? Share it here.

Copy link

@Le-Caignec Le-Caignec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from feature/400_contribute-and-callback-migration to develop January 10, 2025 15:14
@zguesmi zguesmi marked this pull request as ready for review January 10, 2025 16:31
it('viewDeal', async function () {
const { dealId } = await createDeal();
const deal = await iexecPoco.viewDeal(dealId);
console.log('🚀 ~ deal sponsor:', deal.sponsor);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('🚀 ~ deal sponsor:', deal.sponsor);

console.log('score:', await iexecPoco.viewScore(worker1.address));
});

// viewScore(address _worker)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// 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));
Copy link
Member Author

@zguesmi zguesmi Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('score:', await iexecPoco.viewScore(worker1.address));

@@ -1,18 +1,21 @@
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// SPDX-FileCopyrightText: 2020-2024 IEXEC BLOCKCHAIN TECH <[email protected]>
// SPDX-FileCopyrightText: 2020-2025 IEXEC BLOCKCHAIN TECH <[email protected]>

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.

3 participants