Skip to content

Commit

Permalink
Merge pull request #16 from daira/nu6-testnet
Browse files Browse the repository at this point in the history
Bump protocol version for NU6 testnet
  • Loading branch information
nuttycom authored Aug 27, 2024
2 parents bb243c9 + c81aa16 commit eca507a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eca507a

Please sign in to comment.