Skip to content

Commit

Permalink
2.3.2: Clean up, stacking, commission distribution
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Usn Zorro committed Aug 30, 2022
1 parent 4811500 commit 6d1d031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "usn"
version = "2.3.1"
version = "2.3.2"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 6d1d031

Please sign in to comment.