Aventus-Network-Services / avn-api

An API for interacting with the Aventus AvN layer 2 blockchain
5 stars 1 forks source link

SYS-3282 Release 2.0.0 #17

Closed nahuseyoum closed 1 year ago

nahuseyoum commented 1 year ago

This is a breaking change release

Introduces a remote signer capability to the api.

Users who do not want to expose a SURI can now pass in a remote signer function to the api. Every time the api needs to sign, it will invoke this function giving the user full control on how to sign and where to store the private keys. This will also facilitate third party wallet integration with the api.