Skip to content

Commit

Permalink
Move kudos repo to the i-am-human monorepo (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Zaremba <[email protected]>
Co-authored-by: sczembor <[email protected]>
  • Loading branch information
3 people authored Sep 13, 2023
1 parent d58c8ae commit d4be5f7
Show file tree
Hide file tree
Showing 35 changed files with 5,079 additions and 37 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

.DS_STORE
236 changes: 202 additions & 34 deletions contracts/Cargo.lock

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

4 changes: 4 additions & 0 deletions contracts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ members = [
"oracle",
"registry",
"soulbound-class",
"kudos",
"easy-poll",
"human_checker",
"ubi",
Expand Down Expand Up @@ -39,11 +40,14 @@ rpath = false

[workspace.dependencies]
anyhow = "1.0.71"
assert_matches = "1.5.0"
cid = "0.10.1"
ed25519-dalek = "1"
near-abi = "0.3.0"
near-contract-standards = "^4.1.1"
near-crypto = "0.17"
near-primitives = "0.17.0"
near-sandbox-utils = "0.6.2"
near-sdk = { version = "^4.1.1", features = ["unstable"] }
near-units = "0.2.0"
pretty_assertions = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/community-sbt/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ mod tests {
let (mut ctx, ctr) = setup(&admin(), None);

ctx.predecessor_account_id = alice();
testing_env!(ctx.clone());
testing_env!(ctx);

ctr.assert_admin();
}
Expand Down
Loading

0 comments on commit d4be5f7

Please sign in to comment.