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

rewards + sdk update #9

Open
wants to merge 48 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
157721d
update submodule to 0.2.1
Oct 22, 2024
83d329c
use latest sdk
Oct 22, 2024
1548335
remove state dump, add eigenlayer-contracts submodule v0.4.3-mainnet-…
Oct 23, 2024
20db56d
scripts WIP
Oct 24, 2024
edc1c89
scripts working
Oct 28, 2024
f7f984e
makefile update, some cilppy
Oct 28, 2024
b551f89
chore: update integration tests deps
Oct 28, 2024
baa9093
Merge branch 'master' into nova/rewards
supernovahs Oct 28, 2024
daf49de
Merge branch 'master' into nova/rewards
supernovahs Oct 28, 2024
376d407
exclude incredible-binding crate in ci
Oct 28, 2024
ad4b48a
exclude incredible-binding in cargo check ci
Oct 28, 2024
f2c23aa
ignore clippy in bindings crate
Oct 28, 2024
b9c2ee2
fmt
Oct 29, 2024
483e9a3
install forge in ci
Oct 29, 2024
d1adb96
add docker anvil in ci, comment the failing test for now
Oct 29, 2024
6701f30
fix:enter correct directory in ci
Oct 29, 2024
a8291bc
port the rewards scripts and tests from hello world, use foundry-tool…
Oct 30, 2024
d6233ac
nudge ci
Oct 30, 2024
4bdeb20
fix : payment script revert, todo: write correct reward params
Nov 5, 2024
f977ab5
payment script working
Nov 7, 2024
d292325
add payment script in make file
Nov 7, 2024
8bf7c3a
cleanup
Nov 7, 2024
10080cd
remove eigenlayer-contracts from gitmodules
Nov 7, 2024
f2ecb46
use get_signer, fmt
Nov 7, 2024
f90fe9b
readme update
Nov 7, 2024
678246e
remapping
Nov 7, 2024
87263e1
remove foundry toolchain ,install foundry using cargo
Nov 7, 2024
21ae560
fix: yml
Nov 7, 2024
94ea2a1
modify contract path in sh file, dd back toolchain for foundry
Nov 7, 2024
6cbf25d
update deploy-eigenlayer.sh
Nov 8, 2024
59b3c37
update rev
Nov 8, 2024
54b909e
fix: submodule in ci, update readme
Nov 8, 2024
0fc28ca
add submodules in yml
Nov 8, 2024
bd11394
update middleware
Nov 8, 2024
d1c3365
middleware update
Nov 8, 2024
33f4857
add forge-std
Nov 8, 2024
e4815ae
testing ci
Nov 8, 2024
5874cf7
update rev
Nov 8, 2024
9daeea4
checking
Nov 8, 2024
63e3a7d
update middleware
Nov 8, 2024
bddf5d3
cd into contracts
Nov 8, 2024
d415df7
update .sh
Nov 8, 2024
adae44b
cd into contracts only once
Nov 8, 2024
a8668e4
hit and trial
Nov 8, 2024
690cd6c
fix: eigenlayer.sh script
Nov 8, 2024
2a09850
vv
Nov 8, 2024
dcaa408
add submodule in ci
Nov 8, 2024
59b16d3
env in ci
Nov 8, 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
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
[submodule "contracts/lib/eigenlayer-middleware.git"]
path = contracts/lib/eigenlayer-middleware.git
url = https://github.com/Layr-Labs/eigenlayer-middleware.git
[submodule "contracts/lib/eigenlayer-contracts"]
supernovahs marked this conversation as resolved.
Show resolved Hide resolved
path = contracts/lib/eigenlayer-contracts
url = https://github.com/layr-labs/eigenlayer-contracts
Loading