github livepeer/go-livepeer v0.5.3

latest releases: v0.7.4, v0.7.3, v0.7.2...
4 years ago

Summary

This is the first mainnet compatible release that supports the Streamflow protocol upgrade.

Existing transcoders (now called orchestrators post-Streamflow upgrade) should check out the upgrade guide for instructions on re-joining the active set.

For more information on the Streamflow protocol upgrade, check out the following resources:

Features

  • Changed the default DB file name from lp.sqlite3 to lpdb.sqlite (#1299)
    • As a result of this update, if you are upgrading from a previous go-livepeer release you do not need to delete your existing DB file prior to upgrading

Full list of changes

Verifying Release

md5 hashes for release binaries:

  • livepeer (Linux): bf4ee3a984023dad2b75b4902b90e3be
  • livepeer_cli (Linux): d3b3549d91bf0591d25d8a83f568d242
  • livepeer (Darwin): f210f44b252e46d6bd623ea0a2784bff
  • livepeer_cli (Darwin): 261519967fc89bbcfe7cbc05095a5111

Generate the md5 hash on Linux:

md5sum livepeer
md5sum livepeer_cli

Generate the md5 hash on OSX:

md5 livepeer
md5 livepeer_cli

sha256 hashes for release binaries:

  • livepeer (Linux): a843648c0153cd7b03b68363e43214d8eee9c2f7f7e320f88bb198cb38e62ce5
  • livepeer_cli (Linux): 0beecc3ed126fca8f877886a6aaf7eab3ea35c382a0ee641a418857034aa2bd7
  • livepeer (Darwin): b03111b64e56e7027b3bec388d1ffe2a79142414080d15cab7c57125a669119f
  • livepeer_cli (Darwin): 6e67a0e6ff04e7aa3e3fd256579ee22aa0ec4df3e305bc83101e1e2c99c7f40a

Generate the sha256 hash on Linux and OSX:

sha256 livepeer
sha256 livepeer_cli

Don't miss a new go-livepeer release

NewReleases is sending notifications on new releases.