Skip to content

Releases: polkadot-js/apps

v0.82.1

01 Mar 07:25
Compare
Choose a tag to compare

Contributed:

Changes:

  • Explicit messages around extension phishing support
  • Adjust parachain validators to always show stashes
  • Adjust block links display on a per-contract view
  • Adjust display of disabled items on popup menus (dark-mode driven)
  • Align bounty row display with the rest of the UI

v0.81.1

22 Feb 10:10
Compare
Choose a tag to compare

Contributed:

Changes:

  • Display validators for all connected parachains
  • Adjust included block parachain calculation
  • Align bounties display with UI styling
  • Rework calculation for min-available balance warning in signer
  • Adjust slashed validators display (check against known eras)
  • Cleanup JS console app examples for system.account usage
  • Adjust JS console app sending example (incl. Signer fix)
  • Display error on contracts deploy pre-3.0 Substrate with no utility.batch
  • Adjust table displays with bottom-borders
  • Adjust Governance proxy checks to include tips
  • Reworks digits formatting for explorer blocks

v0.80.1

15 Feb 10:01
Compare
Choose a tag to compare

Contributed:

Changes:

  • Adjust explorer block display to not show unsigned as immortal (no era info)
  • Protect against overflows in staking returns calculations
  • Add warning on none bonded to not send to validators, but rather bond
  • Adjust staking min-bonded overall calculations
  • Cleanup accounts loading display (no initial flash)
  • Add Register action for parachains (non-proposal mode)
  • Adjust council display to cater for new Substrate version
  • Adjust bounties pages to align better with UI look and feel
  • Start of parachain auctions interface (skeleton-only)
  • Adjust useFavorites to not re-read storage on re-renders
  • Adjust useLoading hooks to only fire once
  • Convert all spec types to use bundles (single adjustment)
  • Consistent sorting for all RPC nodes (live & testing)
  • Update Rococo genesis after reset
  • Split test parachains into own section on network selector

v0.79.1

08 Feb 09:03
Compare
Choose a tag to compare

Contributed:

Changes:

  • Allow for Ledger-compatible bip32+ed25519 accounts on creation dialog
  • Display overall min. nominated amount on staking targets
  • Warn with check of to-be-bonded against current min nominated
  • Wan on fees dropping below existential to transaction signing dialog
  • Don't display account menus where there are no available items
  • Adjust mnemonic copy location on account creation (no overlaps)
  • Extend contracts to upload & deploy in one step (aligns with newest contract module)
  • Add initial support for the crowdloan module
  • Adjust best head extraction for parachains
  • Adjust extrinsic apps to clear previous errors on creation
  • Ensure calendar works with non-standard schedulers (like in Rococo)
  • Pass registry with Call decoding, allowing decoding at that point in time
  • Adjust popup menu dividers to ignore empty sections
  • Don't re-initialize useState, use callbacks for init as applicable
  • Cleanup TypeScript as any usages

v0.78.1

01 Feb 11:40
Compare
Choose a tag to compare

Contributed:

Changes:

  • Additional check for isEditable to make network swap available (i.e. non-injected only)
  • Allow for the addition of account name when adding Ledger
  • Adjust staking rendering for incremental display (instead of waiting for all)
  • Ensure InputAddress only returns filtered/available values
  • Explicit warnings on inactive staking (when none are active)
  • Allow for state app to operate without accounts
  • Adjust badges for non-specific and development accounts (including tooltips)
  • Adjust ChainImg to not fallback on current selected
  • Adjust Rococo proposal displays (align with new types)
  • Display parachain logo alongside parachain links
  • Update Rococo genesisHash
  • Bump Edgeware definitions
  • Bump Rococo definitions

v0.77.1

25 Jan 13:31
Compare
Choose a tag to compare

Contributed:

Changes:

  • Allow Ledger accounts to be visible even when unplugged
  • Add warning where transfer fees are not covered by balance
  • Check transfer recipients against phishing list
  • Addition of hardware accounts always tie to genesis
  • Hide identity account operations on hardware devices
  • Allow for display of multiple balance instances
  • Adjust PolkaBTC definitions to indicate balance instances
  • Display extrinsic signatures (with type) on explorer

v0.76.1

18 Jan 14:11
Compare
Choose a tag to compare

Contributed:

Changes:

  • Update Ledger usage with hooks (Thanks to https://github.com/Tbaut for final testing)
  • Add Parachain proposal support for Rococo
  • Add ability to propose new parachains (via modal)
  • Expand parachain information (including from-chain numbers/issuance)
  • Remove Web3 Foundation endpoints for Kusama and Polkadot
  • Add small border on QR codes for dark-ode support
  • Update Polkascan & Subscan links with all available chains
  • Add hook for multi queries, apply use as applicable
  • Ensure epoch/session is displayed (when no staking module)
  • Bump Electron to latest version (security fix on V8)
  • check for availability of query.council on council app
  • Use latest @polkadot.networks with hasLedgerSupport flag

v0.75.1

11 Jan 14:56
Compare
Choose a tag to compare

Contributed:

Changes:

  • Add (as used) warning for refcount on normal transfers
  • Update transfer recount check to cater for new Substrate
  • Fix staking comission validation (always 0-100 only)
  • Display errors of account derivation failures
  • Basic parachain registration modal (non-sudo only)
  • Additional upcoming parachain info & alignment fixes
  • Allow use of closeOperational on chains that do support it for collective proposals
  • Swap Error/Warning to consistent display with boxed triangle
  • Always build bundles with NODE_ENV=production set (react non-dev)
  • Swap Edgeware to specVersioned (with supporting type release from the team)
  • Disable network with missing types resulting in load failures
  • Adjust voting dialog with better display for non-preimage proposals
  • Adjust header highlights for better light/dark support
  • Fix JS app display with (& add tabs for consistency)
  • Update Electron CSP to cater for local nodes
  • Rework endpoint configuration for better ease of config

v0.74.1

04 Jan 11:41
Compare
Choose a tag to compare

Contributed:

Changes:

  • Update parachains app for Rococo V1 support (basics-only)
  • Block self-proxies from proxy setup dialog
  • Display locked amount on seconding modal
  • Use blockWeights.maxBlock value (as available) for max-fit calculations
  • Adjust multi-address input for dark-theme
  • Workaround for contract RPC value serialization
  • Fix InputAddress as used on sub-identity setups
  • Fix disabled check on bond more (proper check against stash)
  • Move apps-config/bundled -> specVersion (usage clarity)
  • Move Kulupu to spec versioned types
  • Remove generic asset support (to be replaced with asset)
  • Swap to webpack-dev-server for development environment

v0.73.1

28 Dec 14:03
Compare
Choose a tag to compare

Contributed:

Changes:

  • Optimize staking data retrieval (18s -> 10s on Kusama test for staking overview load)
  • Pass explicit function (no strings) to TxButton props
  • Adjust calendar rows for dark theme
  • Update Frontier types (now included in API)
  • Webpack dev environment cleanups