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

iotaledger / iota-rust-sdk / 33285757147
42%

Build:
DEFAULT BRANCH: develop
Ran 30 Aug 2026 01:30AM UTC
Jobs 1
Files 195
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

28 Aug 2026 03:04PM UTC coverage: 39.588% (+0.004%) from 39.584%
33285757147

push

github

web-flow
refactor: spell out transaction in client API names (#1388)

The GraphQL client abbreviated to `tx` while gRPC spelled `transaction`
out, and the shared `TransactionBuilderClient` trait carried both — its
`transaction` and `transaction_effects` sat next to `dry_run_tx` and
`execute_tx`. gRPC's names mirror the proto service, so the abbreviated
side is the one that moves.

Renaming the trait method to `execute_transaction` makes it collide with
the gRPC client's inherent RPC method of the same name. Inherent
resolution wins, so `client.execute_transaction(..)` on a concrete
`Client` reaches the RPC and trait callers need UFCS.

Left alone: `StructTag::is_tx_context` (mirrors `0x2::tx_context`), the
gas station's `/v1/execute_tx` request types, and the cynic query structs
whose fields map to the GraphQL schema's `txBytes`/`txMeta`.

No deprecated aliases — these crates are pre-release.

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Thibault Martinez <thibault@iota.org>

7 of 125 new or added lines in 8 files covered. (5.6%)

61 existing lines in 8 files now uncovered.

10918 of 27579 relevant lines covered (39.59%)

16825.29 hits per line

Uncovered Changes

Lines Coverage ∆ File
35
17.45
0.0% crates/iota-sdk-grpc-client/src/transaction_builder_client.rs
27
0.0
0.0% crates/iota-sdk-transaction-builder/src/builder/client.rs
16
0.0
0.0% crates/iota-sdk-graphql-client/src/transaction_builder_client.rs
13
58.33
0.0% crates/iota-sdk-graphql-client/src/api/dry_run.rs
12
10.71
0.0% crates/iota-sdk-types/src/transaction/mod.rs
8
74.45
0.0% crates/iota-sdk-graphql-client/src/api/transactions.rs
7
51.44
0.0% crates/iota-sdk-transaction-builder/src/builder/mod.rs

Coverage Regressions

Lines Coverage ∆ File
19
17.45
0.0% crates/iota-sdk-grpc-client/src/transaction_builder_client.rs
16
0.0
0.0% crates/iota-sdk-transaction-builder/src/builder/client.rs
8
74.45
0.0% crates/iota-sdk-graphql-client/src/api/transactions.rs
6
10.71
0.0% crates/iota-sdk-types/src/transaction/mod.rs
4
0.0
0.0% crates/iota-sdk-graphql-client/src/transaction_builder_client.rs
3
58.33
0.0% crates/iota-sdk-graphql-client/src/api/dry_run.rs
3
82.45
-1.6% crates/iota-sdk-types/src/crypto/passkey.rs
2
70.64
0.73% crates/iota-sdk-types/src/crypto/signature.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest - 33285757147.1 30 Aug 2026 01:30AM UTC 195
39.59
GitHub Action Run
Source Files on build 33285757147
  • Tree
  • List 195
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33285757147
  • e0113b4c on github
  • Prev Build on develop (#33226006586)
  • Next Build on develop (#33347904432)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc