-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean up change log * bump node version * - clean up some deps that are unused - add setup test script - chane node version - update build script to use tsupconfig * add utils and keys to build * update node version
- Loading branch information
1 parent
29a7931
commit cde28f9
Showing
6 changed files
with
31 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v19.0.0 | ||
v20.10.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,26 @@ | ||
[0.1.2] - Amun - 2023-12-12 (entropy-core compatibility: 0.0.9) | ||
Added | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
At the moment this project **does not** adhere to | ||
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.2] Amun - 2023-12-12 (entropy-core compatibility: 0.0.9) | ||
|
||
### Added | ||
|
||
- now supports separate keys for registering and program management (#252) | ||
- add entropy class type (#259) | ||
|
||
Changed | ||
### Changed | ||
|
||
- register now returns the registration record from storage (#264) | ||
|
||
Fixed | ||
### Fixed | ||
- entropy now validates proofs from tss nodes before returning signature. Will error if no valid proof is given (#230) | ||
- Eth adapter (#260) | ||
- getWallet no longer returns a nested signer (#263) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.