Skip to content

Burstcoin Reference Software 2.5.0

Compare
Choose a tag to compare
@jjos2372 jjos2372 released this 10 May 12:03
· 41 commits to v2.5 since this release

v2.5.0 release including the SODIUM protocol upgrade.

image

Changes since 2.4.2:

  • More powerful and cheaper running smart contracts CIP20
  • Deeplink Generator API CIP22
  • Enforce slot fees CIP23
  • New deadline computation formula aiming at more stable block times CIP24
  • Small network changes and fixes CIP25
  • Can run on recent Java versions (previously limited to Java 8)
  • A new GUI implementation
  • Improved CORS support
  • Fixed Escrow ID in Escrow Result Attachment Protobuf is always 2
  • Fixed Get Peer Handler in gRPC API is never initialized
  • Fixed GetOrdersHandler always returns ask orders
  • Fixed Bugs in AT API Implementation

Zip SHA-256: e480c09094df6fc0f56c85aa947e952fae3321e1b201b61cc77750d1a5f8bc84

To install, download the zip file and extract it. Inside the conf folder, make a copy of brs-default.properties and name it simply brs.properties. Modify its contents to suit your needs. Now either run the burst.exe file (if on Windows) or java -jar burst.jar otherwise.

You will need Java 8 (recommended) or superior.