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

Tests fail due to decommission of Rinkeby #301

Open
jot2re opened this issue Oct 26, 2022 · 1 comment · May be fixed by #302
Open

Tests fail due to decommission of Rinkeby #301

jot2re opened this issue Oct 26, 2022 · 1 comment · May be fixed by #302
Assignees

Comments

@jot2re
Copy link
Collaborator

jot2re commented Oct 26, 2022

Currently several tests of attestation.jar fails when trying to to verify against the smart contracts.
The failure is the following error, which happens in SmartContract.java:

org.web3j.protocol.exceptions.ClientConnectionException: Invalid response received: 410; {
  "id":null,
  "error": {
    "code":-32601,
    "message":"Network decommissioned, please use Goerli or Sepolia instead",
    "data": {
      "see":"https://blog.infura.io/post/deprecation-timeline-for-rinkeby-ropsten-and-kovan-testnets"
    }
  }
}

The failure can be reproduced by running UseTicketTest.testSmartContractDecode()

@jot2re
Copy link
Collaborator Author

jot2re commented Nov 4, 2022

I made a new branch starting work to fix this. The issue is the URL in SmartContract.java:getWeb3j() I think maybe all that is needed is changing this URL and pushing the smart contract to the correct test network should do it

@jot2re jot2re linked a pull request Nov 4, 2022 that will close this issue
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 a pull request may close this issue.

2 participants