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

iotaledger / iota / 19251897424
63%

Build:
DEFAULT BRANCH: develop
Ran 11 Nov 2025 04:04AM UTC
Jobs 1
Files 1427
Run time 3min
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 Nov 2025 01:45PM UTC coverage: 66.142% (-0.001%) from 66.143%
19251897424

push

github

web-flow
fix(iota-private-network): disable batch feature for faucet in privatenet docker compose (#9201)

# Description of change

This PR disables the batch feature for the faucet in the privatenet
docker compose file, since otherwise the faucet cannot provide gas - I
am not really sure why, but it just works as expected if the batch
feature is simply disabled.

## How the change has been tested

- Build and run a private network as instructed
[here](https://github.com/iotaledger/iota/tree/develop/dev-tools/iota-private-network).
Make sure to bring up a faucet while running the private net: `./run.sh
faucet`.
- Also make sure the faucet is up (can be checked with `docker ps`, for
example).
- Request gas coins from the faucet:
   ```sh
   curl -X POST 'http://127.0.0.1:5003/gas' \
   --header 'Content-Type: application/json' \
   --data-raw "{
       \"FixedAmountRequest\": {
           \"recipient\": \"$(iota client active-address)\"
       }
   }"
   ```

On `develop`, such faucet request returns
`{"transferredGasObjects":[],"error":"Timed out waiting for a coin from
the gas coin pool"}`. If the batch feature is disabled (this branch),
the gas faucet request completes as expected.

---------

Signed-off-by: Roman Overko <roman.overko@iota.org>
Co-authored-by: NaitsabesMue <51112618+NaitsabesMue@users.noreply.github.com>

236203 of 357114 relevant lines covered (66.14%)

2362684.64 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
91.18
-1.47% crates/iota-cluster-test/src/test_case/native_transfer_test.rs
1
96.69
-0.55% crates/iota-core/src/checkpoints/causal_order.rs
1
99.42
-0.08% crates/iota-core/src/execution_cache/unit_tests/writeback_cache_tests.rs
1
86.76
0.0% crates/iota-network/src/discovery/mod.rs
1
82.89
-0.38% crates/iota-sdk/src/wallet_context.rs
2
88.66
-0.69% crates/iota-core/src/connection_monitor.rs
2
94.3
-0.15% crates/starfish/core/src/transactions_synchronizer.rs
3
91.92
-0.29% iota-execution/latest/iota-adapter/src/programmable_transactions/context.rs
3
56.67
-10.0% iota-execution/latest/iota-adapter/src/type_layout_resolver.rs
5
92.19
-0.43% crates/iota-core/src/transaction_manager.rs
7
60.0
-10.0% crates/iota-types/src/execution_status.rs
12
93.03
-2.09% crates/iota-core/src/congestion_tracker.rs
13
59.69
-1.67% crates/iota-core/src/authority/authority_store_pruner.rs
Jobs
ID Job ID Ran Files Coverage
1 nextest+simtest - 19251897424.1 11 Nov 2025 04:04AM UTC 1429
66.13
GitHub Action Run
Source Files on build 19251897424
  • Tree
  • List 1427
  • Changed 27
  • Source Changed 0
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19251897424
  • 58c440ec on github
  • Prev Build on develop (#19217828913)
  • Next Build on develop (#19283448497)
  • Delete
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