Skip to content

fix(deps): include Testnet transaction lookup fix - #19

Merged
3esmit merged 1 commit into
mainfrom
fix/testnet-transaction-lookup-pin
Jul 29, 2026
Merged

fix(deps): include Testnet transaction lookup fix#19
3esmit merged 1 commit into
mainfrom
fix/testnet-transaction-lookup-pin

Conversation

@3esmit

@3esmit 3esmit commented Jul 29, 2026

Copy link
Copy Markdown
Owner

Purpose

Update the pinned logos-execution-zone runtime so the module can look up transactions from the public Testnet sequencer using its deployed response shape.

Fixes #18.

Approach

  • Pin logos-execution-zone to e923315c020d4966807849f9db10536b628d5739.
  • Refresh the matching Nix lock entry.
  • Keep all other module inputs unchanged.

How to Test

  • nix develop -c ctest --test-dir build --output-on-failure — 61/61 tests passed.
  • nix build .#packages.x86_64-linux.lgx-portable --no-link --print-build-logs — portable package and release wallet FFI built successfully.

Dependencies

  • Includes the transaction lookup compatibility fix merged in 3esmit/logos-execution-zone#28.

Future Work

  • Authoritative finality remains separate from sequencer transaction inclusion and is tracked by 3esmit/logos-execution-zone#15.

Completion Checklist

  • Change is limited to the runtime pin and lock metadata.
  • Existing tests pass.
  • Portable package builds.
  • No documentation change is required for this dependency-only update.

Copilot AI review requested due to automatic review settings July 29, 2026 01:03

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@3esmit
3esmit merged commit 10c374a into main Jul 29, 2026
6 checks passed
@3esmit
3esmit deleted the fix/testnet-transaction-lookup-pin branch July 29, 2026 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(deps): include Testnet transaction lookup wire fix

2 participants