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()
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:The failure can be reproduced by running
UseTicketTest.testSmartContractDecode()