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

[Help with Implementation] Error when executing TestMixEth.js #11

Open
paulkurian opened this issue Oct 28, 2019 · 0 comments
Open

[Help with Implementation] Error when executing TestMixEth.js #11

paulkurian opened this issue Oct 28, 2019 · 0 comments

Comments

@paulkurian
Copy link

Hello!

I have done the following so far:

  1. ganache-cli --deterministic
  2. 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.
  3. 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:

Screenshot 2019-10-28 at 11 41 44 PM

and this..

Screenshot 2019-10-28 at 11 42 13 PM

While trying to debug the "Invalid address error" I tried editing values within TestMixEth.js for:
  1. pubKeyX and pubKeyY (the original values present in the file are pubKeyX = '0x1ec64fdd678f8528c981fbdd742e8c79fa91c6f7bfdfbebf2f99f74df6f09589'; pubKeyY = '0x118caf99d37bd0f75cd9efa455261f8806c14bae4ddee43690aff3bc1b6eef48')

  2. "Value" parameter passed to depositEther

  3. 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 :)

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

No branches or pull requests

1 participant