Skip to content

Commit

Permalink
Remove unused contract (#252)
Browse files Browse the repository at this point in the history
* Remove SFFLAgreementRegistry contract

* Remove dead code
  • Loading branch information
mikhailUshakoff authored Jun 22, 2024
1 parent 5550a19 commit bc3f7f6
Show file tree
Hide file tree
Showing 15 changed files with 252 additions and 9,735 deletions.
3,062 changes: 252 additions & 2,810 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ resolver = "2"
members = [
"indexer",
"contracts/evm/test/ffi/bls-utils",
"contracts/near/sffl-agreement-registry",
"contracts/near/sffl-agreement-registry/sandbox-rs"
]

[workspace.package]
Expand Down
3 changes: 0 additions & 3 deletions contracts/evm/test/ffi/bls-utils/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ impl Into<SolidityG2> for AffineG2 {
}
}

#[derive(Copy, Clone)]
struct CopiablePublicKeyG1(G1);

impl Into<SolidityKeyPair> for KeyPair {
fn into(self) -> SolidityKeyPair {
let mut priv_key_bytes = [0; 32];
Expand Down
10 changes: 0 additions & 10 deletions contracts/near/sffl-agreement-registry/.cargo/config

This file was deleted.

5 changes: 0 additions & 5 deletions contracts/near/sffl-agreement-registry/.gitignore

This file was deleted.

Loading

0 comments on commit bc3f7f6

Please sign in to comment.