Releases: maticnetwork/tendermint
Releases · maticnetwork/tendermint
v0.33.2-Polygon
What's Changed
- handle: start after data dir deletion by @anshalshukla in #33
Full Changelog: v0.33.1...v0.33.2
v0.33.1-Polygon
Compared to the last stable release v0.33.0, this release has changes a few error logs as debug logs, and also added an extra log to get information about the number of peers.
What's Changed
- Made "Stopping peer for error" log as debug by @pratikspatil024 in #30
- Made dialing failed log as debug by @pratikspatil024 in #31
- Added log to print number of peers by @pratikspatil024 in #32
New Contributors
- @pratikspatil024 made their first contribution in #30
Full Changelog: v0.33.0...v0.33.1
v0.33.0-Polygon
This is the first internal Polygon tendermint
release (aka peppermint
)
It includes all the fixes, improvements and additional code needed for Polygon PoS, developed on top of the original upstream tendermint
fork version v0.32.7
.
What's Changed
- Sidechannel spec implementation by @jdkanani in #8
- Update bor version and include vitwit changes from March by @0xKrishna in #23
- Change log level tag from a single character to a full word by @cffls in #25
- consensus,scripts,state,store,types: change PartSetHeader total to uint32 by @Raneet10 in #26
- libs/log: add warn log level by @anshalshukla in #27
- Change the default value of maxInboundPeer and maxOutBoundPeer to 100 by @VAIBHAVJINDAL3012 in #29
- dev: chg: solve vulns by @marcello33 in #28
New Contributors
- @0xKrishna made their first contribution in #23
- @cffls made their first contribution in #25
- @Raneet10 made their first contribution in #26
- @anshalshukla made their first contribution in #27
- @VAIBHAVJINDAL3012 made their first contribution in #29
- @marcello33 made their first contribution in #28