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

iotaledger / iota-rust-sdk / 34550664853
42%

Build:
DEFAULT BRANCH: develop
Ran 11 Sep 2026 01:29AM 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

10 Sep 2026 02:04PM UTC coverage: 41.575% (-0.08%) from 41.656%
34550664853

push

github

web-flow
refactor(types)!: reduce the public surface of iota-sdk-types (#1473)

* refactor(types)!: privatize modules and helpers that duplicate the crate root

Thirteen public modules held nothing that `lib.rs` did not already
re-export, so every type in them answered to two paths and both had to be
kept working forever. `u256` published an empty namespace — its contents
are `pub(crate)` pending the wrapper its own comment asks for.

`write_sep` had no callers at all, so privatizing it would only have moved
the dead-code warning; it goes rather than gaining an `allow`. The two
exported macros expand to `paste::paste!`, which resolves at the call site,
so no external caller could ever have invoked them without depending on
`paste` directly.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* refactor(types)!: keep the signer bitmap behind accessors

`ValidatorAggregatedSignature.bitmap` was a `pub` field of type
`roaring::RoaringBitmap`, so a `roaring` 0.x bump was a breaking change to
this crate and callers had to depend on a matching version to name the
type at all. The accessors speak in committee indices and in the
RoaringBitmap serialized form the BCS encoding already uses, which lets
`iota-sdk-crypto` and `iota-sdk-ffi` drop the dependency outright.

The wire format is unchanged — the BCS fixture, the serialization
proptests and the ABNF fuzzing all cover it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

* refactor(types)!: make the growable public enums non_exhaustive

#487 marked most public enums but missed five that can gain variants:
`ObjectData` and `ObjectType` (the source comment under `ObjectData`'s two
variants already anticipates the IOTA-native types), and the three effects
enums, which the crate documents as its own view rather than a wire type.

`TypeTag`, `NameFormat` and the four Move mirrors in `iota-sdk-move-types`
stay exhaustive — Move pins those variant sets.

Co-Authored-By: Claude Opus 5 (1... (continued)

81 of 112 new or added lines in 6 files covered. (72.32%)

522 existing lines in 17 files now uncovered.

12104 of 29114 relevant lines covered (41.57%)

16016.54 hits per line

Uncovered Changes

Lines Coverage ∆ File
16
86.76
-2.04% crates/iota-sdk-types/src/effects/changes.rs
12
52.11
-3.76% crates/iota-sdk-types/src/object.rs
2
48.0
-1.35% crates/iota-sdk-grpc-types/src/proto/iota/grpc/v1/command.rs
1
0.0
0.0% crates/iota-sdk-grpc-client/src/api/mod.rs

Coverage Regressions

Lines Coverage ∆ File
159
24.18
-17.6% crates/iota-sdk-transaction-builder/src/unresolved.rs
83
52.11
-3.76% crates/iota-sdk-types/src/object.rs
64
0.0
0.0% crates/iota-sdk-transaction-builder/src/builder/client.rs
48
54.39
0.0% crates/iota-sdk-grpc-client/src/api/common.rs
31
79.59
0.32% crates/iota-sdk-types/src/lib.rs
26
0.0
0.0% crates/iota-sdk-grpc-client/src/api/mod.rs
25
69.91
-0.24% crates/iota-sdk-types/src/crypto/signature.rs
23
0.0
0.0% crates/iota-sdk-grpc-client/src/api/ledger/checkpoints.rs
13
0.0
0.0% crates/iota-sdk-grpc-client/src/api/ledger/objects.rs
11
0.0
0.0% crates/iota-sdk-grpc-client/src/api/execution/view.rs
10
0.0
0.0% crates/iota-sdk-grpc-client/src/api/execution/simulate.rs
10
78.26
0.0% crates/iota-sdk-types/src/crypto/mod.rs
9
0.0
0.0% crates/iota-sdk-grpc-client/src/api/state/coins.rs
7
0.0
0.0% crates/iota-sdk-grpc-client/src/api/execution/execute.rs
1
92.94
0.31% crates/iota-sdk-types/src/crypto/multisig.rs
1
80.86
1.57% crates/iota-sdk-types/src/move_package.rs
1
58.62
0.0% crates/iota-sdk-types/src/u256.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest - 34550664853.1 11 Sep 2026 01:29AM UTC 195
41.57
GitHub Action Run
Source Files on build 34550664853
  • Tree
  • List 195
  • Changed 34
  • Source Changed 32
  • Coverage Changed 24
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #34550664853
  • 296ed502 on github
  • Prev Build on develop (#34425466729)
  • Next Build on develop (#34664691444)
  • 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