-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fbacb9
commit 08dd656
Showing
20 changed files
with
113 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[package] | ||
name = "src11_security_information" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src11_security_information_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
Empty file.
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,13 @@ | ||
[package] | ||
name = "src12_contract_factory" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src12_contract_factory_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
Empty file.
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
Empty file.
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,13 @@ | ||
[package] | ||
name = "src20_native_asset" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src20_native_asset_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
Empty file.
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,13 @@ | ||
[package] | ||
name = "src3_mint_burn" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src3_mint_burn_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
This file was deleted.
Oops, something went wrong.
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,13 @@ | ||
[package] | ||
name = "src5_ownership" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src5_ownership_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
Empty file.
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,13 @@ | ||
[package] | ||
name = "src6_vault" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src6_vault_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
Empty file.
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,13 @@ | ||
[package] | ||
name = "src7_metadata" | ||
version = "0.6.1" | ||
edition = "2021" | ||
|
||
[[test]] | ||
harness = true | ||
name = "src7_metadata_tests" | ||
path = "tests/harness.rs" | ||
|
||
[dependencies] | ||
fuels = { version = "0.66.1" } | ||
tokio = { version = "1.12", features = ["rt", "macros"] } |
Empty file.