Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
a5f2ed4
feat: rewards v2.2 (#1659)
0xrajath Nov 19, 2025
a55c561
chore: updated bindings for Rewards
0xrajath Dec 16, 2025
d2a252a
chore: forge fmt
0xrajath Dec 16, 2025
9a77bfb
feat(incentives): add interface (#1678)
0xClandestine Dec 17, 2025
398cd49
feat(incentives): add implementation (#1681)
0xClandestine Jan 9, 2026
051a5b9
feat(incentives): add protocol fee (#1691)
0xClandestine Jan 12, 2026
d040988
feat(incentives): add deploy scripts (#1699)
0xClandestine Jan 21, 2026
ee17598
fix: internal review changes (#1703)
0xClandestine Jan 21, 2026
4287d2f
feat: add EigenDA rewards submission type (#1705)
0xClandestine Jan 22, 2026
fa5e324
test(incentive-council): improve E2E tests (#1709)
0xClandestine Jan 28, 2026
cc4bd0e
refactor(incentive-council): audit changes (#1711)
0xClandestine Feb 2, 2026
b1ac4bb
feat: duration vaults (#1671)
eigenmikem Jan 5, 2026
fc3d6ff
refactor: deallocation try catch to call (#1696)
eigenmikem Jan 12, 2026
c31e54c
docs: duration vaults documentation (#1692)
elhajin Jan 12, 2026
98bf24d
feat: arbitrator for early withdrawals (#1700)
eigenmikem Jan 14, 2026
425aa72
chore: operatoravssplit to 0 (#1701)
eigenmikem Jan 14, 2026
b53fa14
fix: audit fixes (#1708)
eigenmikem Feb 5, 2026
cdf7b3b
refactor: merge deploy scripts (#1729)
eigenmikem Feb 18, 2026
1a25c27
refactor(incentive-council): improve deploy scripts (#1718)
0xClandestine Feb 23, 2026
26ad153
Merge branch 'main' into release-dev/duration-vaults
eigenmikem Feb 23, 2026
472b033
chore: bindings (#1733)
0xClandestine Feb 23, 2026
9d03c6e
Merge remote-tracking branch 'origin/main' into release-dev/incentive…
0xClandestine Feb 23, 2026
34741bc
chore: merge fixes
0xClandestine Feb 23, 2026
47e0ef4
Merge remote-tracking branch 'origin/release-dev/duration-vaults' int…
eigenmikem Feb 25, 2026
cf9b3ce
refactor: merge duration vault and incentive council deploy scripts i…
eigenmikem Feb 25, 2026
49b298b
chore: fmt deploy scripts
eigenmikem Feb 25, 2026
3929e19
chore: bindings
eigenmikem Feb 25, 2026
da45e65
chore: fix deploy ordering:
eigenmikem Feb 25, 2026
35d9b11
fix: rewardsCoordinator paused status (#1735)
elhajin Feb 27, 2026
40634b3
Merge branch 'main' into release-dev/incentive-council
eigenmikem Mar 2, 2026
486d005
Merge branch 'main' into release-dev/incentive-council
0xClandestine Mar 5, 2026
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 .github/workflows/validate-deployment-scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
test:
runs-on: protocol-x64-16core
strategy:
fail-fast: true
fail-fast: false
matrix:
env: [mainnet, testnet-sepolia, testnet-hoodi, testnet-base-sepolia, base, preprod-hoodi]

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ artifacts
#Foundry files
out
cache
snapshots

*.DS_Store

Expand Down
Loading