Skip to content

Feat: generate parameters for checkSignatures by referencing OperatorStateRetriever on-chain #455

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
wants to merge 34 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
d4fff29
feat: getNonSignerStakesAndSignature
rubydusa Mar 11, 2025
f1186b6
chore: add BN256G2
rubydusa Mar 11, 2025
55ef0ed
refactor: BN256G2 ^0.4.24 -> ^0.8.27
rubydusa Mar 11, 2025
595b824
fix: compute g2 apk
rubydusa Mar 11, 2025
b322318
test: inital test of getNonSignerStakesAndSignature
hudsonhrh Mar 14, 2025
d050b75
test: getNonSignerStakesAndSignature tests now use real G2 points
hudsonhrh Mar 14, 2025
cd0de93
test: added tests for diffferent revert scenariois
hudsonhrh Mar 14, 2025
89aac24
fix: _makeG2Point comments
rubydusa Mar 15, 2025
f65636d
chore: use G2 coordinates from BN254
rubydusa Mar 15, 2025
1bb0c3f
fix: compute quorum APKs by timestamp
rubydusa Mar 15, 2025
22b355a
refactor: safe gaurd against invalid sigmas
rubydusa Mar 15, 2025
22810cd
test: getNonSignerStakesAndSignature changing Quorum set
rubydusa Mar 15, 2025
973e278
fix: convert blockNumber to uint32
rubydusa Mar 15, 2025
2d7c073
chore: clarify operatorIds -> signingOperatorIds
rubydusa Mar 17, 2025
f310f09
Merge branch 'latest-dev' into on-chain-check-signatures
rubydusa Mar 18, 2025
76ffef7
chore: delete non-sensical no signers test
rubydusa Mar 18, 2025
e758ffa
chore: add natspec to new functions in OperatorStateRetriever
rubydusa Mar 26, 2025
021d32c
docs: fix capitalization of comments and natspec for getNonSignerStak…
bagelface Mar 27, 2025
a294309
revert comment changes
hudsonhrh Mar 27, 2025
e0bd81f
Update isOnCurve function as pure
Mar 30, 2025
c3e1ba1
docs: fix "getNonSignerStakesAndSignature" natspec comment
diterra-code Mar 30, 2025
4f6b395
fix: formatting
cathschmidt Apr 2, 2025
beffb0b
fix: clean up
Astodialo Apr 5, 2025
59a4b02
Merge branch 'dev' of https://github.com/Layr-Labs/eigenlayer-middlew…
rubydusa Apr 6, 2025
463166c
fix: type in `_computeG1APK` natspec
rubydusa Apr 6, 2025
0530e77
fix: incorrect curve equation in doc comment
rubydusa Apr 6, 2025
2899e89
fix: typo
rubydusa Apr 9, 2025
235a7d1
chore: add comment on g2 apk loop
rubydusa Apr 9, 2025
b07ad3a
Merge branch 'dev' into on-chain-check-signatures
RonTuretzky Apr 9, 2025
ff9b6b9
chore: explain `InvalidSigma()`
rubydusa Apr 10, 2025
dd8aaff
chore: add @dev comment about sigma
rubydusa Apr 10, 2025
1e57364
fix: check for correctness of indices and pubkeys in tests
rubydusa Apr 10, 2025
32c57d9
chore: forge fmt for CI
rubydusa Apr 10, 2025
3cf04f3
refactor: moving lib
RonTuretzky Apr 22, 2025
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
Loading
Loading