Skip to content

Releases: polkadot-js/apps

v0.72.1

21 Dec 10:18
Compare
Choose a tag to compare

Contributed:

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

14 Dec 12:53
Compare
Choose a tag to compare

Contributed:

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

07 Dec 12:33
Compare
Choose a tag to compare

Contributed:

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

30 Nov 13:51
Compare
Choose a tag to compare

Contributed:

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

23 Nov 15:31
Compare
Choose a tag to compare

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

16 Nov 15:35
Compare
Choose a tag to compare

Contributed:

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

09 Nov 15:02
Compare
Choose a tag to compare

Contributed:

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

02 Nov 18:14
Compare
Choose a tag to compare

Contributed:

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

26 Oct 14:50
Compare
Choose a tag to compare

Contributed:

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

19 Oct 09:00
Compare
Choose a tag to compare

Contributed:

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)