Skip to content

Releases: maticnetwork/bor

v2.0.0-beta

30 Jan 19:59
958fe8b
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

v2.0.0 is a new release with a breaking change in default storage scheme (see below) and some bug fixes and improvements.

Breaking change

v2.0.0 changed its default storage scheme to path-based storage scheme (PBSS) and default db engine to pebble db. Hence, it is incompatible with nodes that was using hash-based storage scheme (HBSS). In order for nodes that have been using HBSS continue to run, the flag state.scheme should be manually set to hash in the cli, or "state.scheme" = "hash" in config.toml.
Same applies for db engine. If the node was using leveldb, in order for nodes continue to use leveldb, the flag db.engine should be manually set to leveldb in the cli, or "db.engine" = "leveldb" in config.toml.

What's Changed

New Contributors

Full Changelog: v1.5.5...v2.0.0-beta

v1.5.5

30 Jan 13:14
983b715
Compare
Choose a tag to compare

This release contains a critical security fix. We advise everyone to update their nodes to bor v1.5.5 as soon as possible.
More updates on the security bug will be announced soon on via a forum post.

v1.5.4

10 Jan 19:15
ceb62bb
Compare
Choose a tag to compare

This version mainly contains fixes for a couple chain sync issues.

What's Changed

  • Fix incorrect balance when CreateContract is used in block-stm by @cffls in #1382
  • consensus/bor: fetch validator set using parent hash by @manav2401 in #1384
  • Removing control files and updating the updateVersion.sh by @djpolygon in #1385
  • Fix typos and improve documentation across several files by @Dimitrolito in #1381
  • Fallback to serial execution if parallel execution fails by @cffls in #1392
  • core/state: fix SetStorage override behavior (#30185) by @cffls in #1393
  • Fix hasher by @cffls in #1394
  • build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 by @dependabot in #1386
  • Backport master to develop by @cffls in #1395
  • Additional GRPC API checks by @avalkov in #1401
  • V1.5.4 candidate by @cffls in #1402

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.4-beta

02 Jan 16:11
75ef2a2
Compare
Choose a tag to compare
v1.5.4-beta Pre-release
Pre-release

What's Changed

  • Fix incorrect balance when CreateContract is used in block-stm by @cffls in #1382
  • consensus/bor: fetch validator set using parent hash by @manav2401 in #1384
  • Removing control files and updating the updateVersion.sh by @djpolygon in #1385
  • Fix typos and improve documentation across several files by @Dimitrolito in #1381
  • Fallback to serial execution if parallel execution fails by @cffls in #1392
  • core/state: fix SetStorage override behavior (#30185) by @cffls in #1393
  • Fix hasher by @cffls in #1394
  • Backport master to develop by @cffls in #1395

New Contributors

Full Changelog: v1.5.3...v1.5.4-beta

v1.5.3

11 Dec 08:43
569eb7b
Compare
Choose a tag to compare

This release contains some improvements and fixed. Also, it prepares bor for the upcoming feature to communicate with heimdall via gRPC interface.

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.3-beta

10 Dec 08:00
d509034
Compare
Choose a tag to compare
v1.5.3-beta Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3-beta

v1.5.2

30 Oct 15:04
16268f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

28 Oct 15:30
ff29b1f
Compare
Choose a tag to compare
v1.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

23 Oct 17:18
c73129e
Compare
Choose a tag to compare
v1.5.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.0

v1.5.0-beta6

17 Oct 21:47
31164fe
Compare
Choose a tag to compare
v1.5.0-beta6 Pre-release
Pre-release
Bump version to v1.5.0-beta6