Crate tendermint_testgen[][src]

Expand description

tendermint-testgen is a small utility for producing Tendermint data structures from minimal input (for testing purposes only).

See the repository for details.

Re-exports

pub use commit::Commit;
pub use generator::Generator;
pub use header::Header;
pub use light_block::LightBlock;
pub use light_chain::LightChain;
pub use time::Time;
pub use validator::Validator;
pub use validator_set::ValidatorSet;
pub use vote::Vote;
pub use command::Command;
pub use tester::TestEnv;
pub use tester::Tester;

Modules

Helpers for organizing and running the tests

Helper types for generating Tendermint datastructures

Helper functions

Macros

A macro that generates a complete setter method from a one-liner with necessary information