Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
Co-authored-by: Hong Minhee <hong.minhee@planetariumhq.com>
  • Loading branch information
tkiapril and dahlia committed Mar 17, 2023
1 parent 167a832 commit ff2b26f
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,16 @@ Version 0.53.0

To be released.

Since 0.53.0, we officially provide
*[@planetarium/account-web3-secret-storage]*, an npm package for providing
`Web3KeyStore` which implements Ethereum Web3 Secret Storage (corresponds to
`Libplanet.KeyStore.Web3KeyStore`) and complies with the `KeyStore` interface
defined in *[@planetarium/account]*.
Since 0.53.0, we officially provide *[@planetarium/account-web3-secret-storage]*
and *[@planetarium/account-aws-kms]*, which are npm packages that provides
`KeyStore` implementations that comply with *[@planetarium/account]*.

- *@planetarium/account-web3-secret-storage*: An npm package for providing
`Web3KeyStore` which implements Ethereum Web3 Secret Storage (corresponds to
`Libplanet.KeyStore.Web3KeyStore`).

- *@planetarium/account-aws-kms*: An npm package for providing
`AwsKmsKeyStore` which implements `Account` and uses AWS KMS as the backend.

### Backward-incompatible API changes

Expand Down Expand Up @@ -76,11 +81,16 @@ defined in *[@planetarium/account]*.

### Behavioral changes

- (@planetarium/account) `Signature.fromBytes()` and `Signature.fromHex()`
no more accept signatures with high S. Signatures with high S need to be
normalized first so that they get rid of high S. [[#2962]]

### Bug fixes

### Dependencies

- Added *[@planetarium/account-web3-secret-storage]* npm package. [[#2915]]
- Added *[@planetarium/account-aws-kms]* npm package. [[#2962]]

### CLI tools

Expand All @@ -89,7 +99,9 @@ defined in *[@planetarium/account]*.
[#2954]: https://github.com/planetarium/libplanet/pull/2954
[#2955]: https://github.com/planetarium/libplanet/pull/2955
[#2959]: https://github.com/planetarium/libplanet/pull/2959
[#2962]: https://github.com/planetarium/libplanet/pull/2962
[@planetarium/account-web3-secret-storage]: https://www.npmjs.com/package/@planetarium/account-web3-secret-storage
[@planetarium/account-aws-kms]: https://www.npmjs.com/package/@planetarium/account-aws-kms
[@planetarium/bencodex]: https://www.npmjs.com/package/@planetarium/bencodex
[disjukr/bencodex]: https://github.com/disjukr/bencodex

Expand Down

0 comments on commit ff2b26f

Please sign in to comment.