-
Notifications
You must be signed in to change notification settings - Fork 64
feat(signer): add ECDSA proxy keys #87
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
02acf38
refactor(signer)!: generalize for other signature schemes than BLS
David-Petrov a7c76df
feat(signer)!: add support for ECDSA proxy keys
David-Petrov 5530567
Merge branch 'main' into feat/ecdsa-proxy-keys
David-Petrov a5450b6
chore(clippy): infallible instead of fallible conversions
David-Petrov a9ff828
chore(signer): resolve TODOs
David-Petrov 4e96742
refactor(signer)!: move around
David-Petrov 4b283e2
chore(signer)!: rename associated type and type alias
David-Petrov 9d70712
choer(signer): rename client `Signature` type
David-Petrov 287da33
refactor(signer)!: remove default type parameter in `Signer`
David-Petrov 431f189
chore(clippy): remove unnecessary nested reference
David-Petrov 8041e0f
chore: remove commented code
David-Petrov 23437a2
refactor(signer/ecdsa): derive unnecessary trait impls
David-Petrov 9078e25
style: remove unnecessary constraint duplication
David-Petrov 377aa78
refactor(signer)!: rename module `signers` to `signer` and constrain …
David-Petrov b83841e
refactor(loader): unify `ConsensusSigner` type alias usage
David-Petrov 7e1bf44
chore!: remove forgotten debug
David-Petrov eba97b0
refactor(signer)!: [WIP] simplify proxy keys
David-Petrov ad6d373
refactor(signer)!: separate BLS and ECDSA types in client SDK
David-Petrov fede09c
chore(signer)!: reformat & clean up
David-Petrov 68fce43
refactor(signer/manager): remove enum `GenericProxySigner`
David-Petrov a7d53a1
refactor(signer)!: make `SignedProxyDelegation` generic in the public…
David-Petrov 780299e
refactor(signer/request): make `SignProxyRequest` generic in the publ…
David-Petrov 7ddcd3a
refactor(signer/manager)!: split generic `get_delegation` into two se…
David-Petrov b8f228b
refactor(signer/client): remove unnecessary `Vec<u8>` deserialization
David-Petrov 635f620
feat(signer): add tests for ECDSA proxies
David-Petrov dd864ec
refactor(signer/api)!: proper struct serde
David-Petrov b3286d5
refactor(signer): remove unnecessary module
David-Petrov 7dedbcf
refactor(signer)!: remove `GenericPubkey`
David-Petrov f075db9
refactor(signer/request): move `GetPubkeysResponse`
David-Petrov 9c4f412
refactor(signer): reduce code duplication around `SignRequest`
David-Petrov 4e652d9
style/refactor(signer): reduce method size
David-Petrov 9907059
refactor(deps)!: revert version updates
David-Petrov 0ff2091
chore(deps)!: remove unused deps
David-Petrov dea0b0c
chore(signer): add TODO for `BlsPublicKey` wrapper
David-Petrov 5fc50ae
refactor(signer)!: re-export request types properly from prelude
David-Petrov 0bcd2d7
feat(signer/api): update api docs
David-Petrov f103c8d
refactor(signer/client): re-export bls types and rename methods for c…
David-Petrov da550d3
chore(docs): update md files in book
David-Petrov 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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.