Changelog for the last few weeks. Current version: v0.017.
2025-08-21
v0.017 navui
- Added Developers dropdown (like Tokens) with link to Auth Contracts creator.
- Footer now includes a link to Update History.
- Minor UX polish across header actions.
2025-08-20
v0.016 bugfixui
- Fixed chain dropdown being blocked on the Auth Contract creation page (z-index & overlay issues).
- Restored placeholder visibility in search and select controls on that page.
2025-08-18
v0.015 explorerauth
- Index page: added tabs to switch between Contracts and Auth Contracts.
- Fetching & normalization for auth contract rows (owner, mode/price, session, enabled, created).
2025-08-15
v0.014 authui
- New Auth Contract creation form (free / once / per-session / monthly UI).
- COOK ⇄ mCOOK sync (1 COOK = 1000 mCOOK) and basic input validation.
- Hide price inputs automatically for free mode.
2025-08-12
v0.013 backendauth
- Implemented AuthProgram (contracts + sessions) and SQLite storage schema.
- FastAPI endpoints:
/api/auth/contract/create
, /contract/update
, /session/init
, status endpoints.
- Normalized input (no
price_mode
passed to create_contract
).
2025-08-09
v0.012 bugfix
- Chain selector now consistently preserves
?chain=
across pages and forms.
2025-08-06
v0.011 ui
- Copy-buttons for hashes/addresses, nicer truncation, dark theme polish.
2025-08-03
v0.010 contracts
- Contract registry normalization on index; token registry fallback when needed.
2025-08-01
v0.009 explorer
- Pagination for latest transactions, contracts, and blocks; stable sorting; small UI improvements.
2025-07-29
v0.008 apimetrics
- Proxy endpoints for
/api/health
and /api/nodeinfo
; header metrics hooked up.
- Fixed sporadic 500s on nodeinfo failures.
2025-07-26
v0.007 tokens
- Token Creator MVP with client-side validation and unit helpers (COOK ⇄ mCOOK).
2025-07-24
v0.006 walletnav
- Wallet page MVP + copy-to-clipboard actions.
- Initial network switcher wiring.
2025-07-21
v0.005 blockshealth
- Blocks view + block list; chain health subheader; price banner stub.
2025-07-19
v0.004 search
- Smart Search: auto-classify block/tx/address/token; address & tx detail pages.
- UI tweaks and minor fixes.
2025-07-17
v0.003 tokens
- Token program pages (symbol/decimals/total supply) and formatting helpers.
- Small bug fixes.
2025-07-15
v0.002 contracts
- Contracts list introduced; minor defects fixed.
2025-07-14
v0.001 init
- First node start & explorer skeleton.
- Various small fixes to get things running.