Skip to content

Commit

Permalink
Merge branch murisi/strategy-constructors' (#2259)
Browse files Browse the repository at this point in the history
* origin/murisi/strategy-constructors:
  renaming and restructuring testing modules for consistency
  testing: use the appropriate address generators for address type
  Added a changelog entry.
  Added a README to explain the new examples directory.
  Removed generate_test_vector and the test vector shell script since they have been made redundant by the generate_txs example.
  Added a binary to automatically generate test vectors.
  Added proptest strategies for generating transactions.
  • Loading branch information
Gianmarco Fraccaroli committed Dec 14, 2023
2 parents bd4374b + 6936ac2 commit 57db046
Show file tree
Hide file tree
Showing 27 changed files with 1,442 additions and 419 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Made test vector generation easier and reduced the difficulty of maintaining
the generation code. ([\#2259](https://github.com/anoma/namada/pull/2259))
12 changes: 12 additions & 0 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 @@ -16,6 +16,7 @@ members = [
"vp_prelude",
"encoding_spec",
"sdk",
"examples",
]

# wasm packages have to be built separately
Expand Down
Loading

0 comments on commit 57db046

Please sign in to comment.