Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Release/v0.3.0 echo #426

Merged
merged 2 commits into from
Oct 23, 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
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
Loading