Releases: polkadot-js/apps
Releases · polkadot-js/apps
v0.72.1
Contributed:
- Fix tooltip z-index on modals (Thanks to https://github.com/ii-ii-ii)
- Align media queries on staking targets (Thanks to https://github.com/ii-ii-ii)
- Handle pending bounty payouts (Thanks to https://github.com/ekowalsk)
- Bounty create modal (Thanks to https://github.com/MiZiet, https://github.com/ekowalsk, https://github.com/krzysztof-jelski)
- it i18n updates (Thanks to https://github.com/fomod-in)
- Add Zero testnet (Thanks to https://github.com/2075)
- Update encointer types & testnets (Thanks to https://github.com/brenzi)
- Additional types for Dock network (Thanks to https://github.com/lovesh)
- Update Phala endpoint (Thanks to https://github.com/h4x3rotab)
Changes:
- Add Rococo v1 testnet (with Tick, Trick & Track)
- saving of toggle options on staking pages
- Adjust bounties & tips with current Substrate endpoints
- Add warning for older chains without atomic batches (where used)
- Allow InputAddress display when no optional are available
- Cleanup last-block-received countdowns (fixed character spacing)
- Add sharing button for type definitions
- Typo on society pages (with i18n key adjustments)
- Adjust semantic-ui imports to non-cjs
- Use RxJs & memoize from
@polkadot/util
- Cleanup global registry usage, only use registry from API
- Cleanup info console logs for redirect (show APIs only as applicable)
- Remove unused TxModal components
- Swap to Webpack 5
v0.71.2
Contributed:
- Update it i18n (Thanks to https://github.com/fomod-in)
- Add endpoint & types for MatchChain Galois (Thanks to https://github.com/hging)
- Change endpoint for Sora (Thanks to https://github.com/stefashkaa)
- Adjust Centrifuge types after upgrade (Thanks to https://github.com/mikiquantum)
- Adjust Moonbeam types for future upgrades (Thanks to https://github.com/joelamouche)
- Adjust Equilibrium types for balances (Thanks to https://github.com/pr0fedt)
- Adjust bounties layout & add counter (Thanks to https://github.com/MiZiet)
- Add max-width for content layouts (Thanks to https://github.com/MiZiet)
- Use API derives for bounties (Thanks to https://github.com/krzysztof-jelski & https://github.com/MiZiet)
- Extra type-only imports into seperate groups (Thanks to https://github.com/ekowalsk)
Changes:
- Multisig/Proxy add is only active when accounts are available
- Adjust error popups to cater for strings as thrown (in addition to Error object)
- Ensure that bad/erroneous judgements has the highest display priority
- Detect new weight definitions for max batch-size calculations (with old fallback)
- Move Sora & Moonbean type definitions to bundle-only
- Allow for custom chain RPC definitions via typesBundle
- Split endpoint definitions into folder (dev/prod/test)
- Adjust Tooltip formatting with consistency between balances/locks
v0.70.1
Contributed:
- Add first area around bounties, the existing display (Thanks to https://github.com/krzysztof-jelski)
- Adjust import ordering with plugin (Thanks to https://github.com/ekowalsk)
- Add Polkadot/Kusama endpoints via PatractLabs (Thanks to https://github.com/toxotguo)
- Add types for Bitfrost testnet (Thaks to https://github.com/janpo)
- Adjust Crust network types & logo (Thanks to https://github.com/zikunfan)
- Adjust types for Phala poc-3 (Thanks to https://github.com/LusWar)
- Move to typesBundle for Moonbeam (Thanks to https://github.com/joelamouche)
Changes:
- Bump to latest Ledger libraries for Windows USB fixes
- Store network endpoint affinity (last-used per network)
- Only show links in sidebar for verified-good identities
- Adjust staking pages to show loading indicators, optimize number of queries
- Adjust staking target filters, including explicit identity grouping
- Rework target/waiting loading with shared nominator loading
- Cleanup calendar interface (ease of maintaining)
- Remove sparsely-used classes utility (inconsistent use)
- Swap to using TypeScript 4.1.2
- Adjust dark theme to work with help overlays
v0.69.1
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
batchAll
on 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
useCall
typing, e.g. no hacks for.entries
or.at
in usage - Adjust most type imports via
import type { ... }
- Move all chain-specific config to
apps-config
(thresholds & inflation)
v0.68.1
Changes:
- Adjust API state display to explictly render "connecting to node" state
- Change Mill/Bill/Tril rendering from Mega/Giga/Tera
- Staking now limits per-operator exposure by default (only 1 selected on auto)
- Adjust Expanded rendering to be completely on-demand (no hidden background renders)
- Ensure
MultiAddress
nodes fully work (API updates) - Adjust number of digits for number inputs to max decimals
- Rework invalid ABI detection with proper error clearning
- Use TypeScript
import type { ... }
for all files - Expand notes on colors/logos with actual RPC endpoints
- Publish
@polkadot/apps-config
(with reworked import/export) - Bump Ledger libs to latest version (as per
@polkadot/ledger
)
v0.67.1
Contributed:
- Improve support/naming for Ethereum-compatible accounts (Thanks to https://github.com/joelamouche)
- Support for Ethereum-compatible signature verification (https://github.com/joelamouche)
- Added Moonbeam types for current versions (Thanks to https://github.com/joelamouche)
- Added Moonbase Alpha to list of test networks (Thanks to (Thanks to https://github.com/joelamouche))
- Add Equilibrium Mainnet; updated Equilibrium Testnet (Thanks to https://github.com/pr0fedt)
- Update types of Cantillon testnet (Thanks to https://github.com/brenzi)
- Update types of Gesell testnet (Thanks to https://github.com/brenzi)
- Add Darwinia network (Thanks to https://github.com/WoeOm)
- Add Bitfrost Asgard testnet (Thanks to https://github.com/janpo)
Changes:
- Ensure account addition checkbox shows on smaller screens
- Add support for contract budles via
.contract
files - Allow contracts to specify salt parameter on deployments
- Update contracts banner to reflect released Solang 0.1.5+ support
v0.66.1
Contributed:
- Adjust font injection into all pages (Thanks to https://github.com/EthWorks)
- Update types for Acala TC5 (Thanks to https://github.com/xlc)
- Cleanup global font injection (Thanks to https://github.com/Tbaut)
Changes:
- Cleanup calculation of available voting balance on council (no unneeded refreshes)
- Default to make contract calls with maximum weight (& align wih Rust RPC max)
- Always check the refCount before allowing all-balance transfers
- Allow council motions to display even when some on-chain proposals are invalid
- Fix treasury tips to correctly check values against hashes
- Add support for Ethereum icons (for Ethereum-compatible chains)
- Bump to major
@polkadot/{keyring, util, util-crypto}
release
v0.65.1
Contributed:
- Fix for Electron account loading (Thanks to https://github.com/EthWorks)
- Adjust electron override hashes & bump versions (Thanks to https://github.com/EthWorks)
- Update i18n zh strings (Thanks to https://github.com/starit)
- Adjust Edgeware RefCount type (Thanks to https://github.com/drewstone)
- Trigger tip refresh on close (Thanks to https://github.com/Tbaut)
Changes:
- Adjust for latest Rococo types
- Adjust council motion parsing (allow for some non-parseable)
- Adjust for use of new
api-contracts
(including call errors) - Allow for selection of payment destination on initial bonding
v0.64.1
Contributed:
- New account creation dialog (Thanks to https://github.com/EthWorks)
- Update Darwinia Crab types (Thanks to https://github.com/WoeOm)
- Update Kulupu types (Thans to https://github.com/sorpaas)
- Add Hanonycash types & endpoints (Thanks to https://github.com/Hanonycash)
- Update ko i18n (Thanks to https://github.com/maestro779)
- Update links in apps-config (Thanks to https://github.com/NukeManDan)
Changes:
- Allow for Ascii inputs on Bytes (in addition to hex & files)
- Ensure that InputNumber respects the biLength for the type it is dealing with
- Displays the last blocks containing contract executions in contract overview
- Parse contract events (both status pops-up and explorer views)
- Display actual codeHash (and allow copy) as part of code management
- Adjust labels for contracts UI with explicit "None" projection
- Adjust contracts UI to actually use Balance types where so specified in the ABI
- Add support for Solang i256 & u256 types
- Adjust contract messages to display names in camelCase (consistent with API)
- Add gas estimation for contracts
- Adjust JS bundles to have a better parallel throughput
- Adjust checks for Aura for unbonding, displaying on era
v0.63.1
Contributed:
- Updates for new Acala testnet (Thanks to https://github.com/aniiantt)
- Update i18n ko (Thanks to https://github.com/maestro779)
- Update i18n fr (Thanks to https://github.com/Tbaut)
- Contract metadata display bg on dark mode (Thanks to https://github.com/Tbaut)
Changes:
- Swap chain/prefix lookups to
@polkadot/networks
(single area to manage) - Fix formatting for large decimals on InputNumber (previously had toNumber)
- Adjust Dock logos naming (aligns with network identifier)
- Update i18n generation to handle routing strings
- Estimate contracts execution gas (on contract call)
- Use RPC for rent projection (to project eviction as available)
- Metadata QR now aligns decimals with UI defaults (shared with react-api values)
- Add endpoint for Canvas testnet (& setup types for node)