zebra/zebra-chain/src/parameters
Marek 09920d045e Use full paths for types from `zcash_primitives`
Upcoming commits will use `zcash_protocol::consensus::Parameters`, which
would make names such as `zp_consensus::Parameters` ambiguous since such
a name could stand for both `zcash_primitives...` and
`zcash_protocol...`.
2024-04-22 17:58:19 +02:00
..
network add(consensus): Add `activation_heights` field to `NetworkParameters` and implement `Parameters` for `Network` (#8383) 2024-04-19 01:20:34 +00:00
arbitrary.rs add(consensus): Add `activation_heights` field to `NetworkParameters` and implement `Parameters` for `Network` (#8383) 2024-04-19 01:20:34 +00:00
genesis.rs
network.rs Use full paths for types from `zcash_primitives` 2024-04-22 17:58:19 +02:00
network_upgrade.rs add(consensus): Add `activation_heights` field to `NetworkParameters` and implement `Parameters` for `Network` (#8383) 2024-04-19 01:20:34 +00:00
tests.rs add(consensus/network): Add an empty `Parameters` struct in `Network::Testnet` (#8368) 2024-04-17 02:20:34 +00:00
transaction.rs