Skip to content

Commit

Permalink
release v0.5.26
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Jan 25, 2022
1 parent 6c575bc commit f558a70
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.5.26

*January 24th 2022*

This release adds support for a new L2 Arbitrum Rinkeby contract deployment used for the [Confluence](https://github.com/livepeer/LIPs/blob/master/LIPs/LIP-73.md) testnet. **If you are planning on participating in the testnet you should upgrade to this release.**

This release also includes a small update for the node to fail fast if the config file specified is invalid.

### Features ⚒

#### General

- [#2198](https://github.com/livepeer/go-livepeer/pull/2198) Add fail-fast approach in case of incorrect config file (@leszko)
- [#2180](https://github.com/livepeer/go-livepeer/pull/2180) Generate contract bindings related to L2 Arbitrum upgrade (@leszko)
- [#2204](https://github.com/livepeer/go-livepeer/pull/2204) Support both L1 and L2 contract interfaces (@leszko)
- [#2202](https://github.com/livepeer/go-livepeer/pull/2202) Add `arbitrum-one-rinkeby` network (@leszko)

#### Broadcaster

- [#2188](https://github.com/livepeer/go-livepeer/pull/2188) Include pending Os in the discovery mechanism (@leszko)

## v0.5.25

*January 12th 2022*
Expand Down
6 changes: 0 additions & 6 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,9 @@
### Features ⚒

#### General
- \#2198 Add fail-fast approach in case of incorrect config file (@leszko)
- \#2180 Generate contract bindings related to L2 Arbitrum upgrade (@leszko)
- \#2204 Support both L1 and L2 contract interfaces (@leszko)
- \#2202 Add `arbitrum-one-rinkeby` network (@leszko)

#### Broadcaster

- \#2188 Include pending Os in the discovery mechanism (@leszko)

#### Orchestrator

#### Transcoder
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.25
0.5.26

0 comments on commit f558a70

Please sign in to comment.