-
Notifications
You must be signed in to change notification settings - Fork 92
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
test: rewards v2 txs #339
Closed
Closed
test: rewards v2 txs #339
Conversation
This file contains 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
* feat: ejector * improvments - trailing window - try/catch ejection * percentage * fix * nits * feat: non signing metric helpers - adds operatorId on reg and dereg events - adds function to OperatorStateRetriever to get bitmaps for a set of operators at a timestamp * fix: conflict * refactor: ejection * fix: stake recording * test: unit * style: natspec * fix: totalEjected > totalEjectable nit: else
* Use uint32 for number of ejected operators * fix test
* feat: service manager payments * test: unit tests * feat: refactor serviceManager interfaces * chore: requested changes
* feat: batch operator id conversions * docs: natspec
* fix: vm assume too many rejections * fix: typo
* feat: rereg delay * test: fix tests * chore: natspec * test: unit * fix: grief * refactor: ejection manager * fix: units * fix: name nit * docs: ejector dev tag
* feat: add ecdsa service manager * feat: split up signature checking from stake regsitry * feat(wip): add external calls to stake registry from signature checker * test: setup signature checker unit tests * feat: add ui related function implementations * chore: remove separating signature checker for now * chore: remove unused test file * docs: add natspec and inherit doc for clarity * docs: add more natspec documentation * refactor: update logic to internal functions that are internal and virtual * docs: add more documentation to the internal functions * chore: update external functions to also be overrideable
#251) * fix: init function for staleStakesForbidden in BLSSignatureChecker * chore: formatting use forge fmt * chore: remove initialiable
* chore: update license adds an Additional Use Grant and updates the change dates of the repository * chore: formatting. add line breaks for consistency
* feat: add operator key rotation * test: update existing tests to account for signing key * fix: frontrunning with different signing key * test: verify the checkpoint logic for the signing keys * feat: improve event for signing key update * chore: clean up test function names and order functions * fix: storage layout gap * feat: prevent signing at current block * test: add two more test cases for RBN * fix: typo in function signature * chore: remove unnecessary test contract * fix: typo for invalid quorum * fix: invalidQuorum -> validQuorum for NotOwner test
* feat: payment initiator integration - creating ServiceManagerBaseStorage - adding paymentInitiator storage var to ServiceManagerBase - adding ability for owner to change paymentInitiator - formatting based on forge fmt for contracts modified * fix: typos * fix: remediations - removing erroneous gap from `ServiceManagerBase` - typo 50 to 49 - making inheritance backward compatible
…269) * fix: deprecated struct field for earning receiver * perf: move modifier logic to internal function
* fix: deprecated struct field for earning receiver * perf: move modifier logic to internal function
…#266) * fix: deprecated struct field for earning receiver * refactor: require statements to internal functions * test: update revert reason strings
updated inheritance to allow the EigenDAServiceManager to maintain its current storage layout
* feat: reward initiator for ECDSAServiceManagerBase * fix: update gap * feat: changes to onlyRewardsInitiator modifier * fix: error code
* fix: add unit tests for ECDSAServiceManager and fix index in getOperatorRestakableStrategies * chore: formatter * chore: formatter
* chore: update to latest eigenlayer-contracts dev * fix: update mocks * fix: increase gas limit
* build: update core submodule to new release * fix: flakey tests from pepe upgrade
Co-authored-by: steven <[email protected]>
* feat: onchain socket moves sockets onchain to SM * feat: socket registry - move storage to new registry - leave event in RegCoord - trim bytecode from error strings * fix: internal function internal function to update socket
…ic-incentives (#314) * chore: bump core dep * fix: intefface changes from dependency bump * test: vm.skip stale stake case
* feat: ejection stake capping * fix: behavior
* chore: bump up eigenlayer contracts dependency * feat: createAVSPerformanceRewardsSubmission in AVSServiceManager * feat: setClaimerFor * feat: updated IServiceManager * fix: onlyOwner for setClaimerFor * refactor: commission to split terminology * test: not owner * test: erc20 not approved * test: single submission * test: multiple submissions * test: setClaimer * chore: updated events * chore: updated submodules
* fix: ejector * fix: ejector * fix: nit * fix: for real this time * test: fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.