Skip to content
This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Rogozinski committed Jul 8, 2019
1 parent 202c5e4 commit 9ef65f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
1.8.0

- Feature: new networking infrastructure, new network rules, and batched BCT curl (#1393)
* UDP support is dropped
* Performs handshake upon peering
* Protocol version support
* Not compatible with older versions of IRI
* The following configuration options are dropped:
UDP_RECEIVER_PORT
TCP_RECEIVER_PORT
MAX_PEERS
DNS_REFRESHER_ENABLED
DNS_RESOLUTION_ENABLED
* The following configuration options are added:
NEIGHBORING_SOCKET_ADDRESS— defines the socket address to bind the TCP socket to.
NEIGHBORING_SOCKET_PORT— defines the port of the TCP socket to use.
RECONNECT_ATTEMPT_INTERVAL_SECONDS— defines the interval at which to try to reconnect/disconnect wanted neighbors.
AUTO_TETHERING_ENABLED — controls auto-tethering, this was previously controlled via TESTNET true, default is false (also in testnet mode).
MAX_NEIGHBORS— rename of MAX_PEERS, defines the max number of connected neighbors.

- Fix: set arrival time in millis (not seconds) (#766)


Expand Down

0 comments on commit 9ef65f2

Please sign in to comment.