zebra/zebra-scan/src
Arya 301900435b - Returns early when there is no Heartwood activation height when creating or updating HistoryTree
- Updates `check::legacy_chain()` to accept and compare an optional NU5 activation height
- Replaces `.map()` with `.filter_map()` in `NetworkUpgrade::target_spacings()`
- Updates some `expect()` messages when unwrapping return value of `NetworkUpgrade.activation_height()`
- Adds TODOs for updating `.mandatory_checkpoint_height()` method
- Removes TODO for calling `.expect()` when getting NU5 activation height
- Updates `Network.sapling_activation_height()` to return None instead of panicking when missing Sapling activation height
- Updates calls to `.sapling_activation_height()` to return errors or use `Height(1)` at the minimum birthday height when there's no Sapling activation height
2024-04-23 22:17:08 -04:00
..
bin change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
service - Returns early when there is no Heartwood activation height when creating or updating HistoryTree 2024-04-23 22:17:08 -04:00
storage - Returns early when there is no Heartwood activation height when creating or updating HistoryTree 2024-04-23 22:17:08 -04:00
tests - Returns early when there is no Heartwood activation height when creating or updating HistoryTree 2024-04-23 22:17:08 -04:00
config.rs add(scan): Start scanner gRPC server with `zebrad` (#8241) 2024-02-07 22:36:01 +00:00
init.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
lib.rs add(scan): Start scanner gRPC server with `zebrad` (#8241) 2024-02-07 22:36:01 +00:00
service.rs - Returns early when there is no Heartwood activation height when creating or updating HistoryTree 2024-04-23 22:17:08 -04:00
storage.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
tests.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00