Arya
Arya
Some important exchange(s) do use this, we should make sure to implement it.
This isn't a priority right now
We still want to move [`INITIAL_MIN_NETWORK_PROTOCOL_VERSION`](https://github.com/ZcashFoundation/zebra/blob/main/zebra-network/src/constants.rs#L395) to a field on `testnet::Parameters`.
This is mostly cleanup, but if we make this change and also allow for defining consensus branch ids in the config, we could participate in the following round of private...
> However, we might want to investigate if people rely on them at all before spending time working on this This should be a quick change that may not be...
cleanup(state): Run possible minor database format version upgrades before deleting the disk version
> How important is this to merge soon? I would like @upbqdn to review it but he's not going to be back for a couple of weeks. It's not very...
cleanup(state): Run possible minor database format version upgrades before deleting the disk version
> Could we open an issue and do a refactor like this with any upcoming database upgrade instead? The upgrade will give us an opportunity to do thorough manual testing....
cleanup(state): Run possible minor database format version upgrades before deleting the disk version
> @arya2 do we still want to do this one soon or should we just close for now? It's not a priority, let's close it for now.
@conradoplg Is there still anything missing after https://github.com/ZcashFoundation/zebra/pull/9654?
> But how much more work would it be to refactor each upgrade into an upgrade trait, and then pass a list of upgrade trait objects to the upgrade task?...