Skip to content

Tests fail due to decommission of Rinkeby #301

Description

@jot2re

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions