Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TESTCOV env setup. #189

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
1f0906c
Initial commit.
Jun 23, 2022
50ff24c
set up workspaceses-rs env
Aug 15, 2022
ccce0b9
Updated testing env to workspaces 0.5.0.
Sep 21, 2022
13e6d9d
Updated workspaces-rs and fixed dependencies.
Nov 7, 2022
491e040
Init and default tests first itteration.
Nov 12, 2022
86e3550
Updated workspaces-rs dependency to "0.7.0"
Dec 9, 2022
1b25134
Daos creation first tests.
Dec 9, 2022
590a77f
Removed unnesesary init function.
Dec 9, 2022
393e9d9
Refactoring.
Dec 19, 2022
db95726
Repositioned tests in they own module.
Dec 20, 2022
8ed5bd7
Fixed a few dependencies.
Dec 20, 2022
d2f90da
Fixed error with build.sh and workspaces-rs-tests.
Dec 20, 2022
4b76dda
Modified Cargo.toml inside workspaces-rs-test lib.
Dec 23, 2022
fd069c1
Modified README.md insid workspace-ts-tests lib.
Dec 23, 2022
f1aa173
Refactoring.
Dec 25, 2022
3d31b99
Tests: 1st iter.
Jan 18, 2023
6eea4f3
Tests: 2nd iter.
Jan 20, 2023
5f85126
Merge branch 'main' into DAO-15-Sputnik-Factory-Init-&-Default
nninkovicSQA Oct 11, 2024
5c5e0af
Rename .cargo/config to .cargo/config.toml to conform to updated stan…
nninkovicSQA Oct 11, 2024
7491d93
Update Cargo.toml files to use edition 2021 and workspace resolver 2
nninkovicSQA Oct 11, 2024
63a02b7
Update Cargo.toml to set workspace resolver to "2" and include members
nninkovicSQA Oct 11, 2024
e771b7b
Move workspaces dependency to dev-dependencies to resolve WASM compil…
nninkovicSQA Oct 11, 2024
8a1b462
fixing bugs
nninkovicSQA Oct 11, 2024
f96c3f2
Renamed workspaces to near_workspaces.
nninkovicSQA Oct 11, 2024
44193dc
Syntac error fix.
nninkovicSQA Oct 11, 2024
19f0751
Adopting near_workspaces
nninkovicSQA Oct 11, 2024
415095c
Removed build.sh for tests
nninkovicSQA Oct 11, 2024
132606b
Changed near-workspaces version.
nninkovicSQA Oct 11, 2024
501c5aa
Lowering version of near-workspaces
nninkovicSQA Oct 11, 2024
d39125d
Added near-sdk-sim
nninkovicSQA Oct 11, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
1,790 changes: 1,707 additions & 83 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ members = [
"sputnik-staking",
"sputnikdao2",
"sputnikdao-factory2",
"test-token"
"test-token",
"workspaces-rs-tests",
]
resolver = "2"

[profile.release]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion sputnik-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sputnik-staking"
version = "1.0.0"
authors = ["Sputnik Devs <[email protected]>"]
edition = "2018"
edition = "2021"
publish = false

[lib]
Expand Down
2 changes: 1 addition & 1 deletion sputnikdao-factory2/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sputnikdao-factory2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sputnikdao-factory2"
version = "0.2.1"
authors = ["Illia Polosukhin <[email protected]>"]
edition = "2018"
edition = "2021"
publish = false

[lib]
Expand Down
2 changes: 1 addition & 1 deletion sputnikdao2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "sputnikdao2"
version = "2.3.1"
authors = ["Sputnik Devs <[email protected]>"]
edition = "2018"
edition = "2021"
publish = false

[lib]
Expand Down
Loading
Loading