eteu-technologies/near-api-go

Tx Broadcasts Failing since recent key changes

Opened this issue · 1 comments

Hi there, since the implementing of secp256k1 keys, our transactions are failing to broadcast although we are only using Ed25519 keys - the following error message is received:

RPC error REQUEST_VALIDATION_ERROR (name=PARSE_ERROR, message=Failed to decode transaction: unknown key type '33')

I don't really have time to look into it right now so thought I'd open an issue :)

Kind regards

Feel free to pin to commit 691322a for now