Skip to content

Commit

Permalink
Merge branch 'dev' into hotfix-hdkey-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gyroflaw committed Mar 22, 2024
2 parents 7bff4a3 + e74c611 commit d7150bd
Show file tree
Hide file tree
Showing 7 changed files with 220 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get latest release version number
id: get_version
uses: battila7/get-version-action@d97fbc34ceb64d1f5d95f4dfd6dce33521ccccf5 #v2.3.0
- run: cp dist/lib.js casper-js-sdk.v${{ steps.get_version.outputs.version }}.js
- run: cp dist/lib.web.js casper-js-sdk.v${{ steps.get_version.outputs.version }}.js
- uses: meeDamian/github-release@7ae19492500104f636b3fee4d8103af0fed36c8e #v2.0.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

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

## [2.15.4] - 2024-02-12

### Fixed

- [`newTransferWithOptionalTransferId` now uses `PublicKey` as a target instead of `AccountHash`.](https://github.com/casper-ecosystem/casper-js-sdk/issues/385)
- [Fixed implementation of `EventStream`. Previous one had problems when there was two events emmited at the same time](https://github.com/casper-ecosystem/casper-js-sdk/issues/379)
- [Fixed imports problem in modern TS environment](https://github.com/casper-ecosystem/casper-js-sdk/issues/386)

## [2.15.3] - 2023-10-16

### Fixed

- replace legacy `sendAsync` with `request` ([#373](https://github.com/casper-ecosystem/casper-js-sdk/pull/373))
- Replace legacy `sendAsync` with `request` ([#373](https://github.com/casper-ecosystem/casper-js-sdk/pull/373))

[2.15.3]: https://github.com/casper-ecosystem/casper-js-sdk/compare/2.15.2...2.15.3

Expand Down
Loading

0 comments on commit d7150bd

Please sign in to comment.