zebra/zebra-chain/src
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
..
amount build(deps): bump insta from 1.15.0 to 1.17.1 (#4884) 2022-08-04 15:44:44 +00:00
block Bump `chrono` from 0.4.34 to 0.4.38 (#8400) 2024-04-19 23:23:57 +00:00
chain_sync_status fix(test): Move test-only code to test-only modules (#5777) 2022-12-08 01:06:11 +00:00
chain_tip change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
diagnostic fix(net): Fix potential network hangs, and reduce code complexity (#7859) 2023-11-16 19:53:24 +00:00
fmt cleanup(clippy): Use inline format strings (#5489) 2022-10-27 13:25:18 +00:00
history_tree add(consensus/network): Add an empty `Parameters` struct in `Network::Testnet` (#8368) 2024-04-17 02:20:34 +00:00
orchard fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
parallel change(state): Make the types for finalized blocks consistent (#7923) 2023-11-08 22:06:16 +00:00
parameters Use full paths for types from `zcash_primitives` 2024-04-22 17:58:19 +02:00
primitives add(consensus): Add `activation_heights` field to `NetworkParameters` and implement `Parameters` for `Network` (#8383) 2024-04-19 01:20:34 +00:00
sapling fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
serialization fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
sprout fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
tests fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
transaction Bump `chrono` from 0.4.34 to 0.4.38 (#8400) 2024-04-19 23:23:57 +00:00
transparent fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
value_balance cleanup(rust): Fix new nightly clippy warnings (#7135) 2023-07-05 07:11:27 +00:00
work fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
amount.rs change(scan): Refactor scanning tests (#8047) 2023-12-06 01:57:01 +00:00
block.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
chain_sync_status.rs fix(test): Move test-only code to test-only modules (#5777) 2022-12-08 01:06:11 +00:00
chain_tip.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45: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(errors): Handle randomness generation and invalid random values as errors in cryptographic code (#6385) 2023-04-20 17:49:21 +00:00
fmt.rs change(scan): Refactor scanning tests (#8047) 2023-12-06 01:57:01 +00:00
history_tree.rs add(consensus/network): Add an empty `Parameters` struct in `Network::Testnet` (#8368) 2024-04-17 02:20:34 +00:00
lib.rs change(tests): Remove Matches on Network From Tests (#8295) 2024-03-05 09:12:25 -05:00
orchard.rs cleanup(cryptography): Remove unused shielded key and address code (#5476) 2022-10-29 20:59:55 +00:00
parallel.rs 1. fix(perf): Run CPU-intensive state updates in parallel rayon threads (#4802) 2022-07-22 12:19:11 -04:00
parameters.rs add(consensus/network): Add an empty `Parameters` struct in `Network::Testnet` (#8368) 2024-04-17 02:20:34 +00:00
primitives.rs add(chain): Adds `ViewingKey` type in zebra-chain (#8198) 2024-01-30 20:32:36 +00:00
sapling.rs change(scan): Refactor scanning tests (#8047) 2023-12-06 01:57:01 +00:00
serialization.rs Halborn 2023 02 20 (#6297) 2023-03-13 18:10:15 +00:00
shutdown.rs Fix shutdown panics (#1637) 2021-02-03 19:03:28 +10:00
sprout.rs cleanup(cryptography): Remove unused shielded key and address code (#5476) 2022-10-29 20:59:55 +00:00
subtree.rs change(state): Refactor the naming of note commitment subtrees (#7855) 2023-10-30 20:06:54 +00:00
tests.rs change(tests): Remove Matches on Network From Tests (#8295) 2024-03-05 09:12:25 -05:00
transaction.rs Fix new nightly clippy and rustc lints (#7860) 2023-10-27 19:35:57 +00:00
transparent.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
value_balance.rs fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
work.rs Replace primitives_types with uint (#2350) 2021-06-18 15:35:05 -03:00