Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Nov 15, 2024
1 parent 5eb397f commit da1ead7
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sdks/browser-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@

### Patch Changes

- a1a16a0: Refactor signing in browser and node SDKs
- a1a16a0:
- Added `Signer` interface
- Refactored `Client.create` to accept a `Signer` instead of account address
- Refactored client creation to automatically register and identity
- Added `disableAutoRegister` to `ClientOptions` 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

## 0.0.3

Expand Down

0 comments on commit da1ead7

Please sign in to comment.