zebra/zebra-chain/src
teor be4e065afb
change(rpc): Simplify RPC types and add documentation (#4218)
* Simplify RPC types and add documentation

* Derive serde traits in production code
2022-05-03 04:10:21 +00:00
..
amount
block feat(state): add transparent address indexes to the non-finalized state (#4022) 2022-04-12 17:21:46 +00:00
chain_tip feat(rpc): Implement `getblockchaininfo` RPC method (#3891) 2022-03-25 12:25:31 +00:00
history_tree refactor(anchorSapling): Change type to force consensus rule validation (#3544) 2022-02-17 03:20:22 +00:00
orchard change(nu5): use new V5 transaction script verification API (#3799) 2022-04-19 10:14:16 +10:00
parameters Require a minimum network protocol version of 170_040 (#3976) 2022-04-19 16:14:24 +00:00
primitives change(nu5): use new V5 transaction script verification API (#3799) 2022-04-19 10:14:16 +10:00
sapling build(deps): bump serde-big-array from 0.3.2 to 0.4.1 (#4004) 2022-03-31 01:33:52 +00:00
serialization change(nu5): use new V5 transaction script verification API (#3799) 2022-04-19 10:14:16 +10:00
sprout build(deps): bump serde-big-array from 0.3.2 to 0.4.1 (#4004) 2022-03-31 01:33:52 +00:00
transaction refactor: document coinbase rules, refactor to ease understanding (#4056) 2022-04-20 09:31:12 +00:00
transparent change(rpc): Simplify RPC types and add documentation (#4218) 2022-05-03 04:10:21 +00:00
value_balance
work build(deps): bump serde-big-array from 0.3.2 to 0.4.1 (#4004) 2022-03-31 01:33:52 +00:00
amount.rs 8. feat(state): add a query function for transparent address balances (#4097) 2022-04-14 13:34:31 +00:00
block.rs feat(state): add transparent address indexes to the non-finalized state (#4022) 2022-04-12 17:21:46 +00:00
chain_tip.rs feat(rpc): Implement `getblockchaininfo` RPC method (#3891) 2022-03-25 12:25:31 +00:00
fmt.rs
history_tree.rs
lib.rs build(deps): bump serde-big-array from 0.3.2 to 0.4.1 (#4004) 2022-03-31 01:33:52 +00:00
orchard.rs ZIP 212: validate Sapling and Orchard output of coinbase transactions (#3029) 2021-11-11 22:18:37 +00:00
parameters.rs
primitives.rs ZIP 212: validate Sapling and Orchard output of coinbase transactions (#3029) 2021-11-11 22:18:37 +00:00
sapling.rs
serialization.rs
shutdown.rs
sprout.rs Validate JoinSplit proofs (#3128) 2021-12-10 16:33:15 +00:00
transaction.rs refactor: document coinbase rules, refactor to ease understanding (#4056) 2022-04-20 09:31:12 +00:00
transparent.rs 6. feat(db): Add a transparent address UTXO index (#3999) 2022-04-13 04:06:52 +00:00
value_balance.rs Enforce Rust edition 2021 (#3332) 2022-01-14 12:10:18 +00:00
work.rs