...
- [API] Add error handling for CereNetworkService initialization.
- [FE] Update Twitter and Telegram links
- [FE] Token Metrics Enhancements:
- Express both the "Total Supply" and "Total Staked" values in USD.
- Present the proportion of the "Total Staked" as a percentage of the "Total Supply."
- [FE] Search Bar Redesign
- [BE] Add Resilient Network Initialization to Cere Stats API for Robust Handling of Network Failures
- [FE] Replace
extrinsic
withevent
as a data source on theSentTransfers
page
- [FE] Set up GTAG GA4 Analytics, replace the
@nuxtjs/google-analytics
package with@nuxtjs/gtm
.
- [BE] Add superuser token allocation to faucet controller
- [BE] Add ss58 prefix migration for block table
- [BE] Add ss58 prefix migration for second priority data
- [BE] Add ss58 prefix migration for first priority data
- [BE] Add package.json and yarn.lock to Dockerfile
- [BE] Handle addresses in address20 format in Transfer Page
- [BE] Fix crawlers status restore after fail
- [BE] Add missing
next
functions to prevent Stats API crash
- [BE] Fix memory leak issue
- [FE] Updated
staking
methods
- [FE] Added support of the Cere node v2.32.0
- [FE] Updated the main metrics grid: removed accounts, split validators into active and waiting
- [BE] Implemented all errors catch to avoid app crash
- [BE] Implemented network monitoring API
- [BE] Moved blockchains config to
.env.default
- [BE] Implemented liveness/readiness probes API
- Configured LiveOne accounts to provide their monitoring
- [BE] Hid "Thousand Validator Programme" under feature flag
- [BE] Implemented balances monitoring API
- [BE, FE] Updated Cere Blockchain public URLs
- [BE, FE] Added DDC metrics
- [BE] Updated Devnet url
- [FE] Updated link to Cere Docs
- [FE] Removed EDP banner
- [FE] Added "timestamp", "date_time" columns to sent transfers, received transfers export files
- [FE] Enabled multiple validators selection from the same cluster
- [FE] Changed "hand" to "star" for validators page, renamed "select" column to "favorites"
- Added health check API
- Updated Mainnet urls
- Updated QAnet/Testnet urls
- DDC metrics (includes ddc-metric migration that is compatible with the code previous version)
- Database migrations
- Added
update-transactions-fees-cast-type
migration (compatible with the previous code version)
- Added API (Prometheus compatible) to get blockchains accounts balances
- Adjusted metrics
- Minor UI fixes
- Extended exit log
- Added additional logs
- Removed auto-payout and participation in governance filters
- Implemented charts framework for cumulative line and bar types
- Implemented Signed Extrinsic charts
- Fixed hand icon colour, when validator is selected
- Renamed 'Total issuance' to 'Total supply' on home page
- Updated validators count format on home page
- Removed 'Total transactions fees' on home page
- Added total/circulating-supply API
- Updated crawlers log levels.
- Show CERE-USD conversion rate in header.
- Downgraded @polkadot/api to 3.11.1.
- Added total transactions to homepage.
- Updated tooltip position for blocks.
- Updated logo and favicon.
- Added functionality to filter blocks based on block hash.
- Updated Cere Network Homepage link.
- Added faucet functionality.
- Added Google Analytics for PROD.
- Updated backend config values.
- Added UI to show EDP banner on homepage.
- Adapted for Cere Network.
- Added API to add and get EDP info.