• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / libwallet / 24785463284
25%

Build:
DEFAULT BRANCH: master
Ran 22 Apr 2026 03:06PM UTC
Jobs 1
Files 101
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Apr 2026 02:56PM UTC coverage: 20.027% (-0.7%) from 20.735%
24785463284

push

github

MagicalTux
Web3: unify all signing events into TransactionSignRequest + MessageSignRequest

Every on-chain tx signing flow (eth_sendTransaction,
solana_signTransaction, solana_signAndSendTransaction,
mpurse_signRawTransaction) now emits a single 'transaction_sign'
request type with a rich, chain-agnostic decoded payload:

  TransactionSignValue {
    Chain, Method, From, NetworkId, NetworkName, SizeBytes, Raw,
    DecodedMethod, DecodedArgs, Effects, BalanceChanges, Warnings,
    WillRevert, RevertReason, FeeAmount/Decimals/Symbol,
    EvmTransaction, SolanaUnitsConsumed, SolanaLogs,
    BitcoinInputs/Outputs/FeeSats,
  }

EVM gets the full simulate decoder (effects / balance changes /
warnings / revert) attached at emit time so the host doesn't need
a follow-up Transaction:simulate roundtrip. Solana decodes the
common System Program transfer locally; Bitcoin runs through the
existing simulate decoder.

Every arbitrary-data signing flow (personal_sign,
eth_signTypedData*, solana_signMessage, mpurse_signMessage) now
emits a single 'message_sign' request type with:

  MessageSignValue {
    Chain, Method, From,
    MessageBytes (base64), MessageText (UTF-8 try),
    StructuredData / StructuredPrimaryType / StructuredDomain
      (EIP-712),
    IsSIWE / IsSIWS / SIWEFields (auto-detected SIWE/SIWS),
    Warnings,
  }

The unified approval handler (approveTransactionSign /
approveMessageSign) dispatches by Method, calling the same
chain-specific signing logic the per-method cases used before.

BREAKING CHANGE for Dart consumers:
  - SignRequest, PersonalSignRequest, SignTypedDataRequest,
    SolanaSignMessageRequest, SolanaSignTransactionRequest,
    SolanaSignAndSendTransactionRequest, MpurseSignMessageRequest,
    MpurseSignTransactionRequest are all REMOVED.
  - Pattern-match on TransactionSignRequest or MessageSignRequest
    instead and branch on req.method (and req.chain) for chain-
    specific copy.

Webview integration guide rewritten with the unified switc... (continued)

0 of 691 new or added lines in 5 files covered. (0.0%)

2529 of 12628 relevant lines covered (20.03%)

64.1 hits per line

Uncovered Changes

Lines Coverage ∆ File
416
0.0
wltbase/sign_request.go
235
0.0
wltbase/sign_approve.go
23
0.61
0.0% wltbase/web3.go
14
4.63
2.14% wltbase/request.go
3
0.7
-0.0% wlttx/simulate.go
Jobs
ID Job ID Ran Files Coverage
1 24785463284.1 22 Apr 2026 03:06PM UTC 101
20.03
GitHub Action Run
Source Files on build 24785463284
  • Tree
  • List 101
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24785463284
  • 5faf8978 on github
  • Prev Build on master (#24784254701)
  • Next Build on master (#24787301246)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc