Skip to content

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

Description

@paulkurian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions