Skip to content

getTransaction() error #3835

@emmtte

Description

@emmtte

Ethers Version

v6 latest

Search Terms

No response

Describe the Problem

v5 working fine v6 error
ethers.getTransaction() return error: TypeError: yParity mismatch

Code Snippet

v5
provider = new providers.WebSocketProvider( 'wss://rpc.gnosischain.com/wss' )
let transaction = await provider.getTransaction(transactionHash).catch( e => { log( {level: 'fatal', message: 'getTransaction', transactionHash, error: e.data } ) } )

v6
provider = new ethers.WebSocketProvider( 'wss://rpc.gnosischain.com/wss' )
let transaction = await provider.getTransaction(transactionHash).catch( e => { log( {level: 'fatal', message: 'getTransaction', transactionHash, error: e } ) } )

Contract ABI

na

Errors

error: TypeError: yParity mismatch

Environment

node.js (older than v12)

Environment (Other)

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or improvement.fixed/completeThis Bug is fixed or Enhancement is complete and published.v6Issues regarding v6

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions