Skip to content

Commit

Permalink
README: Add note on most significant proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
yondonfu committed Jun 2, 2023
1 parent 7342893 commit e38d36b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ If you want to learn more about the current state of the protocol and network, t
2. Review the proposals that have updated the protocol since genesis and for historical context behind design decisions.
- The protocol is updated via [Livepeer Improvement Proposals (LIPs)](https://github.com/livepeer/LIPs).
- An exception is the [Streamflow proposal](https://github.com/livepeer/wiki/blob/master/STREAMFLOW.md) which was introduced prior to formalization of the LIP process within the community.
- The most significant proposals in terms of number of changes to the protocol include:
- The [Streamflow proposal](https://github.com/livepeer/wiki/blob/master/STREAMFLOW.md) which introduced a variety of network scalability improvements including a service registry, offchain job negotiation and payment mechanisms, the architectural decoupling of orchestrator and transcoder nodes and an increased number of nodes supported.
- [LIP-73: Confluence - Arbitrum One Migration](https://github.com/livepeer/LIPs/blob/master/LIPs/LIP-73.md) which dramatically reduced the gas costs of core protocol transactions by migrating core protocol contracts to the Arbitrum One rollup.
3. Review the smart contracts deployed to the Ethereum blockchain and the Arbitrum One rollup.
- [Core protocol contracts](https://github.com/livepeer/protocol)
- [Arbitrum bridge contracts](https://github.com/livepeer/arbitrum-lpt-bridge)
Expand Down

0 comments on commit e38d36b

Please sign in to comment.