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
tolpdb.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
Verifying Release
md5 hashes for release binaries:
livepeer
(Linux): bf4ee3a984023dad2b75b4902b90e3belivepeer_cli
(Linux): d3b3549d91bf0591d25d8a83f568d242livepeer
(Darwin): f210f44b252e46d6bd623ea0a2784bfflivepeer_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): a843648c0153cd7b03b68363e43214d8eee9c2f7f7e320f88bb198cb38e62ce5livepeer_cli
(Linux): 0beecc3ed126fca8f877886a6aaf7eab3ea35c382a0ee641a418857034aa2bd7livepeer
(Darwin): b03111b64e56e7027b3bec388d1ffe2a79142414080d15cab7c57125a669119flivepeer_cli
(Darwin): 6e67a0e6ff04e7aa3e3fd256579ee22aa0ec4df3e305bc83101e1e2c99c7f40a
Generate the sha256 hash on Linux and OSX:
sha256 livepeer
sha256 livepeer_cli