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

iotaledger / iota-rust-sdk
42%

Build:
DEFAULT BRANCH: develop
Repo Added 20 Oct 2025 11:24AM UTC
Token ySdw2y3w1mwPhbgBw7QjekmN8gvTNnGsq regen
Build 724 Last
Files 195
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

LAST BUILD ON BRANCH develop
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • bindings/full-examples
  • chore/filter-bindings-ci-prs
  • chore/fix-broken-links
  • chore/go-remove-gcc-x86-64-linux-gnu
  • chore/pub-mod-types-crate
  • chore/rename-go-sdk
  • chore/standardize-go-usage
  • ci/kotlin-release
  • ci/nightly-feature-compat-check
  • ci/python-release
  • ci/python-release-trigger
  • ci/run-ci-marker
  • copilot/add-go-readme-file
  • develop
  • feat/async-signing
  • feat/bindings-release-trigger
  • feat/bindings-release-trigger-go
  • feat/ci-coverage
  • feat/ci-coverage-2
  • feat/ci-run-examples
  • feat/go-release
  • feat/go-release-bis
  • feat/kotlin-changelog
  • feat/kotlin-release-trigger
  • feat/mnemonic-generation
  • feat/move-auth
  • feat/move-shared-crypto
  • feat/uniffi-export-derived-traits
  • fix/ci-package-root
  • fix/coverage-job-fixtures-and-features
  • fix/failingci
  • fix/feature-flags
  • fix/gen-changelog-nits
  • fix/go-release-nits
  • fix/head-refs
  • fix/iotaTotalSupply-type
  • fix/regex-test
  • fix/release-pr-title
  • fix/txn-builder-dep
  • release/iota-go-sdk/0.0.1-alpha.1
  • release/iota-sdk-graphql-client/0.0.1-alpha.1
  • release/iota-sdk-transaction-builder/0.0.1-alpha.1
  • release/iota-sdk/3.0.0-alpha.1

11 Sep 2026 01:39PM UTC coverage: 41.579% (+0.004%) from 41.575%
34664691444

push

github

web-flow
chore: bring BCS ABNF doc comments in line with the generated schema (#1485)

* chore: bring BCS ABNF doc comments in line with the generated schema

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

* nits

* bring back parens

* chore: replace inline BCS ABNF doc blocks with pointers to bcs-schema.abnf

The per-type grammars duplicated the generated schema and drifted from it.
Every type that derives BcsSchema, or is serialized through a private type
that does, now links to the schema file instead; the FFI wrappers mirror
their core counterpart.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

* chore: point ValidatorSignature docs at bcs-schema.abnf

It had an inline grammar on develop but no BcsSchema derive, so the doc
switch dropped it; deriving the schema restores the rule and the pointer.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

* chore: restore BCS doc pointers on the FFI crypto key and signature types

The macro-invoked doc blocks lost their section in the ABNF-to-pointer
rewrite, leaving them out of step with their iota-sdk-types counterparts.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>

---------

Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>

12126 of 29164 relevant lines covered (41.58%)

15071.36 hits per line

Relevant lines Covered
Build:
Build:
29164 RELEVANT LINES 12126 COVERED LINES
15071.36 HITS PER LINE
Source Files on develop
  • Tree
  • List 195
  • Changed 37
  • Source Changed 36
  • Coverage Changed 37
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
34664691444 develop chore: bring BCS ABNF doc comments in line with the generated schema (#1485) * chore: bring BCS ABNF doc comments in line with the generated schema Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> * nits * bring back parens * chore: r... push 12 Sep 2026 01:26AM UTC web-flow github
41.58
34550664853 develop 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 ... push 11 Sep 2026 01:29AM UTC web-flow github
41.57
34425466729 develop refactor: give the transaction builder a specific error name (#1480) Co-authored-by: Claude Bumblewick 6 (ronnabyte context) <noreply@anthropic.com> push 10 Sep 2026 01:28AM UTC web-flow github
41.66
34299400931 develop refactor: align gRPC client method naming with the GraphQL client (#1408) Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> push 09 Sep 2026 01:32AM UTC web-flow github
41.72
34176780170 develop fix(types): reject non-canonical MoveObjectType encodings (#1468) * fix(types): reject non-canonical MoveObjectType encodings Ported from MystenLabs/sui-rust-sdk 4208489e27. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> * match ---... push 08 Sep 2026 01:31AM UTC web-flow github
41.74
34073333898 develop fix(types): reject truncated MoveStruct contents on deserialize (#1466) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> push 07 Sep 2026 01:34AM UTC web-flow github
41.52
34004026009 develop fix(types): reject truncated MoveStruct contents on deserialize (#1466) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> push 06 Sep 2026 01:32AM UTC web-flow github
41.55
33936036384 develop fix(types): reject truncated MoveStruct contents on deserialize (#1466) Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com> push 05 Sep 2026 01:26AM UTC web-flow github
41.49
33771567905 fix/coverage-job-fixtures-and-features fix: let the coverage job build its fixtures and run the full suite The job has been green while measuring a broken run. `make package_test_example_*.json` failed with `iota: not found` because the binary was downloaded to the workspace but never... Pull #1467 03 Sep 2026 03:17PM UTC Alex6323 github
48.76
33704144737 develop chore: bump the localnet binary used in CI to v1.31.1-rc (#1453) The committed GraphQL schema is generated from the 1.31.1 line, so the pinned v1.29.0 node cannot serve 16 of the fields the client is compiled against, and any test touching one fa... push 03 Sep 2026 01:36AM UTC web-flow github
41.18
See All Builds (724)

Badge your Repo: iota-rust-sdk

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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