-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Assignees
Labels
No labels