Skip to content

Commit 29a7931

Browse files
authored
V0.1.2 amun (#266)
* uses release 0.0.9 * 0.1.2 * update changelog
1 parent 26f0d9c commit 29a7931

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[0.1.2] - Amun - 2023-12-12 (entropy-core compatibility: 0.0.9)
2+
Added
3+
- now supports separate keys for registering and program management (#252)
4+
- add entropy class type (#259)
5+
6+
Changed
7+
8+
- register now returns the registration record from storage (#264)
9+
10+
Fixed
11+
- entropy now validates proofs from tss nodes before returning signature. Will error if no valid proof is given (#230)
12+
- Eth adapter (#260)
13+
- getWallet no longer returns a nested signer (#263)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@entropyxyz/entropy-js",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "JS SDK for entropy blockchain ",
55
"main": "dist/index.cjs",
66
"type": "module",

tests/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
# commit in the `entropy-core` repository. Refer to the wiki page at
2020
# https://github.com/entropyxyz/meta/wiki/Git#conventions for details
2121
# about how Git tags, branches, and commits refer to image tags here.
22-
image: entropyxyz/server:test-luis-release-luis-entropyjs-core111823
22+
image: entropyxyz/server:release-v0.0.9
2323
ports:
2424
- "127.0.0.1:3001:3001/tcp"
2525
command:
@@ -31,7 +31,7 @@ services:
3131

3232
# In a local devnet setup, for now, this is "Alice's chain."
3333
alice-chain-node:
34-
image: entropyxyz/entropy:test-luis-release-luis-entropyjs-core111823
34+
image: entropyxyz/entropy:release-v0.0.9
3535
ports:
3636
- "127.0.0.1:9944:9944/tcp" # "RPC Port."
3737
command:
@@ -51,7 +51,7 @@ services:
5151

5252
# "Bob's TSS server."
5353
bob-tss-server:
54-
image: entropyxyz/server:test-luis-release-luis-entropyjs-core111823
54+
image: entropyxyz/server:release-v0.0.9
5555
ports:
5656
- "127.0.0.1:3002:3002/tcp"
5757
command:
@@ -63,7 +63,7 @@ services:
6363

6464
# "Bob's chain node."
6565
bob-chain-node:
66-
image: entropyxyz/entropy:test-luis-release-luis-entropyjs-core111823
66+
image: entropyxyz/entropy:release-v0.0.9
6767
ports:
6868
- "127.0.0.1:9945:9944/tcp"
6969
command:

0 commit comments

Comments
 (0)