-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [x] renamed auto-compounder to fluxus-safe - [x] bump fluxus-safe to v0.2.0
- Loading branch information
1 parent
2f6436f
commit ab4b96c
Showing
37 changed files
with
39 additions
and
33 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,4 +1,2 @@ | ||
target/** | ||
scripts/neardev/** | ||
scripts/.env | ||
Cargo.lock |
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,31 +1,4 @@ | ||
[package] | ||
name = "auto_compounder" | ||
version = "0.1.6" | ||
authors = ["Pollum"] | ||
edition = "2021" | ||
|
||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
near-sdk = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9"} | ||
near-contract-standards = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9" } | ||
futures = "0.3" | ||
log = "0.4" | ||
console_log = { version = "0.2", optional = true } | ||
uint = "0.8" | ||
percentage = "0.1.0" | ||
|
||
|
||
[dev-dependencies] | ||
workspaces = { git = "https://github.com/near/workspaces-rs", tag = "0.2.1" } | ||
tokio = { version = "1.14", features = ["full"] } | ||
anyhow = "1.0" | ||
borsh = "0.9" | ||
maplit = "1.0" | ||
near-units = "0.1.0" | ||
# arbitrary_precision enabled for u128 types that workspaces requires for Balance types | ||
serde_json = { version = "1.0", features = ["arbitrary_precision"] } | ||
tracing = "0.1" | ||
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] } | ||
[workspace] | ||
members = [ | ||
"fluxus-safe", | ||
] |
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
target/** | ||
scripts/neardev/** | ||
scripts/.env | ||
Cargo.lock |
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
[package] | ||
name = "fluxus-safe" | ||
version = "0.2.0" | ||
authors = ["Pollum"] | ||
edition = "2021" | ||
|
||
|
||
[lib] | ||
crate-type = ["cdylib", "rlib"] | ||
|
||
[dependencies] | ||
near-sdk = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9"} | ||
near-contract-standards = { git = "https://github.com/near/near-sdk-rs", tag = "4.0.0-pre.9" } | ||
futures = "0.3" | ||
log = "0.4" | ||
console_log = { version = "0.2", optional = true } | ||
uint = "0.8" | ||
percentage = "0.1.0" | ||
|
||
|
||
[dev-dependencies] | ||
workspaces = { git = "https://github.com/near/workspaces-rs", tag = "0.2.1" } | ||
tokio = { version = "1.14", features = ["full"] } | ||
anyhow = "1.0" | ||
borsh = "0.9" | ||
maplit = "1.0" | ||
near-units = "0.1.0" | ||
# arbitrary_precision enabled for u128 types that workspaces requires for Balance types | ||
serde_json = { version = "1.0", features = ["arbitrary_precision"] } | ||
tracing = "0.1" | ||
tracing-subscriber = { version = "0.3.5", features = ["env-filter"] } |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.