github-actions
released this
15 Nov 18:07
·
125 commits
to main
since this release
Patch Changes
- a1a16a0:
- Added
Signer
interface - Refactored
Client.create
to accept aSigner
instead of account address - Refactored client creation to automatically register and identity
- Added
disableAutoRegister
toClientOptions
to allow disabling of client registration after creation - Removed direct access to all signature functions
- Added
Client.register
method for registering a client - Added
Client.addAccount
method for adding another account to an installation - Added
Client.removeAccount
method for removing an account from an installation - Added
Client.revokeInstallations
method for revoking all other installations - Added static
Client.canMessage
for checking if an address is on the network without a client
- Added