Skip to content

Commit 35590d4

Browse files
authored
chore: merge v0.12.0 release
2 parents c5a0ef3 + d09e9c3 commit 35590d4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+4415
-2141
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,8 @@ faucet_client_store.sqlite3
2121
node_modules/
2222
package-lock.json
2323

24+
# Frontend build artifacts
25+
bin/faucet/frontend/bundle.js
26+
2427
# Ignore mdbook build files
2528
book/

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changelog
22

3-
## 0.11.8 (TBD)
3+
## 0.12.0 (2025-11-10)
4+
5+
- Added requested `amount` to PoW Challenge ([#68](https://github.com/0xMiden/miden-faucet/pull/68)).
6+
- Added `pow_base_difficulty_amount` CLI param and updated default values ([#68](https://github.com/0xMiden/miden-faucet/pull/68)).
7+
- Added Retry-After header for HTTP response on rate limited error ([#70](https://github.com/0xMiden/miden-faucet/pull/70)).
8+
- Replaced SHA3-256 with SHA-256 for PoW ([#79](https://github.com/0xMiden/miden-faucet/pull/79)).
9+
- Refactored CLI commands into `init` and `start` ([#84](https://github.com/0xMiden/miden-faucet/pull/84), [#145](https://github.com/0xMiden/miden-faucet/pull/145)).
10+
- Added wallet connection to prefill the recipient address ([#100](https://github.com/0xMiden/miden-faucet/pull/100)).
11+
- Redesigned the frontend ([#110](https://github.com/0xMiden/miden-faucet/pull/110)).
12+
- Separated frontend and backend servers ([#119](https://github.com/0xMiden/miden-faucet/pull/119)).
13+
- Frontend now awaits for the transaction to be committed ([#127](https://github.com/0xMiden/miden-faucet/pull/127)).
14+
- Added 10-block expiration delta to faucet minting transactions ([#136](https://github.com/0xMiden/miden-faucet/pull/136)).
15+
-
16+
## 0.11.8 (2025-10-27)
417

518
- Sync state before creating transactions to avoid desync errors (#[132](https://github.com/0xMiden/miden-faucet/pull/132)).
619

@@ -48,6 +61,8 @@
4861
- Replace amount options validation for maximum claimable amount ([#52](https://github.com/0xMiden/miden-faucet/pull/52)).
4962
- Added `mdbook` documentation ([#61](https://github.com/0xMiden/miden-faucet/pull/61)).
5063
- Added `--explorer-url` CLI parameter to optionally set the explorer url ([#63](https://github.com/0xMiden/miden-faucet/pull/63)).
64+
- Introduced `miden-pow-rate-limiter` crate ([#67](https://github.com/0xMiden/miden-faucet/pull/67))
65+
- [BREAKING] Incremented MSRV to 1.89.
5166

5267
## 0.10.0 (2025-07-10)
5368

0 commit comments

Comments
 (0)