* feat(rpc): implement `getrawmempool` rpc method * tests(rpc): start implementing a test * Return a `Vec<String>` from `get_raw_mempool` Ensure the returned type is serialized as an array of hexadecimal strings. * Make `getrawmempool` test a property test Test it with random sets of transaction IDs. * Fix code formatting inside `proptest!` Run `rustfmt` inside the `proptest!` block. * tests(rpc): fix lightwalletd test * fix(rpc): remove non used return type * tests(rpc): remove assert Co-authored-by: Janito Vaqueiro Ferreira Filho <janito.vff@gmail.com> |
||
---|---|---|
.. | ||
proptest-regressions/components/mempool/storage/tests | ||
src | ||
systemd | ||
tests | ||
Cargo.toml | ||
README.md | ||
build.rs |
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: