v0.6.0 From Registration to Delegation, All in One Place
Summary
This release makes DRep identity a first-class thing on DRepTalk: you can edit your full profile from settings with a live preview, add a profile image, manage metadata, and deregister when you need to, all from a redesigned account settings area. Registration moved to its own page and became the homepage CTA, and you can now delegate to a DRep straight from its profile, with unregistered stake keys explained along the way. Profiles also picked up achievement badges for governance participation and cleaner, name-slug URLs that read better and rank better. Under the hood, on-chain sync got much sturdier with retries, run history, and a status page, dead anchors and stale avatars get cleaned up, and static asset caching speeds up first paint. Mobile layouts, the wallet selector, and transaction funding all got meaningful fixes so the whole flow feels lighter.
What's Changed
- feat: mobile optimizations for DReps list and homepage hero by @katomm in #106
- feat: achievement badges for governance participation by @katomm in #107
- feat: SEO-friendly DRep profile URLs with name slugs by @katomm in #108
- feat: harden on-chain sync with retries, run history, and a status page by @katomm in #111
- feat: give up re-fetching permanently dead governance anchors by @katomm in #112
- chore: redeploy gov-sync and clear esbuild advisory by @katomm in #113
- feat: DRep account settings to edit metadata, add a profile image, and deregister by @katomm in #114
- feat: help index as two-column grid with getting-started highlight by @katomm in #115
- feat: clearer sync status page by @katomm in #116
- feat: redesign the header sign-in control by @katomm in #117
- feat: delegate to a DRep from its profile and explain unregistered stake keys by @katomm in #118
- fix: bound governance vote pagination by @katomm in #119
- feat: clean up stale sync runs and dead DRep avatars by @katomm in #120
- perf: cache static assets and speed up first paint by @katomm in #121
- chore: untangle logo assets and fix misleading icon names by @katomm in #122
- feat: move DRep registration to /register-drep and make it the homepage CTA by @katomm in #123
- feat: edit your full DRep profile from settings, with a live preview by @katomm in #124
- feat: compact wallet selector across sign-in, registration, and delegation by @katomm in #125
- fix: fund DRep transactions from the whole wallet, not a single address by @katomm in #126
- fix: keep the DRep registration form and inputs on a submit error by @katomm in #127
- fix: stop the header from shifting sideways between pages by @katomm in #128
- fix: fund DRep registration and voting transactions correctly by @katomm in #129
- docs: add a data-sync flow diagram to the readme by @katomm in #130
- docs: fix broken README logo after asset rename by @katomm in #132
- feat: show discussions activity as an event feed by @katomm in #133
- feat: show what a governance action changes on-chain in the overview by @katomm in #134
Full Changelog: v0.5.0...v0.6.0