feature/migrate-IexecPoco-to-ethers6 - #196
Conversation
Co-authored-by: Zied Guesmi <[email protected]>
Co-authored-by: Jérémy (James) Toussaint <[email protected]>
| iexecPoco, | ||
| [requester, sponsor, appProvider, datasetProvider], | ||
| [ | ||
| 0, // requester balance is unchanged, only frozen is changed |
There was a problem hiding this comment.
I think we can harmonize, 0 or 0n everywhere
There was a problem hiding this comment.
Some Number castings are still present in the code. Removing them in another PR might reveal the need to add explicit castings for some cases. I have only changed the ones that are actually consumed and where BigInt is required. I have minimized the changes as much as possible.
…est.ts Co-authored-by: Jérémy (James) Toussaint <[email protected]>
…est.ts Co-authored-by: Jérémy (James) Toussaint <[email protected]>
Co-authored-by: Jérémy (James) Toussaint <[email protected]>
…nto feature/migrate-IexecPoco-to-ethers6
james-toussaint
left a comment
There was a problem hiding this comment.
Good job thanks 💪 !
| // const appOrderConsumedSlotIndex = ethers.keccak256( | ||
| // ethers.concat([ |
There was a problem hiding this comment.
That's funny to update even the comments
Co-authored-by: gfournieriExec <[email protected]>
| @@ -200,15 +197,13 @@ describe('IexecPoco2#reveal', () => { | |||
| volume, | |||
| trust: 3, | |||
There was a problem hiding this comment.
we don't want to migrate the trust as well in bigint ?
There was a problem hiding this comment.
yes it think but I have only changed lines/variables that are actually consumed and where BigInt is required. I have minimized the changes as much as possible.
gfournierPro
left a comment
There was a problem hiding this comment.
Some minor comment but thanks huge work well done
…tools" This reverts commit cd14b8d.
…ss in IexecPoco2 finalize tests
No description provided.