Skip to content

Tags: livepeer/subgraph

Tags

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor: rename broadcaster day fields with deprecated aliases (#218)

Rename firstActiveDay/lastActiveDay to firstFundedDay/lastFundedDay for
clarity, while keeping the original fields as @deprecated to avoid
breaking existing queries.

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: compare poll endBlock against L1 block number instead of L2 on A…

…rbitrum (#213)

Poll tally handlers compared poll.endBlock (L1 scale, ~24M) against
event.block.number (L2 scale, ~437M), causing the "poll ended" check
to always pass. This prevented voteStake from updating after the
initial vote, so stake changes (rewards, bonding, unbonding) during
an active poll were never reflected in the tally.

Replace event.block.number with getBlockNum() (which calls
roundsManager.blockNum() and returns the L1 block number on Arbitrum)
so both sides of the comparison are on the same scale.

Co-authored-by: Claude Opus 4.6 <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: remove yarn forward indicator (#197)

Remove argument forwarding indicator as it is no longer needed by yarn
v1.

v1.2.0

Toggle v1.2.0's commit message
update subgraph version

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
0xcadams Chase Adams
chore: bump subgraph

v1.0.0

Toggle v1.0.0's commit message
chore(release): publish v1.0.0