Skip to content

v0.33.0-Polygon

Compare
Choose a tag to compare
@marcello33 marcello33 released this 16 Oct 10:44
· 4 commits to peppermint since this release
2bb6a83

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