You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,21 @@
1
1
# Changelog
2
2
3
-
## 0.12.0 (TBD)
3
+
## 0.12.0 (2025-11-10)
4
4
5
-
### Changes
6
-
7
-
- Replaced SHA3-256 with SHA-256 for PoW ([#79](https://github.com/0xMiden/miden-faucet/pull/79)).
8
-
- 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)).
9
-
- Refactored CLI commands into `init` and `start` ([#84](https://github.com/0xMiden/miden-faucet/pull/84)).
10
5
- Added requested `amount` to PoW Challenge ([#68](https://github.com/0xMiden/miden-faucet/pull/68)).
11
6
- Added `pow_base_difficulty_amount` CLI param and updated default values ([#68](https://github.com/0xMiden/miden-faucet/pull/68)).
12
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)).
13
10
- Added wallet connection to prefill the recipient address ([#100](https://github.com/0xMiden/miden-faucet/pull/100)).
14
-
- Separated frontend and backend servers ([#119](https://github.com/0xMiden/miden-faucet/pull/119)).
15
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)).
16
13
- Frontend now awaits for the transaction to be committed ([#127](https://github.com/0xMiden/miden-faucet/pull/127)).
17
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)
17
+
18
+
- Sync state before creating transactions to avoid desync errors (#[132](https://github.com/0xMiden/miden-faucet/pull/132)).
0 commit comments