You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is a release candidate for the Zcash NU6 network upgrade on the Mainnet. While this version does not yet include the NU6 Mainnet activation height or current protocol version, all required functionality and tests are in place.
@@ -58,7 +73,7 @@ by syncing Zebra from scratch, or by using the `copy-state` command to create a
58
73
command, first make a copy Zebra's Testnet configuration with a different cache directory path, for example, if Zebra's configuration is at the
59
74
default path, by running `cp ~/.config/zebrad.toml ./zebrad-copy-target.toml`, then opening the new configuration file and editing the
60
75
`cache_dir` path in the `state` section. Once there's a copy of Zebra's configuration with the new state cache directory path, run:
61
-
`zebrad copy-state --target-config-path "./zebrad-copy-target.toml" --max-source-height "2975999"`, and then update the original
76
+
`zebrad copy-state --target-config-path "./zebrad-copy-target.toml" --max-source-height "2975999"`, and then update the original
62
77
Zebra configuration to use the new state cache directory.
63
78
64
79
### Added
@@ -104,7 +119,7 @@ Thank you to everyone who contributed to this release, we couldn't make Zebra wi
104
119
- Support for custom Testnets and Regtest is greatly enhanced.
105
120
- Windows is now back in the second tier of supported platforms.
106
121
- The end-of-support time interval is set to match `zcashd`'s 16 weeks.
107
-
- The RPC serialization of empty treestates matches `zcashd`.
122
+
- The RPC serialization of empty treestates matches `zcashd`.
108
123
109
124
### Added
110
125
@@ -170,11 +185,11 @@ Thank you to everyone who contributed to this release, we couldn't make Zebra wi
0 commit comments