Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/account-node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
2022-02-27 (v1.1.8)
-------------------

- Fix: Storage config only force create if storage config not found. Previously force created all the time, which caused unexpected udpates
- Fix: Storage config only force create if storage config not found. Previously force created all the time, which caused unexpected updates

2022-01-24 (v1.1.7)
-------------------
Expand Down
2 changes: 1 addition & 1 deletion packages/client-ts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
- Support a fallback context to search when opening a public profile (#203 #194)
- Support auto-login from URL parameters to support URL redirection from the Vault (#199)
- Return empty array if no results from database when calling `getMany()` (#193)
- Add mocha types to resulve unit test errors
- Add mocha types to resolve unit test errors
- Fix incorrect typing of `DatabaseOpenConfig` encryptionKey

2022-04-12 (v1.1.14)
Expand Down
2 changes: 1 addition & 1 deletion packages/vda-web3-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Configurations are a bit different for both modes:
```

## Interacting with Contract
Developers can call any contract functions using instace created above.
Developers can call any contract functions using instance created above.
```
const ret = instance.identityOwner('0x12...5f')
```
Expand Down