* Adds ignored jsonrequestobject argument * adds docs returns an error for unsupported options * returns an error when longpollid is provided * comments out capabilities enum and uses Vec<String> instead * fixes spelling mistake * uncomments GetBlockTemplateCapability enum and uses allow(dead_code) instead * adds UnknownCapability * Apply suggestions from code review Co-authored-by: teor <teor@riseup.net> * adds derived traits. * removes unused [allow(dead_code)] * test invalid params error for block data * add capablity to gbt vectors test * reverts passing in default options to getblocktemplate request in vectors test * adds a jsonrequestobject with an unknown capability to gbt acceptance test Co-authored-by: teor <teor@riseup.net> |
||
|---|---|---|
| .. | ||
| 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: