Content pfp
Content
@
0 reply
0 recast
0 reaction

pentacle pfp
pentacle
@pentacle
currently implementing coinbase smart wallet into our @privy setup and getting this error when we go to sign a review has anybody else had this issue? TypeError: invalid raw signature length (argument="signature", ..... code=INVALID_ARGUMENT, version=6.13.1)
4 replies
0 recast
9 reactions

horsefacts pfp
horsefacts
@horsefacts.eth
This error message comes from deep in Ethers, which checks that the signature is 64 or 65 bytes. This is always true for EOA signatures but not smart contracts. I'd guess there's something higher up causing it to try and validate this as an EOA rather than smart contract signature. https://github.com/ethers-io/ethers.js/blob/fc66b8ad405df9e703d42a4b23bc452ec3be118f/src.ts/crypto/signature.ts#L302
1 reply
0 recast
3 reactions

pentacle pfp
pentacle
@pentacle
yep we think it might have to do with our eas integration talking to things. thank you for sending this cc @gargs.eth
0 reply
0 recast
1 reaction