Skip to content

Commit

Permalink
feat!: Add more EVM hooks and improve old ones (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekohex authored Nov 18, 2024
1 parent 768987d commit 9a4ae1b
Show file tree
Hide file tree
Showing 28 changed files with 754 additions and 729 deletions.
9 changes: 0 additions & 9 deletions .gitmodules

This file was deleted.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ k256 = { version = "0.13.3", default-features = false }
p256 = { version = "0.13.2", default-features = false }
ecdsa-core = { package = "ecdsa", version = "0.16.9", default-features = false }
starknet-crypto = { version = "0.7.1", default-features = false, features = ["signature-display", "alloc"] }

frost-core = { path = "frost", default-features = false }
frost-ed25519 = { path = "frost/frost-ed25519", default-features = false }
frost-ed448 = { path = "frost/frost-ed448", default-features = false }
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
(lib.optionals pkgs.stdenv.isDarwin pkgs.darwin.apple_sdk.frameworks.SystemConfiguration)
];
buildInputs = [
# We want the unwrapped version, wrapped comes with nixpkgs' toolchain
pkgs.rust-analyzer-unwrapped
# Nodejs for test suite
pkgs.nodePackages.typescript-language-server
pkgs.nodejs_18
Expand Down
14 changes: 0 additions & 14 deletions forge/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions forge/foundry.toml

This file was deleted.

1 change: 0 additions & 1 deletion forge/lib/forge-std
Submodule forge-std deleted from 1de6ee
1 change: 0 additions & 1 deletion forge/lib/openzeppelin-contracts
Submodule openzeppelin-contracts deleted from f989ff
1 change: 0 additions & 1 deletion forge/lib/tnt-core
Submodule tnt-core deleted from c1fa9c
238 changes: 0 additions & 238 deletions forge/src/SigningRules.sol

This file was deleted.

Loading

0 comments on commit 9a4ae1b

Please sign in to comment.