-
Notifications
You must be signed in to change notification settings - Fork 31
AVS Rewards #24
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
Open
adiwajshing
wants to merge
27
commits into
main
Choose a base branch
from
avs-rewards
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
AVS Rewards #24
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
742c262
feat: update submodules
adiwajshing 8f42137
feat: deploy eigen-core working
adiwajshing 0cbf910
feat: deploy reclaim working
adiwajshing e68fabe
feat: run chain w docker
adiwajshing 71f596e
feat: functional avs w new updates
adiwajshing 658eee4
Merge branch 'main' into avs-rewards
adiwajshing ebb34d8
feat: take fee for claim creation
adiwajshing 9eb92e1
feat: reward distribution init
adiwajshing 1c0c490
test: distribution of rewards
adiwajshing 723df82
test: resolve issues
adiwajshing 3635241
chore: add payments json to gitignore
adiwajshing 3454c58
fix: setting minFee
adiwajshing 6a0a5f7
fix: ignore
adiwajshing b8d5d82
refactor: use owner instead of admins
adiwajshing 0ea893b
chore: remove eigen core
adiwajshing d067439
chore: update eigen contracts
adiwajshing a4862cd
feat: deployable eigen core
adiwajshing 58286b8
refactor: reclaim task manager
adiwajshing 183fe15
feat: operator set deployment
adiwajshing f057a72
wip: registration of operator
adiwajshing e78657a
chore: add test operator metadata
adiwajshing 7dee830
wip: register operator
adiwajshing c7ddf6e
wip: contracts update
adiwajshing afeeaac
chore: remove redundant files
adiwajshing 9487d87
tmp: rm middleware
adiwajshing 8f658eb
wip: update eigen
adiwajshing e0418e4
feat: deployable reclaim contracts
adiwajshing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,5 @@ ngrok.yml | |
src/test.ts | ||
.env.* | ||
.cache | ||
envs | ||
envs | ||
avs/contracts/mockData/payments.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
[submodule "avs/contracts/lib/forge-std"] | ||
path = avs/contracts/lib/forge-std | ||
url = https://github.com/foundry-rs/forge-std | ||
branch = v1.8.2 | ||
[submodule "avs/contracts/lib/openzeppelin-contracts"] | ||
path = avs/contracts/lib/openzeppelin-contracts | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
branch = v4.7.3 | ||
[submodule "avs/contracts/lib/eigenlayer-middleware"] | ||
path = avs/contracts/lib/eigenlayer-middleware | ||
url = https://github.com/layr-Labs/eigenlayer-middleware | ||
branch = v0.2.0-rc1-holesky-preprod-payments |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "lib/openzeppelin-contracts-upgradeable"] | ||
path = lib/openzeppelin-contracts-upgradeable | ||
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule eigenlayer-middleware
updated
214 files
Submodule forge-std
updated
47 files
Empty file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"num_quorums": 1, | ||
"operator_params": [10000,15000,100], | ||
"operator_addr": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266", | ||
"operator_2_addr":"0x0b065a0423f076a340f37e16e1ce22e23d66caf2", | ||
"contracts_registry_addr": "0x5FbDB2315678afecb367f032d93F642f64180aa3", | ||
"task_generator_addr": "0x70997970C51812dc3A010C7d01b50e0d17dc79C8", | ||
"aggregator_addr":"0xa0Ee7A142d267C1f36714E4a8F75612F20a79720", | ||
"rewards_owner_addr": "0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f", | ||
"rewards_initiator_addr": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720", | ||
"rewards_owner_key": "0xdbda1821b80551c9d65939329250298aa3472ba22feea921c0cf5d620ea67b97", | ||
"rewards_initiator_key": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6" | ||
} | ||
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Critical security concern: Plaintext private keys in configuration file
This configuration file contains private keys in plaintext (lines 11-12), which presents a significant security risk if committed to version control.
Never store private keys in configuration files that might be committed to a repository. Instead:
Also consider adding documentation comments explaining what each parameter represents, particularly the meaning of the numeric values in
operator_params
.🤖 Prompt for AI Agents