Releases: 0xMiden/faucet
Releases · 0xMiden/faucet
v0.14.0-alpha.1
0.14.0-alpha.1 (2026-03-07)
Enhancements
- OpenTelemetry traces are now flushed before program termination on panic (#222).
v0.13.1
v0.13.0
0.13.0 (2026-01-28)
- Added web-client to wait for note commitment on the node (#174).
- [BREAKING] Replaced the
api-bind-urlparam forapi-bind-port(#156). - [BREAKING] Replaced the
frontend-urlparam forfrontend-bind-port(#156). - [BREAKING] Added
no-frontendparam to optionally disable the frontend server (#156). - Redesigned the frontend (#201).
- [BREAKING] Added
note-transport-urlCLI param to set the note transport layer (#191). - Updated faucet optional deployment to use an empty transaction (#182).
- Added a feature
tokiofor themiden-pow-rate-limitercrate (#188.) - Added integration to import mint private notes directly to the wallet (#189).
- Added a new
miden-faucet-clientbinary with themintcommand (#196, #215).
v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0
- Added requested
amountto PoW Challenge (#68). - Added
pow_base_difficulty_amountCLI param and updated default values (#68). - Added Retry-After header for HTTP response on rate limited error (#70).
- Replaced SHA3-256 with SHA-256 for PoW (#79).
- Refactored CLI commands into
initandstart(#84, #145). - Added wallet connection to prefill the recipient address (#100).
- Redesigned the frontend (#110).
- Separated frontend and backend servers (#119).
- Frontend now awaits for the transaction to be committed (#127).
- Added 10-block expiration delta to faucet minting transactions (#136).
v0.11.8
What's Changed
- feat: sync state before creating the minting transaction by @TomasArrachea in #132
Full Changelog: v0.11.7...v0.11.8
v0.12.0-rc.2
What's Changed
- feat: add retry after header on rate limited error by @TomasArrachea in #70
- feat: Connect to wallet to fill the Recipient Address by @mmagician in #100
- feat: remove string encoding from challenge by @TomasArrachea in #99
- feat: improve telemetry by @TomasArrachea in #109
- feat: improve telemetry by @TomasArrachea in #111
- Prepare v0.11.6 release by @bobbinth in #114
- feat: add requested amount to PoW challenge by @TomasArrachea in #68
- refactor: mint tracing by @TomasArrachea in #113
- chore: merge main back into next by @TomasArrachea in #117
- chore: release v0.11.7 by @mmagician in #121
- feat: merge main back to next after v0.11.7 release by @TomasArrachea in #122
- feat: merge main by @TomasArrachea in #124
- feat: improve error reports by @TomasArrachea in #116
- feat: add batching test by @TomasArrachea in #98
- feat: redesign frontend by @TomasArrachea in #110
Full Changelog: v0.12.0-rc.1...v0.12.0-rc.2