* 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> |
||
|---|---|---|
| .. | ||
| get_block_template.rs | ||
| submit_block.rs | ||