Skip to content

Commit

Permalink
feat: relayer function call keys (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss authored and joshuajbouw committed Jul 24, 2023
1 parent 74cbdd5 commit 4a1aadf
Show file tree
Hide file tree
Showing 28 changed files with 1,019 additions and 173 deletions.
97 changes: 54 additions & 43 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bitflags = { version = "1", default-features = false }
bn = { version = "0.5", package = "zeropool-bn", default-features = false }
borsh = { version = "0.10", default-features = false }
borsh-compat = { version = "0.9", package = "borsh", default-features = false }
bs58 = { version = "0.5", default-features = false, features = ["alloc", "sha2"] }
bstr = "1"
byte-slice-cast = { version = "1", default-features = false }
criterion = "0.5"
Expand Down
Loading

0 comments on commit 4a1aadf

Please sign in to comment.