Skip to content

Commit

Permalink
Release/v0.3.0 echo (#426)
Browse files Browse the repository at this point in the history
New Release!
  • Loading branch information
frankiebee authored Oct 23, 2024
2 parents 8756dff + faa9ddc commit 1500298
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil

## [UNRELEASED]

### Added

### Fixed

### Changed

### Broke

### Dev

### Meta

## [0.3.0] Echo - 2024-10-23 (entropy-core compatibility: 0.3.0)

### Added
- `configurationSchema` & `auxiliaryDataSchema` to `ProgramInterface`
- added new testing function `jumpStartNetwork(entropy: Entropy) => Promise<undefined>` This function must be called now with a funded key to kick off the network. **It will not work for networks with less then 4 validators**
Expand All @@ -33,7 +47,8 @@ Version header format: `[version] Name - year-month-day (entropy-core compatibil

### Dev
- update core version: v0.3.0
-
- `CharlieStash` should no longer be used in dev environments use `eve` see sdk test
- warning logs from polkadot js should be quieter

## [0.2.3] Cybele - 2024-07-24 (entropy-core compatibility: 0.2.0)

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.3",
"version": "0.3.0",
"license": "AGPL-3.0-only",
"description": "JS SDK for entropy blockchain ",
"type": "module",
Expand Down

0 comments on commit 1500298

Please sign in to comment.