Skip to content

Releases: livepeer/go-livepeer

Bugfix Release

09 Dec 01:33
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-release

We fixed a few bugs in the past week

  • Evicting unused manifests
  • Remember peers during restart
  • Fixed passphrase bug

Networking Update

02 Dec 20:02
Compare
Choose a tag to compare
Networking Update Pre-release
Pre-release

This updated Livepeer node is more stable when a lot of messages are going through the same node. We added msgio in the libp2p networking layer so messages will less likely be lost. We also changed to a uni-directional stream approach so messages will incoming and outgoing messages will be on different streams.

We also made some improvements to the command line interface, so now all you have to do is ./livepeer -testnet to join the test network. See the documentation page for more info.

Testnet Update

28 Nov 18:52
Compare
Choose a tag to compare
Testnet Update Pre-release
Pre-release

This release enables onchain mode by default, this means it will connect to the testnet and go through the verification process.

We've also made significant changes to the networking library.

Network Update

13 Sep 04:53
Compare
Choose a tag to compare
Network Update Pre-release
Pre-release

We've made some networking changes in this minor release to improve the stability of the peer-to-peer network.

This is a breaking change. If you are running an older version, your node will not be able to function correctly in the new network

Hotfix

06 Sep 14:54
Compare
Choose a tag to compare
Hotfix Pre-release
Pre-release

This is a hotfix release with some bug fixes

Livepeer Soft Launch

01 Sep 02:53
Compare
Choose a tag to compare
Livepeer Soft Launch Pre-release
Pre-release

This release enables the Livepeer node to interact with the protocol onchain. We've also added livepeer_cli for ease of use.

There are a lot of changes in this release, refer to the new Readme for more information.

Network Visualization

15 Aug 22:31
Compare
Choose a tag to compare
Network Visualization Pre-release
Pre-release

This release allows Livepeer nodes to connect to the visualization server. It's the beginning of us being able to visualize the network topology and streams.

To give it a try, start your node with livepeer -monitor=true -monitorhost=http://viz.livepeer.org:8081/metrics

The visualization is available @ http://viz.livepeer.org:8081

Adaptive Bitrate Streaming

09 Aug 17:12
Compare
Choose a tag to compare
Pre-release

This release supports Adaptive Bitrate Streaming. This is enabled by streaming from a transcoder. More documentation to come about that. In the mean time, come hang out at the Livepeer gitter room and we'll help you set one up.

First Testnet

27 Jul 19:39
Compare
Choose a tag to compare
First Testnet Pre-release
Pre-release
0.0.1

Update README.md