-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[CHIA-434] Add translation layer for blind signing #16993
Merged
Merged
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
Quexington
added
the
Added
Required label for PR that categorizes merge commit message as "Added" for changelog
label
Dec 4, 2023
Quexington
changed the base branch from
quex.signer_protocol
to
quex.observer_mode
December 5, 2023 18:53
Quexington
force-pushed
the
quex.transport_layer
branch
from
December 7, 2023 21:20
4023425
to
439434b
Compare
Quexington
force-pushed
the
quex.transport_layer
branch
from
December 11, 2023 18:00
68d5d87
to
c2e6fc1
Compare
Quexington
force-pushed
the
quex.transport_layer
branch
2 times, most recently
from
December 15, 2023 18:49
cf4301b
to
9c3ed45
Compare
github-actions
bot
added
coverage-diff
merge_conflict
Branch has conflicts that prevent merge to main
and removed
coverage-diff
labels
Dec 18, 2023
Quexington
force-pushed
the
quex.transport_layer
branch
from
December 19, 2023 17:47
2c593e7
to
1b4c621
Compare
github-actions
bot
removed
the
merge_conflict
Branch has conflicts that prevent merge to main
label
Dec 19, 2023
github-actions
bot
added
merge_conflict
Branch has conflicts that prevent merge to main
labels
Jan 4, 2024
github-actions
bot
removed
the
merge_conflict
Branch has conflicts that prevent merge to main
label
Jan 4, 2024
github-actions
bot
added
the
merge_conflict
Branch has conflicts that prevent merge to main
label
Jan 24, 2024
Quexington
force-pushed
the
quex.transport_layer
branch
from
January 24, 2024 20:02
11a8a2d
to
5e4286a
Compare
github-actions
bot
added
the
stale-pr
Flagged as stale and in need of manual review
label
May 11, 2024
Quexington
changed the title
Add translation layer for blind signing
[CHIA-434] Add translation layer for blind signing
May 14, 2024
github-actions
bot
added
the
merge_conflict
Branch has conflicts that prevent merge to main
label
May 22, 2024
github-actions
bot
removed
the
merge_conflict
Branch has conflicts that prevent merge to main
label
May 23, 2024
Quexington
force-pushed
the
quex.execute_signing_instructions_rpc
branch
from
May 28, 2024 21:15
c2c4a04
to
efb39bf
Compare
Base automatically changed from
quex.execute_signing_instructions_rpc
to
long_lived/vault
June 3, 2024 21:30
|
geoffwalmsley
approved these changes
Jun 4, 2024
wjblanke
approved these changes
Jun 5, 2024
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.
aok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Added
Required label for PR that categorizes merge commit message as "Added" for changelog
coverage-diff
vault
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.
This PR introduces a new
TranslationLayer
concept to the@clvm_streamable
library enabling reconstruction from CHIP-27 APIs into more specific responses for different types of clients. CHIP-28 is one such chip and support for it is enable as well.