Skip to content

Commit

Permalink
automated generation of random txplans for effecthash testing (#4879)
Browse files Browse the repository at this point in the history
Closes #4613

---------

Co-authored-by: redshiftzero <[email protected]>
  • Loading branch information
avahowell and redshiftzero authored Dec 2, 2024
1 parent 9c6cde0 commit dcc8386
Show file tree
Hide file tree
Showing 304 changed files with 7,948 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion crates/core/transaction/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ penumbra-proto = {workspace = true, default-features = true}
penumbra-sct = {workspace = true, default-features = false}
penumbra-shielded-pool = {workspace = true, default-features = false}
penumbra-stake = {workspace = true, default-features = false}
penumbra-tct = {workspace = true, default-features = true}
penumbra-tct = {workspace = true, default-features = true }
penumbra-txhash = {workspace = true, default-features = false}
poseidon377 = {workspace = true, features = ["r1cs"]}
rand = {workspace = true}
Expand All @@ -67,3 +67,6 @@ tracing = {workspace = true}
proptest = {workspace = true}
proptest-derive = {workspace = true}
serde_json = {workspace = true}
tendermint = {workspace = true}
ed25519-consensus = {workspace = true}
penumbra-tct = {workspace = true, default-features = true, features = ["arbitrary"] }
Loading

0 comments on commit dcc8386

Please sign in to comment.