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.6 (2026-03-23)
Patch Changes
Fix session top-up which was completely broken due to five compounding bugs: ABI mismatch (topUp used uint128 instead of uint256 producing wrong function selector), voucher cumulative amount was incorrectly clamped to available balance preventing top-up from ever triggering, AmountExceedsDeposit problem type was not handled alongside InsufficientBalance, stale challenge echo was used for top-up requests causing server rejection, and missing requiredTopUp field in server response caused a hard failure instead of computing the value from local state. Also signals ChannelInvalidated when on-chain top-up fails so the caller can re-open a new channel.
Added help_heading = "Network" to the --network CLI argument for improved help output organization.
Fix hyperlink sanitization tests to correctly extract and validate only the display text portion of OSC 8 hyperlink sequences, preventing false failures in OSC 8-capable terminals.
Enforce strict session Payment-Receipt handling across all session flows, including reused persisted sessions that were previously permissive: reject successful paid responses that omit or malformedly encode receipts, require valid spent semantics for response/header/event receipts, preserve conservative local channel state when strict top-up receipt validation fails after a paid response, and extend integration coverage for strict open/top-up/streaming receipt failure paths.
Slim the service list schema to replace full endpoint details with an endpoint_count field, reducing payload size. Adds a test to enforce the summary-only structure.
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/wallet/render.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/wallet/render.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/wallet/render.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/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-wallet/src/commands/sessions/close.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/commands/sessions/close.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/commands/sessions/close.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-wallet/src/commands/sessions/close.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-test/src/mock.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
/home/runner/work/wallet/wallet/crates/tempo-test/src/mock.rs:1 - Avoid .unwrap() in library code. Use proper error handling with ? or .expect() with context.
... and 305 more
no-leading-whitespace-strings (23 occurrences)
/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-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-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: ' = '
/home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.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: ' = '
/home/runner/work/wallet/wallet/crates/tempo-wallet/tests/session/close.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.6 (2026-03-23)
Patch Changes
help_heading = "Network"to the--networkCLI argument for improved help output organization.Payment-Receipthandling across all session flows, including reused persisted sessions that were previously permissive: reject successful paid responses that omit or malformedly encode receipts, require validspentsemantics for response/header/event receipts, preserve conservative local channel state when strict top-up receipt validation fails after a paid response, and extend integration coverage for strict open/top-up/streaming receipt failure paths.endpoint_countfield, reducing payload size. Adds a test to enforce the summary-only structure.