Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Rewards v2 batch claiming support #241

Merged
merged 25 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
9d65637
feat: Rewards v2 batch claiming support
gpabst Nov 13, 2024
dbe1299
fix: update parameter name to batch-claim-file
gpabst Nov 15, 2024
abd0903
fix: remove duplicated code now that its not a separate command
gpabst Nov 15, 2024
d31dcfb
fix: remove dupe error check
gpabst Nov 15, 2024
f412523
fix: context should always be first argument
gpabst Nov 15, 2024
4f87cf8
fix: more descriptive name for claim helper
gpabst Nov 15, 2024
fe217d6
fix: include earner address in claim proof logs
gpabst Nov 15, 2024
ed9e526
chore: use updated eigensdk
gpabst Nov 25, 2024
74bcf53
chore: go fmt
gpabst Nov 25, 2024
ab89bb0
feat: claim all claimable tokens if token addresses is empty
gpabst Nov 25, 2024
c244b30
refactor: create broadcastClaims
gpabst Nov 27, 2024
5bda722
refactor: calculate rootIndex and proofData once
gpabst Nov 27, 2024
5d524f0
fix: move append after error check
gpabst Nov 27, 2024
acc0c8a
fix: make this log a warning
gpabst Nov 27, 2024
fce57b5
fix: pass in logger and context
gpabst Nov 27, 2024
bcbbc9e
fix: add newline
gpabst Nov 27, 2024
c5ec192
feat: initial support for outputing batch claim data
gpabst Nov 27, 2024
53ed596
fix: len > 1 not 0
gpabst Dec 3, 2024
2c2a3bf
chore: reduce dereferences
gpabst Dec 3, 2024
50fa8c3
chore: make BatchClaim private
gpabst Dec 3, 2024
2bb9f59
refactor: remove unused params
gpabst Dec 3, 2024
4b39263
fix: newline
gpabst Dec 3, 2024
39e47b8
fix: remove error log
gpabst Dec 3, 2024
4d4c8fe
fix: len > 1
gpabst Dec 3, 2024
8d85fed
fix: handle case with 0 claims
gpabst Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/Layr-Labs/eigenlayer-contracts v0.3.2-mainnet-rewards
github.com/Layr-Labs/eigenlayer-rewards-proofs v0.2.12
github.com/Layr-Labs/eigenpod-proofs-generation v0.0.14-stable.0.20240730152248-5c11a259293e
github.com/Layr-Labs/eigensdk-go v0.1.13-0.20241023200243-565bb4438918
github.com/Layr-Labs/eigensdk-go v0.1.14-0.20241121204729-7d2cd162ffe8
github.com/blang/semver/v4 v4.0.0
github.com/consensys/gnark-crypto v0.12.1
github.com/ethereum/go-ethereum v1.14.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/Layr-Labs/eigenpod-proofs-generation v0.0.14-stable.0.20240730152248-
github.com/Layr-Labs/eigenpod-proofs-generation v0.0.14-stable.0.20240730152248-5c11a259293e/go.mod h1:T7tYN8bTdca2pkMnz9G2+ZwXYWw5gWqQUIu4KLgC/vM=
github.com/Layr-Labs/eigensdk-go v0.1.13-0.20241023200243-565bb4438918 h1:Itl141PoMFzq58ZTo4Nu/CyH+x8f4BH6OmBNhZ6Z2/I=
github.com/Layr-Labs/eigensdk-go v0.1.13-0.20241023200243-565bb4438918/go.mod h1:aYdNURUhaqeYOS+Cq12TfSdPbjFfiLaHkxPdR4Exq/s=
github.com/Layr-Labs/eigensdk-go v0.1.14-0.20241121204729-7d2cd162ffe8 h1:6wuVq+Elto+yF7bQ3QYqD2psxGXR3wcJh2koNcUjIQM=
github.com/Layr-Labs/eigensdk-go v0.1.14-0.20241121204729-7d2cd162ffe8/go.mod h1:aYdNURUhaqeYOS+Cq12TfSdPbjFfiLaHkxPdR4Exq/s=
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
github.com/Microsoft/hcsshim v0.11.4 h1:68vKo2VN8DE9AdN4tnkWnmdhqdbpUFM8OF3Airm7fz8=
Expand Down
7 changes: 7 additions & 0 deletions pkg/internal/common/flags/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,11 @@ var (
EnvVars: []string{"EXPIRY"},
Value: 3600,
}

BatchClaimFile = cli.StringFlag{
Name: "batch-claim-file",
Aliases: []string{"bcf"},
Usage: "Input file for batch rewards claim",
EnvVars: []string{"BATCH_CLAIM_FILE"},
}
)
Loading
Loading