Skip to content

Zebra 2.0.1

Latest
Compare
Choose a tag to compare
@upbqdn upbqdn released this 30 Oct 14:53
· 21 commits to main since this release
fef500a

Zebra 2.0.1 - 2024-10-30

  • Zebra now supports NU6 on Mainnet. This patch release updates dependencies required for NU6. The 2.0.0 release was pointing to the incorrect dependencies and would panic on NU6 activation.

Breaking Changes

  • The JSON RPC endpoint has cookie-based authentication enabled by default. If you rely on Zebra RPC, wou will need to adjust your config. The simplest change is to disable authentication by adding enable_cookie_auth = false to the [rpc] section of the Zebra config file; refer to the docs. (This was added in 2.0.0 but we include here again for clarity)

Changed

  • Use ECC deps with activation height for NU6 (#8960)

Zebra 2.0.0 - 2024-10-25 - [YANKED]

This release was intended to support NU6 but was pointing to the wrong version of dependencies which would make Zebra panic at NU6 activation. Use 2.0.1 instead.

Breaking Changes

  • The JSON RPC endpoint has cookie-based authentication enabled by default. If you rely on Zebra RPC, wou will need to adjust your config. The simplest change is to disable authentication by adding enable_cookie_auth = false to the [rpc] section of the Zebra config file; refer to the docs. (This was added in 2.0.0 but we included here again for clarity)

Added

  • NU6-related documentation (#8949)
  • A cookie-based authentication system for the JSON RPC endpoint (#8900, #8965)

Changed

  • Set the activation height of NU6 for Mainnet and bump Zebra's current network protocol version (#8960)

Contributors

Thank you to everyone who contributed to this release, we couldn't make Zebra without you:
@arya2, @gustavovalverde, @oxarbitrage and @upbqdn.