From 6d1d0314ca7d2f9c22f82c8133ea95a7d2de5f66 Mon Sep 17 00:00:00 2001 From: Usn Zorro <> Date: Tue, 30 Aug 2022 16:22:50 +0300 Subject: [PATCH] 2.3.2: Clean up, stacking, commission distribution 1. Old code removal. 2. Add ability to set commission rate (DAO). 3. Ability to stake/unstake NEAR reserve with custom pool_id (DAO). 4. Ability to transfer accumulated commission (DAO). 5. Mint USN for NEAR with a huge collateral rate for an owner only (DAO). 6. Set individual commission for different assets. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04c84f8..b921d39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "usn" -version = "2.3.1" +version = "2.3.2" [lib] crate-type = ["cdylib"]