mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-01 09:42:12 +00:00
CHANGELOG and version bump
This commit is contained in:
parent
e6b7e66bbe
commit
7d5b62b61f
21
CHANGELOG.md
21
CHANGELOG.md
@ -1,5 +1,26 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.5.0 (April 18, 2017)
|
||||||
|
|
||||||
|
BREAKING CHANGES:
|
||||||
|
|
||||||
|
- Remove or unexport methods from FuzzedConnection: Active, Mode, ProbDropRW, ProbDropConn, ProbSleep, MaxDelayMilliseconds, Fuzz
|
||||||
|
- switch.AddPeerWithConnection is unexported and replaced by switch.AddPeer
|
||||||
|
- switch.DialPeerWithAddress takes a bool, setting the peer as persistent or not
|
||||||
|
|
||||||
|
FEATURES:
|
||||||
|
|
||||||
|
- Persistent peers: any peer considered a "seed" will be reconnected to when the connection is dropped
|
||||||
|
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- Many more tests and comments
|
||||||
|
- Refactor configurations for less dependence on go-config. Introduces new structs PeerConfig, MConnConfig, FuzzConnConfig
|
||||||
|
- New methods on peer: CloseConn, HandshakeTimeout, IsPersistent, Addr, PubKey
|
||||||
|
- NewNetAddress supports a testing mode where the address defaults to 0.0.0.0:0
|
||||||
|
|
||||||
|
|
||||||
## 0.4.0 (March 6, 2017)
|
## 0.4.0 (March 6, 2017)
|
||||||
|
|
||||||
BREAKING CHANGES:
|
BREAKING CHANGES:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
package p2p
|
package p2p
|
||||||
|
|
||||||
const Version = "0.4.0" // DialSeeds returns an error
|
const Version = "0.5.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user