Skip to content

Commit

Permalink
Merge pull request #424 from casper-ecosystem/release-2.15.5
Browse files Browse the repository at this point in the history
Release 2.15.5 synced
  • Loading branch information
ryo-casper authored Apr 23, 2024
2 parents 73bc0a7 + c7790ce commit 985139f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
### Removed
-->

## Unreleased
## [2.15.5] - 2024-04-18

### Fixed

- invalid seed usage in the HDKey ([#377](https://github.com/casper-ecosystem/casper-js-sdk/pull/377))
- invalid seed usage in the HDKey ([#410](https://github.com/casper-ecosystem/casper-js-sdk/issues/410))

## [2.15.4] - 2024-02-12

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casper-js-sdk",
"version": "2.15.4",
"version": "2.15.5",
"license": "Apache 2.0",
"description": "SDK to interact with the Casper blockchain",
"homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",
Expand Down
1 change: 0 additions & 1 deletion src/lib/CasperHDKeys/CasperHDKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export abstract class CasperHDKey<AsymmetricKey> {
// Registered at https://github.com/satoshilabs/slips/blob/master/slip-0044.md
static readonly bip44Index = 506;

// TODO: Check if seed can be public
constructor(
public seed: Uint8Array,
public signatureAlgorithm: SignatureAlgorithm
Expand Down

0 comments on commit 985139f

Please sign in to comment.