Skip to content

Releases: polkadot-js/apps

v0.120.1

08 Aug 12:13
Compare
Choose a tag to compare

Contributed:

Changes:

  • Built typesBundle statically (no explicit 3rd party dependencies)
  • Add support for Gov2 apps (referanda, preimages, whitelist, ranked collective)
  • Correctly handle errors on invalid proxy account selection
  • Handle JS apps error logs where logging itself fails

v0.119.1

30 Jul 07:51
Compare
Choose a tag to compare

Contributed:

Changes:

  • Add support for Alliance pallet
  • Only support contracts where storageDepositLimit is available
  • Adjust param component with additional deep inspection
  • Exclude transactionPayment.TransactionFeePaid from global events list

v0.118.1

19 Jul 10:05
Compare
Choose a tag to compare

Contributed:

Changes:

  • Always use author from chain derive (remove apps-specific detection logic)
  • Don't fail full block display in explorer on undecodable events
  • Bump 3rd party dependencies
  • Filter sections/methods for internal attributes
  • Silence build-step i18n scanner output

v0.117.3

14 Jul 05:34
Compare
Choose a tag to compare

Contributed:

Changes:

  • Top level package.json adjustment for Electron packaging
  • Filter relayinInfo.CurrentBlockNumbers from global events list

v0.117.2

12 Jul 08:45
Compare
Choose a tag to compare

Contributed:

Changes:

  • App for makingg calls to api.call.* (runtime)
  • Optimize/Dedupe usage of historyDepth in staking
  • Apply sorting to scheduler display
  • Optimize looping in staking code
  • Adjust staking ranking displays
  • Display max proposal (capped) amount in treasury
  • Support for named event fields
  • Disable unreachable endpoints
  • Display block runtime version on explorer
  • Adjust pool checks with isSome before using
  • UI updates to poll information displays
  • Adjust apps-config for non-augmentation
  • Adjust param display for Enums with presets
  • Fixes for release to gh-pages & ipfs

v0.116.1

04 Jun 10:46
Compare
Choose a tag to compare

Contributed:

Changes:

  • Adjust decoded extrinsic output for unsigned
  • Remove Subwallet from disallow list
  • Adjust key display for disabled InputExtrinsic
  • Adjust duplicate endpoint checks (trailing /)
  • Not Fasttrack voting for members === 1
  • Move Polkadex endpoints
  • Add stats charts for API operations
  • Retrieve Rococo & Westend genesis from @polkadot/networks
  • Disable unreachable endpoints

v0.115.2

16 May 14:37
Compare
Choose a tag to compare

Changes:

  • Fix multisig approvals not showing for threshold >2

v0.115.1

16 May 08:49
Compare
Choose a tag to compare

Contributed:

Changes:

  • Fix for extrinsic Decode -> Submission with Option params
  • Remove unused useWeightFee hook (additional Substrate deprecation)
  • Ensure multisig button is disabled with no weight received
  • Disable Fasttrack where no utility.batch is available
  • Apply filter for available extensions
  • Rename Rockmine network
  • Update Option handling in mappingWithDeposit author

v0.114.1

10 May 09:21
Compare
Choose a tag to compare

Contributed:

Changes:

  • Add support for V1 nomination pools
  • Add support for Collators display
  • Add Developer -> Utilities for conversions
  • Adjust display for Result<null, SpRuntimeDispatchError>
  • Adjust global events filter for parachain inclusions
  • Adjust API checks for staking functionality
  • Swap all charts from cumulative averages to overall averages
  • Disable broken sub.id redirects
  • Change Table expand to inline butoon
  • Disable unreachable endpoints
  • Fix Decoder -> Submission population of nested calls
  • Remove duplicated submission on Decoded extrinsics
  • Allow support for negative numbers, e.g. i128
  • Adjust all external links to only display icons
  • Simplify endpoint structure in apps-config
  • Display extracted timestamps in block info displays

v0.113.1

26 Apr 10:43
Compare
Choose a tag to compare

Contributed:

Changes:

  • Adjust AddressName to check for prefixes for numbered addresses
  • Combine active & waiting validator views
  • Adjust Dock logo location
  • Consolidate staking--hidden into --hidden classes
  • Detect democracy & staking via API type construction
  • Allow conviction entry in Vote parameter (extrinsics)
  • Cater for 9190 bounties without curator deposit
  • Add ExpanderScroll component for expander tables
  • Add label prop to Menu.Item
  • Convert all member lists to ExpanderScroll
  • Add isOdd/isEven classes on tables
  • Align all info banners on staking
  • Re-adjust Subscocial type imports (non-duplicated API imports)
  • SXwap to React 18 (w/ createRoot)
  • Remove jsx-runtime alias (not needed in React 18)
  • Small adjustments for upcoming nomination pools merge
  • silence all React test output warnings
  • Disable unreachable endpoints