Releases: livepeer/go-livepeer
CLI Update + Video Fixes
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.
Minor Update
This release contains the following updates:
- Removed
-testnet
. The node now only supports-rinkeby
. - Reconnect logic for websockets. This accounts for the instability issues we are seeing with Infura.
Stability and Bug Fixes
This release includes mostly bug fixes.
- A fix in our libavcodec code - sometimes the node crashes for not getting a keyframe.
- A few fixes for connecting to Rinkeby using websocket when the other side unexpectedly closes the connection.
- A fix for transcoding local streams.
- A fix for when the Livepeer network p2p message gets corrupted somehow.
The node should be more stable now, and we will continue to prioritize stability fixes for the next few weeks as we are getting ready to launch the network on the main net.
Rinkeby bug fixes + native libav support
This release includes a few bug fixes to account for the migration to the Rinkeby network.
- Retry logic for when requests to external Ethereum nodes time out.
- Minor bug fixes to the p2p networking layer
Another important milestone included in this release is full native libav integration. With this upgrade, the livepeer node no longer has external dependency to a local ffmpeg
installation, making it a lot easier to get livepeer
running in a new environment.
Video Fix, New Testnet, and Rinkeby!
This is a feature-packed release -
- We've made changes to the video segmenter - now it's natively integrated with libav.
- We've also updated / deployed a new set of smart contracts as a result of the internal security audit. This release contains changes for the new interface.
- New network! Livepeer is now deployed on the public Rinkeby testnet. To talk to connect to the Rinkeby network, use
-rinkeby
instead of-testnet
.
Special thanks to the Infura team for providing awesome Eth infrastructure!
ps - notice the size of the binary went from 200MB to 100MB, thanks to @j0sh removing unnecessary dependencies.
Protocol Update
Breaking Change. This version of go-livepeer incorporates fixes we've discovered in running the testnet. Please upgrade.
- Require that transcoders are bonded to themselves. (No more freeriding.)
- View participation rate, total token supply, and total bonded token in the CLI.
- Broadcasts via the CLI now play in more browsers than just Chrome. (Safari, Firefox.)
- The client now detects if a job was assigned to you as a transcoder even if you aren't the transcoder with the most delegated stake (jobs for all!)
Memory Fix, CLI Change + Bug Fixes
Version 0.1.10 fixes:
- A major memory issue. We now discard old video segments from memory.
- An issue that causes the node to crash when transcoding fails.
- An status error issue that causes CDNs to cache segments for longer than they should.
It also contains some CLI improvements to print out more information about the protocol.
Bugfix, Duplicate Nonce
Bug fix release -
- Duplicate nonce when submitting consecutive Eth transactions
- Divide by zero
Better CLI, Video Cache, Protocol Update
0.1.8 is an action-packed update.
We created a better CLI tool with nicer layouts and options. Still looking to improve this in the near future.
The video cache lowers the memory footprint of the software. Look for more improvements for memory usage in the next release.
We have updated the protocol to use Eth as payment method (instead of LPT). This allows anyone who holds Eth to be able to use Livepeer.
New Testnet
This is a breaking change
We upgraded the protocol to the latest version. As a result, the protocol address has changed and everyone on the testnet should upgrade to the latest version.
This release also includes changes that will enable the viewer to get the ABS manifest from the original streamID.
From now on, we are no longer publishing releases as pre-releases.