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

iotaledger / iota-rust-sdk / 33226006586
42%

Build:
DEFAULT BRANCH: develop
Ran 29 Aug 2026 01:19AM 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.584% (+0.04%) from 39.547%
33226006586

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%)

293 existing lines in 11 files now uncovered.

10917 of 27579 relevant lines covered (39.58%)

16782.42 hits per line

Uncovered Changes

Lines Coverage ∆ File
35
17.45
0.78% 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
-3.21% 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.27% crates/iota-sdk-graphql-client/src/api/transactions.rs
7
51.44
0.12% crates/iota-sdk-transaction-builder/src/builder/mod.rs

Coverage Regressions

Lines Coverage ∆ File
143
51.44
0.12% crates/iota-sdk-transaction-builder/src/builder/mod.rs
39
0.0
0.0% crates/iota-sdk-transaction-builder/src/builder/client.rs
30
17.45
0.78% crates/iota-sdk-grpc-client/src/transaction_builder_client.rs
21
6.98
0.0% crates/iota-sdk-types/src/version.rs
20
58.36
0.0% crates/iota-sdk-types/src/digest.rs
18
0.0
0.0% crates/iota-sdk-graphql-client/src/transaction_builder_client.rs
9
69.91
-0.73% crates/iota-sdk-types/src/crypto/signature.rs
6
10.71
0.0% crates/iota-sdk-types/src/transaction/mod.rs
3
26.09
0.0% crates/iota-sdk-types/src/move_core/mod.rs
2
58.33
-3.21% crates/iota-sdk-graphql-client/src/api/dry_run.rs
2
74.45
-0.27% crates/iota-sdk-graphql-client/src/api/transactions.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest - 33226006586.1 29 Aug 2026 01:19AM UTC 195
39.58
GitHub Action Run
Source Files on build 33226006586
  • Tree
  • List 195
  • Changed 18
  • Source Changed 15
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #33226006586
  • e0113b4c on github
  • Prev Build on develop (#33140043955)
  • Next Build on develop (#33285757147)
  • 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