eteu-technologies / near-api-go

Go library to interact with NEAR Protocol via RPC API (https://docs.near.org/docs/api/rpc)
MIT License
16 stars 13 forks source link

Tx Broadcasts Failing since recent key changes #31

Open sashaduke opened 1 year ago

sashaduke commented 1 year ago

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

mikroskeem commented 1 year ago

Feel free to pin to commit 691322a99a55812a82227fd2d543c8367b46ed14 for now