Skip to content

Releases: livepeer/go-livepeer

MVS Release (Test-Only. Not Compatible With Mainnet)

19 Feb 15:19
Compare
Choose a tag to compare

This is a test release that's only compatible with the pre-released Streamflow upgrade. It's for testing ONLY. If you would like to run Livepeer on the Ethereum mainnet, please download version 0.3.1.

Bug fix: EOF bug

06 Sep 18:05
Compare
Choose a tag to compare

This is a bug fix release for an issue caused by a heavy query to the Eth data provider (often times it's Infura).

We have received some bug reports that when starting a new node, they see a "EOF" error and stops. This release addresses that issue by skipping the heavy query when starting a brand new node.

Tributary Release

22 Aug 20:15
Compare
Choose a tag to compare

This release contains the following changes:

  • Transcoders will register their service URI onchain
  • Transcoders can partially unbond based on LIP-8
  • Broadcasters connect directly to transcoders
  • Broadcasters will receive transcoded segments and be responsible for serving the video
  • Broadcasters will attempt to re-use old jobs when receiving a new stream to save on gas cost

Please visit the livepeer documentation for more information.

Bugfix minor release

20 Jun 16:58
Compare
Choose a tag to compare

This release fixes 3 issues:

  1. Transcoder continues to issue reward transactions if the last transaction doesn't go through.
  2. Concurrency issue that closes the go channel that monitors for Ethereum events.
  3. Connection kept open when there is a video segmentation error.

Gas Price, Reward Call, Round Initialization, and Binary Size

22 May 22:32
Compare
Choose a tag to compare

This release contains changes that makes transcoder ops easier to manage.

  • You can dynamically change the gas price from the cli.
  • You can use the gas oracle by setting the gas price to 0, or omit the -gasPrice flag when starting the node. The gas oracle automatically sets the gas price based on gas price in previous blocks.
  • Reward call monitoring changed to pull-based logic to improve stability.
  • Round initialization is off by default. You can turn it on by using the -initializeRound flag.
  • Changed to use .tgz files to lower the Livepeer binary size.

Job Restart and Transcoder Bug Fix

15 May 02:48
Compare
Choose a tag to compare

This release contains fixes for:

  • Restarting jobs across transcoder restarts
  • Job serialization in local db
  • Preventing segment replay attacks

CLI Update, Local Database, Connection Update

05 May 01:17
Compare
Choose a tag to compare

This release contains changes in:

  • Livepeer CLI - making the options more organized.
  • Adding a local sqlite database. This is useful for many things - for example, restarting a transcoder in the middle of a job.
  • Added a -initializeRound flag for transcoders.
  • Updated connection methods to Ethereum - only use websocket connections when the node is running as a transcoder. This improves the connection stability of broadcasting nodes.

Mainnet Alpha Release

01 May 14:59
09bae13
Compare
Choose a tag to compare

The first test release for the Ethereum mainnet. This release includes:

  • Many networking bug fixes and networking protocol upgrade
  • Changes in transcoder configuration (added a -publicIP flag requirement)
  • Log cleanup
  • Settling on a ffmpeg version
  • Upgrading major dependencies like libp2p, go-ipfs and go-ethereum

Small World Network

20 Apr 23:05
Compare
Choose a tag to compare

This release attempts to scale the Livepeer video network by creating highly connected bootnodes, transcoding nodes, and gateway nodes.

CLI Update + Video Fixes

11 Apr 22:34
Compare
Choose a tag to compare

This release contains a few updates to the livepeer_cli tool:

  • You no longer need to pass in -transcoder. The CLI will query the node and automatically do the right thing.
  • A new option to print out the latest jobs and their assignees.

It also contains some video bug fixes and some log cleanup.