fix: deserialize key_authorization in fee payer envelope decode#120
Merged
brendanjryan merged 4 commits intomainfrom Apr 14, 2026
Merged
fix: deserialize key_authorization in fee payer envelope decode#120brendanjryan merged 4 commits intomainfrom
brendanjryan merged 4 commits intomainfrom
Conversation
decode_fee_payer_envelope was returning raw RLP bytes for key_authorization, but TempoTransaction expects SignedKeyAuthorization. Deserialize properly. Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
- Deserialize sender_sig bytes to Signature in _cosign_as_fee_payer - Update test fixtures to use Signature(r=1, s=1, v=27) instead of raw bytes Co-Authored-By: grandizzy <38490174+grandizzy@users.noreply.github.com>
brendanjryan
approved these changes
Apr 14, 2026
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.
key_authorizationRLP bytes toSignedKeyAuthorizationindecode_fee_payer_envelopesender_sigbytes toSignaturein_cosign_as_fee_payerSignatureobjects instead of raw bytesPrompted by: georgen