You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.1.3 (2026-03-18)
Patch Changes
Fix charge payment failing with "access key does not exist" when the signing key is not yet provisioned on-chain. The server-side rejection retry only triggered on HTTP 401-403, but the server returns other status codes for keychain errors.
0.1.3 (2026-03-18)
Patch Changes
Fix charge payment failing with "access key does not exist" when the signing key is not yet provisioned on-chain. The server-side rejection retry only triggered on HTTP 401-403, but the server returns other status codes for keychain errors.
/home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-request/src/http/client.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
... and 303 more
no-leading-whitespace-strings (22 occurrences)
/home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
/home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
/home/runner/work/wallet/wallet/crates/tempo-test/src/fixture.rs:1 - String literals should not start with leading whitespace. Found: ' = '
/home/runner/work/wallet/wallet/crates/tempo-request/src/args.rs:1 - String literals should not start with leading whitespace. Found: ' ('
/home/runner/work/wallet/wallet/crates/tempo-request/src/payment/session/streaming.rs:1 - String literals should not start with leading whitespace. Found: ' 42 '
/home/runner/work/wallet/wallet/crates/tempo-common/src/config.rs:1 - String literals should not start with leading whitespace. Found: ' = '
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/args.rs:1 - String literals should not start with leading whitespace. Found: ' ('
/home/runner/work/wallet/wallet/crates/tempo-request/tests/query/payment.rs:1 - String literals should not start with leading whitespace. Found: ' = '
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/commands/debug.rs:1 - String literals should not start with leading whitespace. Found: ' ('
/home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.rs:1 - String literals should not start with leading whitespace. Found: ' = '
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
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.1.3 (2026-03-18)
Patch Changes
0.1.3 (2026-03-18)
Patch Changes