You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
truffle migrate
This step executes without error, and the first account generated by ganache (in this case, 0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1) is charged for the contract creation transactions.
truffle test/TestMixEth.js
The first couple of tests pass without error i.e. Chaum Pedersen Proof Verification, Generalized ECDSA Signature Verification, Contract: ECLibraryTest
But then I get this:
and this..
While trying to debug the "Invalid address error" I tried editing values within TestMixEth.js for:
pubKeyX and pubKeyY (the original values present in the file are pubKeyX = '0x1ec64fdd678f8528c981fbdd742e8c79fa91c6f7bfdfbebf2f99f74df6f09589'; pubKeyY = '0x118caf99d37bd0f75cd9efa455261f8806c14bae4ddee43690aff3bc1b6eef48')
"Value" parameter passed to depositEther
The parameter passed to ContractInstance.Shuffles
but these led to a dead end. Could you please help me figure out what I'm doing wrong?
Thanks a bunch! Very cool project btw :)
The text was updated successfully, but these errors were encountered:
Hello!
I have done the following so far:
This step executes without error, and the first account generated by ganache (in this case, 0x90F8bf6A479f320ead074411a4B0e7944Ea8c9C1) is charged for the contract creation transactions.
The first couple of tests pass without error i.e. Chaum Pedersen Proof Verification, Generalized ECDSA Signature Verification, Contract: ECLibraryTest
But then I get this:
and this..
While trying to debug the "Invalid address error" I tried editing values within TestMixEth.js for:
pubKeyX and pubKeyY (the original values present in the file are pubKeyX = '0x1ec64fdd678f8528c981fbdd742e8c79fa91c6f7bfdfbebf2f99f74df6f09589'; pubKeyY = '0x118caf99d37bd0f75cd9efa455261f8806c14bae4ddee43690aff3bc1b6eef48')
"Value" parameter passed to depositEther
The parameter passed to ContractInstance.Shuffles
but these led to a dead end. Could you please help me figure out what I'm doing wrong?
Thanks a bunch! Very cool project btw :)
The text was updated successfully, but these errors were encountered: