Skip to content

Allow signing transactions with external signatures#349

Merged
q9f merged 2 commits intomainfrom
codex/sign-transactions-with-external-provider
Aug 4, 2025
Merged

Allow signing transactions with external signatures#349
q9f merged 2 commits intomainfrom
codex/sign-transactions-with-external-provider

Conversation

@q9f
Copy link
Owner

@q9f q9f commented Aug 4, 2025

  • support applying externally produced signatures to transactions
  • document how to sign via remote key providers
  • test external signature workflow for EIP-1559 and legacy transactions

fix #316

@q9f q9f added the codex Codex is a durable, decentralised data storage protocol label Aug 4, 2025 — with ChatGPT Codex Connector
@codecov
Copy link

codecov bot commented Aug 4, 2025

Codecov Report

❌ Patch coverage is 75.72816% with 25 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@fad7c72). Learn more about missing BASE report.
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
lib/eth/tx/eip1559.rb 58.33% 5 Missing ⚠️
lib/eth/tx/eip2930.rb 58.33% 5 Missing ⚠️
lib/eth/tx/eip4844.rb 58.33% 5 Missing ⚠️
lib/eth/tx/eip7702.rb 58.33% 5 Missing ⚠️
lib/eth/tx/legacy.rb 54.54% 5 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #349   +/-   ##
=======================================
  Coverage        ?   98.62%           
=======================================
  Files           ?       85           
  Lines           ?     5803           
  Branches        ?        0           
=======================================
  Hits            ?     5723           
  Misses          ?       80           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@q9f q9f merged commit 2fabcca into main Aug 4, 2025
8 checks passed
@q9f q9f deleted the codex/sign-transactions-with-external-provider branch August 4, 2025 09:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex Codex is a durable, decentralised data storage protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sign transaction with external providers

1 participant