* Add lightwalletd's protobuf types * Don't explicitly derive `Eq` for enums I got bitten by this bug: https://github.com/tokio-rs/prost/issues/332 when I added the enum `ShieldedProtocol` to the file `service.proto`. The problem is that `prost` implicitly derives `Eq` for enums, so deriving it explicitly via `type_attribute` causes a conflict. Lukily, there is another method `message_attribute` that operates only on messages and not enums. * Test the `z_getsubtreesbyindex` RPC * Fix a typo * Add test vectors |
||
|---|---|---|
| .. | ||
| configs | ||
| get_block_template_rpcs | ||
| lightwalletd | ||
| cached_state.rs | ||
| check.rs | ||
| checkpoints.rs | ||
| config.rs | ||
| failure_messages.rs | ||
| get_block_template_rpcs.rs | ||
| launch.rs | ||
| lightwalletd.rs | ||
| mod.rs | ||
| sync.rs | ||
| test_type.rs | ||