diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8ccb508f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this library will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.0] - 2024-08-27 + +### Changed +- The peer protocol version used by the seeder has been updated for the NU6 testnet. +- The README now calls this project `zcash-seeder` rather than `bitcoin-seeder`. + +## [0.0.0] - 2022-12-29 + +There were previously no formal releases. The last change was to update the required +peer protocol version after NU5 activation on mainnet. diff --git a/serialize.h b/serialize.h index 1d0fbc77..2762fc7e 100644 --- a/serialize.h +++ b/serialize.h @@ -60,7 +60,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int PROTOCOL_VERSION = 170100; +static const int PROTOCOL_VERSION = 170110; // Used to bypass the rule against non-const reference to temporary // where it makes sense with wrappers such as CFlatData or CTxDB