You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2024. It is now read-only.
* feat(state-channels): added settle method support
* refactor(scm): update compatibility range for node:3.0.1 - 5.0.0
* refactor(scm): update node version to 3.3.0
* docs(changelog): update changelog for release 4.1.0
- refactor(scm): update compatibility range for node:3.0.1 - 5.0.0 ([1ed1eb0](https://github.com/aeternity/aepp-sdk-python/commit/d9664c1cd5a75a2cbf458c895664b40cc23c085b)).
13
+
- feature(compiler): Add compatibility with compiler 3.2.0 ([7931924](https://github.com/aeternity/aepp-sdk-python/commit/793192404cd257fe9a571ee23ff8578bbe76365f)).
14
+
- feat(state-channels): added settle method support ([efd2ced](https://github.com/aeternity/aepp-sdk-python/commit/efd2cedd2e22036b399dd2427376a6fbd4d42308)).
15
+
16
+
### Know Issues
17
+
18
+
- State Channel API is incompatible with node version >= 4.0.0
- remove `--privte-key ` from cli for accounts (use `--secret-key`)
16
29
- renamed api for `Account` : `get_private_key()` to `get_secret_key()`
17
-
-removde`Account.from_private_public_key_strings`
30
+
-remove`Account.from_private_public_key_strings`
18
31
19
32
### Bug Fixes
20
33
@@ -64,7 +77,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
64
77
- feat: improve cli output in case of errors ([4636311](https://github.com/aeternity/aepp-sdk-python/commit/4636311b669cfff69a8f91a817fb45b562c01656))
65
78
- feat(state-channels): add withdraw related states ([5f6fefa](https://github.com/aeternity/aepp-sdk-python/commit/5f6fefa6c035fbe657d1c2c14069967154723a3a))
- feat: support aeternity node fortuna serie ([>= v2.3.0, < 4.0.0][2191eae](https://github.com/aeternity/aepp-sdk-python/commit/2191eae3d649412d95e39cb25328ff1b0bf8cfc4)
80
+
- feat: support aeternity node fortuna series ([>= v2.3.0, < 4.0.0][2191eae](https://github.com/aeternity/aepp-sdk-python/commit/2191eae3d649412d95e39cb25328ff1b0bf8cfc4)
68
81
)
69
82
- feat: support call_info for transaction info endpoint ([2191eae](https://github.com/aeternity/aepp-sdk-python/commit/2191eae3d649412d95e39cb25328ff1b0bf8cfc4))
70
83
- feat: improve logging for unsupported node api version ([2191eae](https://github.com/aeternity/aepp-sdk-python/commit/2191eae3d649412d95e39cb25328ff1b0bf8cfc4))
@@ -541,5 +554,3 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
541
554
- Use single quotes, not double ([288562d](https://github.com/aeternity/aepp-sdk-python/commit/288562dea9ad45f720c0eb620c98425e5448b02d)).
542
555
- use transaction signing for name revocation ([4e86ecf](https://github.com/aeternity/aepp-sdk-python/commit/4e86ecff0bf79f5dedc54eef8a7223049a50ea51)).
0 commit comments