* 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> |
||
|---|---|---|
| .. | ||
| configs | ||
| get_block_template_rpcs | ||
| lightwalletd | ||
| cached_state.rs | ||
| check.rs | ||
| config.rs | ||
| failure_messages.rs | ||
| get_block_template_rpcs.rs | ||
| launch.rs | ||
| lightwalletd.rs | ||
| mod.rs | ||
| rpc_client.rs | ||
| sync.rs | ||
| test_type.rs | ||