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

iotaledger / iota / 19251897424

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

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

99.42
/crates/iota-core/src/execution_cache/unit_tests/writeback_cache_tests.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