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 0d19919 commit 24b0a1f
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

1 comment on commit 24b0a1f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Benchmark.Net Benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 24b0a1f Previous: bb3de0b Ratio
Libplanet.Benchmarks.ProposeBlock.ProposeBlockTenTransactionsNoAction 36716942.10526316 ns (± 3264149.8533008606) 15175426.666666666 ns (± 245055.62478363) 2.42
Libplanet.Benchmarks.Store.GetRecentTxOutOfManyTxs 10290.90909090909 ns (± 5325.0484506580115) 3558.9473684210525 ns (± 460.2253695934951) 2.89

This comment was automatically generated by workflow using github-action-benchmark.

CC: @libplanet

Please sign in to comment.