Skip to content

Commit

Permalink
1.0.5: Random upper limit of treasury decision
Browse files Browse the repository at this point in the history
+ `balance_stable_pool` never burns USN
+ `buy` refund bugfix
  • Loading branch information
Usn Zorro committed Apr 29, 2022
1 parent 4bb4f4c commit 1e7e597
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 74 deletions.
10 changes: 6 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
[package]
edition = "2018"
name = "usn"
version = "1.0.4"
version = "1.0.5"

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

[dependencies]
easy-ml = "1.8.1"
getrandom = {version = "0.2", default-features = false, features = ["custom"]}
near-contract-standards = "=4.0.0-pre.7"
near-sdk = { version = "=4.0.0-pre.7", features = ["unstable"] }
uint = { version = "=0.9.0", default-features = false }
near-sdk = {version = "=4.0.0-pre.7", features = ["unstable"]}
partial-min-max = "0.4.0"
easy-ml = "1.8.1"
rand = {version = "0.8.5", default-features = false, features = ["std_rng"]}
uint = {version = "=0.9.0", default-features = false}

[profile.release]
codegen-units = 1
Expand Down
Loading

0 comments on commit 1e7e597

Please sign in to comment.