zebra/zebra-utils/src/bin
Marek cbc2f81507
Fix fetching the RPC tx fetching (#8157)
We recently updated the `jsonrpc` dependency from 0.16 to 0.17. The
former version used to implicitly send an array of params, even if a
single param was passed to the request builder. The new version doesn't
do that anymore, but Zebra expects an array, so this commit explicitly
passes an array consisting of a single param to the request builder.
2024-01-15 18:27:21 +00:00
..
block-template-to-proposal change(ci): Run block proposal tests in CI (#5963) 2023-01-31 23:02:22 +00:00
scanning-results-reader Fix fetching the RPC tx fetching (#8157) 2024-01-15 18:27:21 +00:00
search-issue-refs cleanup(rust): Fix new nightly clippy warnings (#7135) 2023-07-05 07:11:27 +00:00
zebra-checkpoints cleanup(clippy): Remove unnecessary `try_into()` with `cargo clippy --fix` (#7940) 2023-11-14 20:31:49 +00:00