Skip to content

Commit

Permalink
add duplicate block proof sigverify
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed Jan 9, 2025
1 parent 6c6c889 commit 37888b9
Show file tree
Hide file tree
Showing 12 changed files with 1,003 additions and 140 deletions.
31 changes: 11 additions & 20 deletions Cargo.lock

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

3 changes: 2 additions & 1 deletion program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ no-entrypoint = []
test-sbf = []

[dependencies]
arrayvec = "0.7.6"
bitflags = { version = "2.6.0", features = ["serde"] }
bytemuck = { version = "1.21.0", features = ["derive"] }
num_enum = "0.7.3"
generic-array = { version = "1.1.1", features = ["serde"], default-features = false }
bincode = "1.3.3"
num-derive = "0.4"
num-traits = "0.2"
solana-program = "2.1.0"
solana-signature = "2.1.0"
serde = "1.0.217" # must match the serde_derive version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
serde_bytes = "0.11.15"
serde_derive = "1.0.210" # must match the serde version, see https://github.com/serde-rs/serde/issues/2584#issuecomment-1685252251
Expand Down
Loading

0 comments on commit 37888b9

Please sign in to comment.