We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abc84b commit e8cafd7Copy full SHA for e8cafd7
CHANGELOG
@@ -6,7 +6,8 @@
6
- New key storage format
7
- Added `torus key migrate` to migrate keys to torus storage format
8
- Added new proposals type: `torus proposal propose-emission`
9
-
+- Validates agent metadata on registration
10
+- Only asks for key passwords where keypair is needed
11
12
## 0.2.3.1
13
- Disabling `torus misc apr`
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "torusdk"
3
-version = "0.2.3.1"
+version = "0.2.4"
4
description = "Torus network official CLI"
5
authors = ["renlabs <[email protected]>"]
license = "MIT"
0 commit comments