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: align environments #794

Open
wants to merge 74 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 40 commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
30bae93
feat: add checker, improve configs, cleanup
MinisculeTarantula Oct 3, 2024
507c67d
chore: cleanup unused code
MinisculeTarantula Oct 3, 2024
ed871eb
feat: add zero delay timelock
wadealexc Oct 4, 2024
8123785
chore: update preprod configs and scripts
MinisculeTarantula Oct 4, 2024
1ec6286
chore: various config fixes + added a couple checks
MinisculeTarantula Oct 4, 2024
9e934c7
fix: correct mainnet config values
MinisculeTarantula Oct 4, 2024
8810573
feat: make script take argument so that env is just controlled by arg
MinisculeTarantula Oct 7, 2024
3f5441e
chore: renaming for consistency + to reduce duplication
MinisculeTarantula Oct 8, 2024
f67eb3c
chore: comment out latest action
MinisculeTarantula Oct 14, 2024
b750b70
chore: start scaffolding for protocol council
MinisculeTarantula Oct 16, 2024
621d8cd
chore: inconsequential tweaks to address compiler warnings
MinisculeTarantula Oct 17, 2024
e3967f1
feat: progress on Protocol Council rollout
MinisculeTarantula Oct 22, 2024
59de88d
feat: fix desired end-state and improve simulation
MinisculeTarantula Oct 23, 2024
33a7d25
feat: correct desired config + simulation, de-dupe code
MinisculeTarantula Nov 1, 2024
ab8f84b
chore: restore files necessary for re-enabling compilation
MinisculeTarantula Nov 1, 2024
fac10b9
chore: fix revert string
MinisculeTarantula Nov 4, 2024
08843df
refactor: require "name" to be populated for deployments (#872)
nadir-akhtar Nov 12, 2024
a418f04
fix: update license (#887)
A2Zrestaking Nov 13, 2024
d584468
chore: nits from PR + break out forking into a function
MinisculeTarantula Nov 13, 2024
dd9bc54
chore: update bindings (#890)
0xrajath Nov 14, 2024
e8398a1
chore: remove deploy from scratch files
MinisculeTarantula Nov 14, 2024
59a932c
feat: add checker, improve configs, cleanup
MinisculeTarantula Oct 3, 2024
d52e649
chore: cleanup unused code
MinisculeTarantula Oct 3, 2024
e91a0a7
feat: add zero delay timelock
wadealexc Oct 4, 2024
ca1f74d
chore: update preprod configs and scripts
MinisculeTarantula Oct 4, 2024
7b0c17a
chore: various config fixes + added a couple checks
MinisculeTarantula Oct 4, 2024
db639dd
fix: correct mainnet config values
MinisculeTarantula Oct 4, 2024
3acf78f
feat: make script take argument so that env is just controlled by arg
MinisculeTarantula Oct 7, 2024
5dee058
chore: renaming for consistency + to reduce duplication
MinisculeTarantula Oct 8, 2024
84028f4
chore: comment out latest action
MinisculeTarantula Oct 14, 2024
54f53e8
chore: start scaffolding for protocol council
MinisculeTarantula Oct 16, 2024
e4b6b8e
chore: inconsequential tweaks to address compiler warnings
MinisculeTarantula Oct 17, 2024
c45b8c0
feat: progress on Protocol Council rollout
MinisculeTarantula Oct 22, 2024
875b088
feat: fix desired end-state and improve simulation
MinisculeTarantula Oct 23, 2024
bdb5566
feat: correct desired config + simulation, de-dupe code
MinisculeTarantula Nov 1, 2024
0b4c33e
chore: restore files necessary for re-enabling compilation
MinisculeTarantula Nov 1, 2024
d87a9c2
chore: fix revert string
MinisculeTarantula Nov 4, 2024
0b04476
chore: nits from PR + break out forking into a function
MinisculeTarantula Nov 13, 2024
c85e500
chore: remove deploy from scratch files
MinisculeTarantula Nov 14, 2024
a7888b6
Merge branch 'feat-align-environments' of https://github.com/Layr-Lab…
MinisculeTarantula Nov 14, 2024
ac57bc1
feat: Rewards v2 (#837)
0xrajath Nov 14, 2024
72f9ba8
feat: add checker, improve configs, cleanup
MinisculeTarantula Oct 3, 2024
1810d9e
chore: cleanup unused code
MinisculeTarantula Oct 3, 2024
be7c3b4
feat: add zero delay timelock
wadealexc Oct 4, 2024
69a489f
chore: update preprod configs and scripts
MinisculeTarantula Oct 4, 2024
95c035f
chore: various config fixes + added a couple checks
MinisculeTarantula Oct 4, 2024
2aeed50
fix: correct mainnet config values
MinisculeTarantula Oct 4, 2024
d8acba1
feat: make script take argument so that env is just controlled by arg
MinisculeTarantula Oct 7, 2024
64638e3
chore: renaming for consistency + to reduce duplication
MinisculeTarantula Oct 8, 2024
b4bc012
chore: comment out latest action
MinisculeTarantula Oct 14, 2024
3b1c792
chore: start scaffolding for protocol council
MinisculeTarantula Oct 16, 2024
2e08db0
chore: inconsequential tweaks to address compiler warnings
MinisculeTarantula Oct 17, 2024
3c90075
feat: progress on Protocol Council rollout
MinisculeTarantula Oct 22, 2024
18a18da
feat: fix desired end-state and improve simulation
MinisculeTarantula Oct 23, 2024
cfddd80
feat: correct desired config + simulation, de-dupe code
MinisculeTarantula Nov 1, 2024
0255034
chore: restore files necessary for re-enabling compilation
MinisculeTarantula Nov 1, 2024
7f019e3
chore: fix revert string
MinisculeTarantula Nov 4, 2024
0b5af4b
chore: nits from PR + break out forking into a function
MinisculeTarantula Nov 13, 2024
391d85e
chore: remove deploy from scratch files
MinisculeTarantula Nov 14, 2024
eff94eb
feat: add checker, improve configs, cleanup
MinisculeTarantula Oct 3, 2024
a333bbe
chore: cleanup unused code
MinisculeTarantula Oct 3, 2024
6e44c23
chore: update preprod configs and scripts
MinisculeTarantula Oct 4, 2024
ddcf914
chore: various config fixes + added a couple checks
MinisculeTarantula Oct 4, 2024
420395f
fix: correct mainnet config values
MinisculeTarantula Oct 4, 2024
d5c1b82
feat: make script take argument so that env is just controlled by arg
MinisculeTarantula Oct 7, 2024
ffc4c77
chore: renaming for consistency + to reduce duplication
MinisculeTarantula Oct 8, 2024
9f8f7c2
chore: start scaffolding for protocol council
MinisculeTarantula Oct 16, 2024
91ce116
feat: progress on Protocol Council rollout
MinisculeTarantula Oct 22, 2024
b20f1c8
feat: fix desired end-state and improve simulation
MinisculeTarantula Oct 23, 2024
9d53060
feat: correct desired config + simulation, de-dupe code
MinisculeTarantula Nov 1, 2024
921a9db
chore: fix revert string
MinisculeTarantula Nov 4, 2024
19d5929
chore: remove deploy from scratch files
MinisculeTarantula Nov 14, 2024
1067527
chore: fix rebase artifacts
MinisculeTarantula Nov 14, 2024
caf821c
Merge branch 'feat-align-environments' of https://github.com/Layr-Lab…
MinisculeTarantula Nov 14, 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
22 changes: 21 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,27 @@ Licensor: Layr Labs, Inc.
Licensed Work: EigenLayer Core Contracts
The Licensed Work is (c) 2023 Layr Labs, Inc.

Additional Use Grant: None.
Additional Use Grant:

You may additionally use any of the software included in the following repositories
[here](https://docs.google.com/spreadsheets/d/1PlJRow5C0GMqXZlIxRm5CEnkhH-gMV1wIdq1pCfbZco/edit?usp=sharing)
(“Additional Use Grant Software”) for production commercial uses, but only if such
uses are (i) built on or using the EigenLayer Protocol or EigenDA, and (ii) not
Competing Uses.

“Competing Use” means any use of the Additional Use Grant Software in any product,
protocol, application or service that is made available to third parties and that
(i) substitutes for use of EigenLayer Protocol or EigenDA, (ii) offers the same or
substantially similar functionality as the EigenLayer Protocol or EigenDA or
(iii) is built on or using a protocol with substantially similar functionality as
the EigenLayer Protocol.

EigenLayer Protocol means the restaking protocol as further described in the
documentation [here](https://docs.eigenlayer.xyz/), as updated from time to time.

EigenDA means the data availability protocol built on top of the EigenLayer
Protocol as further described in the documentation
[here](https://docs.eigenlayer.xyz/eigenda/overview), as updated from time to time.

Change Dates:

Expand Down
2 changes: 1 addition & 1 deletion lib/zeus-templates
2 changes: 1 addition & 1 deletion pkg/bindings/AVSDirectory/binding.go

Large diffs are not rendered by default.

54 changes: 53 additions & 1 deletion pkg/bindings/AVSDirectoryStorage/binding.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading