Skip to content

Commit

Permalink
release v0.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Feb 11, 2022
1 parent 585e060 commit 31e6309
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 12 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## v0.5.28

*February 11th 2022*

This release supports connecting to Arbitrum Mainnet using the `-network arbitrum-one-mainnet` flag after the L1 Ethereum block 14207040 which is the block at which [LIP-73 i.e. the Confluence upgrade](https://github.com/livepeer/LIPs/blob/master/LIPs/LIP-73.md#specification) will be activated. Prior to this block, running the node wtih `-network arbitrum-one-mainnet` will result in a startup error so it is recommended to wait until after block 14207040 to run the node with the `-network arbitrum-one-mainnet` flag. **We strongly encourage all node operators to upgrade to this release so they can connect to Arbitrum Mainnet after the LIP-73 block**.

Additional updates in this release include various improvements to compatibility with Arbitrum networks as well as the initial groundwork for enabling H.265/HEVC encoding/decoding and VP8/VP9 decoding jobs on the network.

### Features ⚒

#### General

- [#2208](https://github.com/livepeer/go-livepeer/pull/2208) Improve Feed PubSub: execute subscribers' blocking operations in separate goroutines (@leszko)
- [#2222](https://github.com/livepeer/go-livepeer/pull/2222) Use L1 block number for Ticket Parameters and Round Initialization (@leszko)
- [#2240](https://github.com/livepeer/go-livepeer/pull/2240) Backfill always from the back last seen in DB (instead of the last round block) (@leszko)
- [#2171](https://github.com/livepeer/go-livepeer/pull/2171) Make transactions compatible with Arbitrum and fix setting max gas price (@leszko)
- [#2252](https://github.com/livepeer/go-livepeer/pull/2252) Use different hardcoded redeemGas when connected to an Arbitrum network (@leszko)
- [#2251](https://github.com/livepeer/go-livepeer/pull/2251) Add fail fast for Arbitrum One Mainnet when LIP-73 has not been activated yet (@leszko)
- [#2254](https://github.com/livepeer/go-livepeer/pull/2254) Add `arbitrum-one-mainnet` network (@leszko)

#### Orchestrator

- [#2253](https://github.com/livepeer/go-livepeer/pull/2253) Redeem tickets only when recipient is active (@leszko)

#### Transcoder

- [#2135](https://github.com/livepeer/go-livepeer/pull/2135) LPMS updates to support H.265/HEVC encoding and decoding as well as VP8/VP9 decoding (@cyberj0g)

### Bug Fixes 🐞

#### Broadcaster

- [#2245](https://github.com/livepeer/go-livepeer/pull/2245) Fast verification fix (@oscar-davids)

## v0.5.27

*February 3rd 2022*
Expand Down
11 changes: 0 additions & 11 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,14 @@
### Features ⚒

#### General
- \#2208 Improve Feed PubSub: execute subscribers' blocking operations in separate goroutines (@leszko)
- \#2222 Use L1 block number for Ticket Parameters and Round Initialization (@leszko)
- \#2240 Backfill always from the back last seen in DB (instead of the last round block) (@leszko)
- \#2171 Make transactions compatible with Arbitrum and fix setting max gas price (@leszko)
- \#2252 Use different hardcoded redeemGas when connected to an Arbitrum network (@leszko)
- \#2251 Add fail fast for Arbitrum One Mainnet when LIP-73 has not been activated yet (@leszko)
- \#2253 Redeem tickets only when recipient is active (@leszko)
- \#2254 Add `arbitrum-one-mainnet` network (@leszko)

#### Broadcaster

#### Orchestrator

#### Transcoder
* H.265/HEVC encoding and decoding
* VP8/VP9 decoding

### Bug Fixes 🐞
- \#2245 Fast verification fix (@oscar-davids)

#### General

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.27
0.5.28

0 comments on commit 31e6309

Please sign in to comment.