Decompose multisig signer pubkeys for p-token#1018
Merged
automergerpr-permission-manager[bot] merged 1 commit intofeature/p-tokenfrom Apr 8, 2026
Merged
Conversation
254a48d to
1ded91b
Compare
Collaborator
Author
|
I have tested this with a few p-token proofs, though not all (my machine cannot run many proofs in parallel). The proofs with 1
|
1ded91b to
05776a7
Compare
d19c66d
into
feature/p-token
19 of 22 checks passed
mariaKt
added a commit
to runtimeverification/solana-token
that referenced
this pull request
Apr 9, 2026
Update mir-semantics submodule to latest feature/p-token (d19c66d2aa74c852c5e9d98038864678986d8447) - Decompose multisig signer pubkeys for p-token ([#1018](runtimeverification/mir-semantics#1018)) - ci(stable-mir-ui): make manual UI workflow runnable ([#975](runtimeverification/mir-semantics#975)) - Increased timeout of Haskell Exec SMIR CI test ([#1021](runtimeverification/mir-semantics#1021), [#1023](runtimeverification/mir-semantics#1023))
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.
Similar to #1000, but for p-token.
I noticed the new tests for 3 signers failing to prune paths with contradictory conditions: a specific
tx_signerkeyalready has a byte-by-byte key mismatch with a registered signer key, but then due to the signer being represented as aList, the same comparison is re-evaluated using?Signer0:List(opaque) against the sametx_signerbytes, with==Kbeing opaque.