Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Feb 16:20
· 2113 commits to dev since this release

4.0.0 (2023-02-20)

Bitcoin support

Features

  • add autofocus on custom fees input (55b10a0)
  • add error page (6c9beb4)
  • add new tab menu item in narrow viewport (d80a766)
  • add ordinal support (ea972aa)
  • add taproot keychain (ba07bd1)
  • display ordinals (abf428b)
  • make address clickable to copy (cf70d81)
  • minimum spend validator to btc (6bf331b)
  • modify user messages feature, closes #3094 (299f182)
  • remove successful sign in toast (3aaf4e6)
  • send btc disabled kill switch (85961e7)
  • ui improvement (6c08582)
  • validate insufficient funds (e41b908)
  • wallet config bitcoin feature flag (fc83541)

Bug Fixes

  • add bitcoin activity to account restore flow (9e53c3c)
  • add wait to btc test (312895f)
  • address label (6072214)
  • avoid working outside of formik, dedupe is valid logic, closes #3117 (cb02514)
  • codeBlock component width in contract deploy flow (dab711e)
  • copy account address (f558508)
  • form errors on blur (2fd28fd)
  • improve empty address detection (9c4ffdd)
  • lower fetch time (72317f1)
  • merge conflicts from main (d473bdc)
  • negative amount err (2126eaf)
  • persist amount/recipient going to from send form (8fedf52)
  • preview button disabling (fd76fae)
  • prod btc address from fund page receive (84d1e1b)
  • remove empty state, closes #3206 (921a25e)
  • set system theme (2885269)
  • temp hide btc send all (f513e09)
  • tests (98b12eb)
  • transaction duplication (4421099)
  • typecheck failure in ordinals query (09a8697)
  • uninvert imgs, closes #3208 (65afa4e)
  • validate addresses against network, closes #3161 (83664da)

Internal

  • add config changes to dev (0ca785b)
  • add send container to full page (d4a5ded)
  • facade hook for form, reorg validators (4e6a523)
  • fix import, unwrap fns (ce914ac)
  • fix tests (7a56a1e)
  • form routing (fc5996b)
  • improve logic to calculate bitcoin fee (c8099e9)
  • kill old send form and tests (3847d7e)
  • remove bitcoin msg (cde1661)
  • send max and add available balance (2055e9c)
  • settings menu open in new tab (6d266d4)
  • upgrade crypto deps (048b3e4)