File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,31 @@ All notable changes to the FairCoin Explorer are documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.2] - 2026-06-25
9+
10+ ### Security
11+
12+ - ** Stop using the Uniswap V3 ` slot0 ` spot price as the FAIR price oracle.** An
13+ instantaneous pool tick on a low-liquidity pool is manipulable within a block.
14+ The price now comes from GeckoTerminal's indexed price for the WFAIR/USDC pool
15+ (` base_token_price_usd ` , with a base/quote-token guard) — available and not a
16+ raw on-chain spot read (#11 ).
17+ - ** Cap prevout-lookup fan-out and rate-limit RPC-heavy paths.** ` getTransaction `
18+ enforces a per-request prevout-lookup budget (and a tighter per-address-page
19+ aggregate), and ` /api/transaction ` + ` /api/address ` now run through the strict
20+ limiter, preventing RPC-amplification abuse (#10 ).
21+ - ** Bound public block pagination.** ` /api/blocks ` clamps the ` offset ` to a maximum
22+ so a remote client can't request arbitrarily deep pages (#9 ).
23+ - ** Validate the WFAIR reserves API response** before rendering it; malformed or
24+ unexpected payloads degrade to "unavailable" instead of being trusted (#14 ).
25+
26+ ### Changed
27+
28+ - ** Scope the stats-history sparklines to mainnet views** , so testnet/other-network
29+ pages don't pull mainnet history (#12 ).
30+
31+ [ 0.3.2 ] : https://github.com/FairCoinOfficial/Explorer/releases/tag/v0.3.2
32+
833## [ 0.3.1] - 2026-06-25
934
1035### Security
Original file line number Diff line number Diff line change 11{
22 "name" : " faircoin-explorer" ,
33 "private" : true ,
4- "version" : " 0.3.1 " ,
4+ "version" : " 0.3.2 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments