feat: isolate Solana wallet authorization signing - #38
Merged
Conversation
This was referenced Jul 22, 2026
TFT444
force-pushed
the
feature/32-autonomous-attack-runner
branch
from
July 23, 2026 00:22
d85fb61 to
c22fe2e
Compare
TFT444
force-pushed
the
feature/33-isolated-solana-wallet-signer
branch
from
July 23, 2026 00:22
f7db88e to
0b00a25
Compare
* feat: require RPC-confirmed devnet settlement evidence * feat: prove autonomous attack resistance end to end (#40)
TFT444
force-pushed
the
feature/33-isolated-solana-wallet-signer
branch
from
July 23, 2026 00:29
196ca37 to
43a03b5
Compare
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
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.
Closes #33
Summary
Security properties
Verification
Review structure
This stacked PR is based on
feature/32-autonomous-attack-runner/ PR #37. Review commitf7db88efor the focused #33 delta.The canonical transaction codec is explicitly an offline fixture. It cryptographically signs bytes but does not claim to create a Solana wire transaction or devnet settlement; that evidence belongs to #34.