Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / Layr-Labs/sidecar issues and pull requests

#119 - Add snapshot section to readme

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#118 - feat: scripts to generate boot snapshots for testnet/preprod

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#117 - feat: utilize split in existing rewards calculation

Pull Request - State: open - Opened by 0xrajath 3 months ago
Labels: enhancement

#116 - bug: fix setting tx hash and log index on submitted distribution roots

Pull Request - State: open - Opened by seanmcgary 3 months ago
Labels: bug

#115 - Update contracts and ABIs for preprod and testnet

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#113 - Remove unused tables

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#112 - feat: Rewards v2 state models

Pull Request - State: closed - Opened by 0xrajath 3 months ago
Labels: enhancement

#111 - Runtime improvements

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#110 - Fix release and helm chart syntax

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#109 - Publish helm chart to S3 bucket

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#108 - Add basic helm chart

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#107 - Add constraints to state models to reflect SlotID uniqueness

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#106 - release: Rewards v2

Pull Request - State: open - Opened by seanmcgary 3 months ago
Labels: enhancement

#105 - Allow setting of a custom schema for the sidecar

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#104 - Update SlotId to be more unique

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#103 - Add automated release creation

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#102 - Embed version into build

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#101 - Get latest safe block when polling for new blocks

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#100 - Add more logging around ethereum client calls

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#99 - Update state root generation

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#98 - Handle disabled roots

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#97 - Log how long it takes to calculate rewards

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#96 - Cut down on verbose logs

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#95 - Add additional integration testing

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#94 - Add additional thread safety for parallel batch calls

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#93 - Handle failed/reverted transactions

Issue - State: open - Opened by seanmcgary 3 months ago

#92 - Simplification and refactoring

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#91 - OperatorRestakedStrategies improvements

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#90 - Dont return an error if rewards have already been calculated

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#89 - Add ability to batch fetch blocks when backfill processing

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#87 - Refactor stakerShares EigenState model

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#86 - Handle cases where a state change can be nil

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#85 - Implement rewards APIs

Pull Request - State: open - Opened by seanmcgary 3 months ago

#84 - Add index on block_number for submitted_distribution_roots

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#83 - Validate distribution roots as they appear on chain

Pull Request - State: closed - Opened by seanmcgary 3 months ago

#82 - Modify multicall to gracefully handle errors

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#81 - Remove unnecessary data duplication

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#80 - Add missing block fk constraints

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#79 - Fix staker shares delta insert for M1/M2 migration

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#78 - Add docker-compose file

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#77 - Add some optional debugging and increase batch size

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#76 - Check if ethereum node is up to date before syncing

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#75 - Seed database with mainnet contracts

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#74 - Add RPC to trigger rewards generation for snapshot

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#73 - Improvements to backfill syncing and polling for new blocks

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#71 - Adding readme instructions for postgres setup

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#70 - Move public modules into /pkg

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#69 - Replace sqlite with PostgreSQL

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#68 - Gpsanant/slashing events

Pull Request - State: open - Opened by gpsanant 4 months ago

#67 - Insert from query rather than query to Go then insert

Issue - State: closed - Opened by seanmcgary 4 months ago
Labels: enhancement, performance

#66 - feat: handle slashing withdrawals

Pull Request - State: open - Opened by gpsanant 4 months ago

#65 - WIP: add withdrawals

Pull Request - State: closed - Opened by gpsanant 4 months ago

#64 - feat: move merklization to base

Pull Request - State: closed - Opened by gpsanant 4 months ago

#63 - feat: move HandleStateChange to base

Pull Request - State: closed - Opened by gpsanant 4 months ago - 1 comment

#62 - renaming

Pull Request - State: closed - Opened by gpsanant 4 months ago

#61 - fix: simplify structs

Pull Request - State: closed - Opened by gpsanant 4 months ago

#60 - feat: abstract eigenStateModel

Pull Request - State: closed - Opened by gpsanant 4 months ago

#59 - WIP - Rewards validation

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#58 - Track earner claimed balances for easy API access

Issue - State: open - Opened by seanmcgary 4 months ago
Labels: enhancement

#57 - Add support for Programmatic Incentives

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#56 - Move protos to sidecar-apis module

Pull Request - State: closed - Opened by seanmcgary 4 months ago

#55 - Rewards calculation

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#54 - Migrate `multicall` to jbrower95/multicall-go

Pull Request - State: closed - Opened by jbrower95 5 months ago

#53 - feat: implement cli argument parsing

Pull Request - State: closed - Opened by jac18281828 5 months ago

#52 - Create LICENSE

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#51 - chore: reduce build artifact to 117Mb

Pull Request - State: closed - Opened by jac18281828 5 months ago
Labels: enhancement

#50 - Add support for new `RewardsSubmissionForAllEarnersCreated` event

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#49 - Use alpine to reduce container size from 3GB to 43MB

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#48 - lint and check, cleanup idiomatic go issues

Pull Request - State: closed - Opened by jac18281828 5 months ago

#47 - Merkleization refactoring

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#46 - Fix missing container ca-certificates

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#45 - All numeric columns need to be text to avoid potential truncation

Pull Request - State: closed - Opened by seanmcgary 5 months ago
Labels: bug

#44 - Fix query that was returning empty string

Pull Request - State: closed - Opened by seanmcgary 5 months ago
Labels: bug

#43 - WIP: Calculate rewards

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#42 - Add rewards RPC proto and remove unused protos

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#41 - Deploy swagger documentation to github pages

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: documentation, chore

#40 - Add generated swagger file

Pull Request - State: closed - Opened by seanmcgary 5 months ago
Labels: chore

#39 - Add OpenApi doc generation to buf

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: documentation, chore

#38 - Automatically validate a DistributionRoot when consumed as an event

Issue - State: open - Opened by seanmcgary 5 months ago
Labels: enhancement

#36 - Add basic CLI functionality

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#35 - Add proper CLI interface to improve user experience for running the sidecar

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#34 - Adding support for indexing operator restaked strategies

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#33 - Move modules that could be public into /pkg from /internal

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: chore

#32 - Remove IsNegative flag on OperatorShares model

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#31 - Ensure that all model merkle trees are built from sorted data

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#29 - Add support for all reward submission types

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#28 - Add SubmittedDistributionRoots to the stateroot

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#27 - Refactor OperatorShares to remove IsNegative flag

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: refactor

#26 - Add state model: RewardsForAll

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#25 - Add state model: RewardSubmissions

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#24 - Create generic function to DRY up parsing log output data

Issue - State: open - Opened by seanmcgary 5 months ago
Labels: enhancement, chore

#23 - Capture rewards events as part of the stateroot

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#22 - Adding support for StakerShares M1/M2 migration

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#21 - Handle potentially corrupt data after bad shutdown

Pull Request - State: closed - Opened by seanmcgary 5 months ago

#20 - Restaked strategies indexing from RPC calls

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement

#19 - Integrity check on startup

Issue - State: closed - Opened by seanmcgary 5 months ago
Labels: enhancement