Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Frankie/release v0.2.2 #398

Merged
merged 2 commits into from
Jul 11, 2024
Merged
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
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,13 @@ The format extends [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Version header format: `[version] Name - year-month-day (entropy-core compatibility: version [range])`

## [UNRELEASED] (entropy-core compatibility: 0.2.0)
## [UNRELEASED]

### Added

### Fixed
- hot fix for issue #380: try in reverse order for testnet environment
- `entropy.signingManager.getTimeStamp` -> `entropy.signingManager.getBlockNumber` signature request no longer takes a time stamp and now takes a block number.

### Changed
- constructor now throws if you pass no object

### Broke

Expand All @@ -28,6 +25,19 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil
### Meta


## [0.2.2] Bathala - 2024-07-11 (entropy-core compatibility: 0.2.0)

### Added
- now exports utils [395](https://github.com/entropyxyz/sdk/pull/395)
- now exports testing environments from /dev [393](https://github.com/entropyxyz/sdk/pull/393/files)
### Fixed
- hot fix for issue #380: try in reverse order for testnet environment
- `entropy.signingManager.getTimeStamp` -> `entropy.signingManager.getBlockNumber` signature request no longer takes a time stamp and now takes a block number. [396](https://github.com/entropyxyz/sdk/pull/396)

### Changed
- constructor now throws if you pass no object
- sign now takes a verifying key [382](https://github.com/entropyxyz/sdk/pull/382)

## [0.2.1] Amihan - 2024-06-06 (entropy-core compatibility: 0.1.0)

### *** DISCLAIMER ***
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": "@entropyxyz/sdk",
"version": "0.2.1",
"version": "0.2.2",
"license": "AGPL-3.0-only",
"description": "JS SDK for entropy blockchain ",
"type": "module",
Expand Down