Closed aefhm closed 1 year ago
Task linked: CU-8692vytr5 Bump go-ethereum dependency
Task linked: CU-8692vytr5 Bump go-ethereum dependency
Task linked: CU-8692vytr5 Bump go-ethereum dependency
Seems like you got hit by a mystery bug in one of the CI contracts tests (unrelated to this PR):
1) Signing
Secp256k1 (Oasis):
AssertionError: expected true to equal false
+ expected - actual
-true
+false
at testSignThenVerify (test/signing.ts:48:7)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Context.<anonymous> (test/signing.ts:165:9)
Description
Upgrade
go-ethereum
and correct Web3 gateway reference.Supersede https://github.com/oasisprotocol/sapphire-paratime/pull/201
Testing
I normally use a base script adapted from the deprecated
go-etherum
book with ourVigil.sol
contract.TODO
go-ethereum
tutorial locallyclients/go/v0.10.0
per steps