Skip to content

Commit

Permalink
Bump protocol version
Browse files Browse the repository at this point in the history
confirm_ack rebroadcasted flag
public is_originator flag
large confirm_ack messages
  • Loading branch information
clemahieu committed Jul 17, 2024
1 parent 0cf5376 commit 9498b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nano/lib/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,12 +356,12 @@ class network_constants
static nano::networks active_network;

/** Current protocol version */
uint8_t const protocol_version = 0x14;
uint8_t const protocol_version = 0x15;
/** Minimum accepted protocol version */
uint8_t const protocol_version_min = 0x12;
uint8_t const protocol_version_min = 0x14;

/** Minimum accepted protocol version used when bootstrapping */
uint8_t const bootstrap_protocol_version_min = 0x13;
uint8_t const bootstrap_protocol_version_min = 0x14;
};

std::string get_node_toml_config_path (std::filesystem::path const & data_path);
Expand Down

0 comments on commit 9498b44

Please # to comment.