Contributed:
- Adjust font alignments (Thanks to https://github.com/MiZiet)
- Add iCal export on calendar (Thanks to https://github.com/wirednkod)
- Add OnFinality endpoint for Polkadot/Kusama (Thanks to https://github.com/ianhe8x)
- Soramitsu Sora testnet (Thanks to https://github.com/stefashkaa)
- Update Plasm Dusty types (Thanks to https://github.com/hoonsubin)
- Update Edgeware mainnet endpoints (Thanks to https://github.com/drewstone)
- Typo fixes (Thanks to https://github.com/ShankarWarang)
Changes:
- Display the actual era start when using Aura (no extra session info)
- Expand staking account filters (payouts, # nominators, grouping)
- Use percentage-based model for returns on staking targets
- Display actual chain inflation as well as average staking returns
- Adjust refresh on validator chill, i.e. it moves to correct location
- User-defined RPCs (via config), not are treated first-class (operating everywhere)
- MultiSig now allows any participant to reject (despite any prior approvals)
- Adjust base fonts with saner cross-platform (from new.css) defaults
- Adjust staking targets to display nominations for those dropped next session
- Use
batchAllon staking creation as available (failure reverses all) - Add CopyButton on all
Hash-like fields - Cleanup component detection with non-primitives only (allows for greater configurability)
- Improve
useCalltyping, e.g. no hacks for.entriesor.atin usage - Adjust most type imports via
import type { ... } - Move all chain-specific config to
apps-config(thresholds & inflation)