Rick Staa

Results 138 issues of Rick Staa

**Goal:** Restructure, refresh, and modernize Livepeer’s documentation to make it stakeholder-focused, AI-first, and future-proofed. **Requirements:** Use the [RFP process](https://forum.livepeer.org/t/rfp-documentation-restructure/3062) to fund a small documentation team to deliver a full documentation...

The ability to vote via the `go-livepeer` client was added in [[PR #3275](https://github.com/livepeer/go-livepeer/pull/3275)](https://github.com/livepeer/go-livepeer/pull/3275). Update the docs to clarify that **orchestrators can vote directly using the `go-livepeer` CLI**.This note will help...

type: feature

In the [PendingStake](https://arbiscan.io/address/0x35Bcf3c30594191d53231E4FF333E8A770453e40#readProxyContract#F19) method of the [BondingManager](https://arbiscan.io/address/0x35Bcf3c30594191d53231E4FF333E8A770453e40#readProxyContract), the `round` parameter is currently unused: [https://github.com/livepeer/protocol/blob/e8b6243c48d9db33852310d2aefedd5b1c77b8b6/contracts/bonding/BondingManager.sol#L935](https://github.com/livepeer/protocol/blob/e8b6243c48d9db33852310d2aefedd5b1c77b8b6/contracts/bonding/BondingManager.sol#L935) To improve clarity and reduce potential confusion for integrators and developers, I propose one of the...

enhancement

Test

status: triage

### Summary When Arbitrum gas briefly spikes, the orchestrator raises its **price per pixel (PPP)** to match the instantaneous gas price. If PPP exceeds the broadcaster’s configured ceiling (e.g. `1200...

help wanted
status: needs-owner
priority: medium

**What does this pull request do? Explain your changes. (required)** The previous implementation used the default Docker runtime. This change adds support for specifying a different runtime—for example, `kata`—to improve...

go
AI