Merged
Conversation
60518cf to
7afa1fc
Compare
7afa1fc to
dac5919
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.
This PR was opened by the Changelogs release workflow.
When you're ready to release, merge this PR and the packages will be published.
0.3.0 (2026-02-23)
Minor Changes
_match_transfer_calldataand_verify_transfer_logswith memo fields, integration tests for end-to-end charge flows with server-specified memos, and new test modules for body digest computation, error types, expires helpers, and keychain signature handling. (by @brendanryan, #70)encode_fee_payer_envelopeanddecode_fee_payer_envelopefunctions. UpdatedChargeIntent._cosign_as_fee_payerto use the new 0x78 wire format instead of 0x76, including sender address verification against the recovered signer. ExportedUSDC,PATH_USD, anddefault_currency_for_chainfrom the tempo package public API. (by @brendanryan, #70)USDC,PATH_USD, anddefault_currency_for_chainfrom the tempo package public API. Updated tests to reflect the new default currency behavior. (by @brendanryan, #70)Patch Changes
type: ignoreannotations and refactoredChargeIntentto use a_get_rpc_url()helper to safely unwrap the optional RPC URL. (by @brendanryan, #70)