Releases: polkascan/explorer
Releases · polkascan/explorer
v1.3.1 release
What's Changed
- Update docker-compose.yml by @gracecampo in #32
New Contributors
- @gracecampo made their first contribution in #32
Full Changelog: v1.3...v1.3.1
v1.3 release
- Raw working version of dashboard statistics
- Improved search
- Remove Subsquid deprecated archive node dependency
Full Changelog: v1.2...v1.3
v1.2 release
What's Changed
-
Requirements update of scalecodec: this solves decoding errors on newer runtimes
-
Added CUSTOM_TYPE_REGISTRY env: this will add the ability to override default type definitions used by
scalecodec
-
Pin alembic to prevent issues with 1.10: newest version of alembic caused issues during upgrade
Full Changelog: v1.1...v1.2
v1.1 release
The following features have been implemented:
- Account-specific events
- Event-based balance transfers per account
- Account-specific staking events (including rewards and slashes)
- Account balance history
- Activation dates for runtimes
- Enhanced back end query performance
- New back end performance logging functionality
- Additional filters on list pages (such as date range, block range, runtime version, etc.)
- Tree view of call arguments and event attributes.
Full Changelog: v1.0...v1.1
v1.0 release
- Up and running in a few simple steps and requirements for a local dev chain or testnet.
- Stand-alone data harvester process with the possibility to add other ETL extensions besides the current explorer application
- Schedule custom periodic storage snapshots like e.g.
System.Account
orBalances.TotalIssuance
- GraphQL interface for the indexed data with subscriptions on data-changes
- Combining on-chain with indexed datasources with Polkadapt
- Easy to customize Angular Material based UI