zebra/zebra-chain/src
Conrado Gouvea f748d3781c
rpc: add deserialization tests (#9550)
* rpc: add deserialization tests

* move vectors to files; address misc comments
2025-06-03 20:49:57 +00:00
..
amount fix(clippy): last lints (#9371) 2025-04-03 17:13:29 +00:00
block change(consensus): Adds a `Nu6_1` variant to `NetworkUpgrade` (#9526) 2025-06-03 16:10:30 +00:00
chain_sync_status
chain_tip feat(rpc): Add more fields to `getmininginfo` call (#8860) 2024-09-18 11:05:25 +00:00
diagnostic fix(net): Fix potential network hangs, and reduce code complexity (#7859) 2023-11-16 19:53:24 +00:00
fmt
history_tree chore: delete repetitive words (#9131) 2025-01-17 13:19:45 +00:00
orchard refactor(chain): replace sinsemilla with external library (#9426) 2025-04-25 14:37:15 +00:00
parallel change(state): Make the types for finalized blocks consistent (#7923) 2023-11-08 22:06:16 +00:00
parameters change(state): Upgrade db format to support new fields in RPC outputs (#9539) 2025-06-03 20:49:53 +00:00
primitives change(consensus): Adds a `Nu6_1` variant to `NetworkUpgrade` (#9526) 2025-06-03 16:10:30 +00:00
sapling Transaction and block deserialization (#9522) 2025-05-14 23:19:25 +00:00
serialization fix(consensus): Verify consensus branch ID in SIGHASH precomputation (#9139) 2025-02-01 12:49:59 +00:00
sprout chore(deps): Updates ECC dependencies (#9300) 2025-04-03 12:57:15 +00:00
tests feat(network): Track misbehaving peer connections and ban them past a threshold (#9201) 2025-02-15 22:02:17 +00:00
transaction change(consensus): Adds a `Nu6_1` variant to `NetworkUpgrade` (#9526) 2025-06-03 16:10:30 +00:00
transparent feat(rpc): Update `(z_)validateaddress` to validate TEX addresses (#9483) 2025-05-22 15:12:37 +00:00
value_balance change: Track the balance of the deferred chain value pool (#8729) 2024-08-05 20:30:47 +00:00
work Transaction and block deserialization (#9522) 2025-05-14 23:19:25 +00:00
amount.rs change(state): Upgrade db format to support new fields in RPC outputs (#9539) 2025-06-03 20:49:53 +00:00
block.rs change: Track the balance of the deferred chain value pool (#8729) 2024-08-05 20:30:47 +00:00
block_info.rs change(state): Upgrade db format to support new fields in RPC outputs (#9539) 2025-06-03 20:49:53 +00:00
chain_sync_status.rs
chain_tip.rs chore: Fix clippy lints (#9062) 2024-11-29 23:15:20 +00:00
common.rs fix(state): Write database format version to disk atomically to avoid a rare panic (#8795) 2024-08-29 21:09:27 +00:00
diagnostic.rs fix(panic): Stop panicking on async task cancellation on shutdown in network and state futures (#7219) 2023-07-18 04:53:26 +00:00
error.rs fix(consensus): Verify consensus branch ID in SIGHASH precomputation (#9139) 2025-02-01 12:49:59 +00:00
fmt.rs change(scan): Refactor scanning tests (#8047) 2023-12-06 01:57:01 +00:00
history_tree.rs change(consensus): Adds a `Nu6_1` variant to `NetworkUpgrade` (#9526) 2025-06-03 16:10:30 +00:00
lib.rs change(state): Upgrade db format to support new fields in RPC outputs (#9539) 2025-06-03 20:49:53 +00:00
orchard.rs
parallel.rs
parameters.rs change(network-params): Configurable Testnet funding streams (#8718) 2024-07-29 16:15:09 +00:00
primitives.rs add(chain): Impl `zcash_protocol::consensus::Parameters` for `Network` (#8425) 2024-05-02 00:22:37 +00:00
sapling.rs change(scan): Refactor scanning tests (#8047) 2023-12-06 01:57:01 +00:00
serialization.rs
shutdown.rs
sprout.rs
subtree.rs rpc: add deserialization tests (#9550) 2025-06-03 20:49:57 +00:00
tests.rs change(tests): Remove Matches on Network From Tests (#8295) 2024-03-05 09:12:25 -05:00
transaction.rs Remove the `getblocktemplate-rpcs` Cargo feature (#9401) 2025-04-10 18:29:48 +00:00
transparent.rs feat(rpc): Add some missing fields to transaction object (#9329) 2025-04-10 22:59:43 +00:00
value_balance.rs change: Refactor error handling for block subsidies (#8735) 2024-08-07 15:34:57 +00:00
work.rs