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

iotaledger / iota / 25836546632

13 May 2026 11:22AM UTC coverage: 66.782% (+1.3%) from 65.504%
25836546632

push

github

web-flow
refactor(types,json-rpc)!: consolidate the IotaObjectResponseError types (#11506)

# Description of change

This patch follows #11380 and is based on the observation that we can
consolidate the two `IotaObjectResponseError` variants living in
`iota-types` and `iota-json-rpc-types` into the latter library.

This is plausible because `IotaObjectResponseError` only lives in the
context of JSON-RPC. Every call site that constructs, pattern-matches,
or transports it sits in crates dependent on `iota-json-rpc-types`:
`iota-json-rpc`, `iota-indexer`, `iota-cluster-test`, `iota-replay`,
`iota-source-validation`, the `iota` RPC client paths. `iota-types`
doesn't actually need it for internal node logic.

The JSON-RPC wire format an the OpenRPC schema representation remain the
same.

## Links to any relevant issues

Closes #11385

## How the change has been tested

- [x] Basic tests (linting, compilation, formatting, unit/integration
tests)
- [ ] Patch-specific tests (correctness, functionality coverage)

### Infrastructure QA (only required for crates that are maintained by
@iotaledger/infrastructure)

- [x] Verification of API backward compatibility.

---------

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

150421 of 225243 relevant lines covered (66.78%)

469654.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

91.13
/crates/iota-core/src/execution_cache/writeback_cache.rs


Source Not Available

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