forked from ref-finance/ref-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* audit fix; * disable instant swap on interface; * near-SDK upgrade to 3.1.0 Co-authored-by: marco_mac <[email protected]>
- Loading branch information
1 parent
532596b
commit 3ca2214
Showing
19 changed files
with
348 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ref-exchange" | ||
version = "0.2.1" | ||
version = "1.0.0" | ||
authors = ["Illia Polosukhin <[email protected]>"] | ||
edition = "2018" | ||
publish = false | ||
|
@@ -9,10 +9,10 @@ publish = false | |
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
near-sdk = { git = "https://github.com/near/near-sdk-rs", rev = "9d99077" } | ||
near-contract-standards = { git = "https://github.com/near/near-sdk-rs", rev = "9d99077" } | ||
uint = { version = "0.9.0", default-features = false } | ||
near-sdk = "3.1.0" | ||
near-contract-standards = "3.1.0" | ||
|
||
[dev-dependencies] | ||
near-sdk-sim = { git = "https://github.com/near/near-sdk-rs", rev = "9d99077" } | ||
near-sdk-sim = "3.1.0" | ||
test-token = { path = "../test-token" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.