Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 02:40
· 7 commits to main since this release
68f0281

1.2.0 (2025-02-06)

Features

Bug Fixes

  • a bunch of fixes and refactoring the data fetching code (#19) (26ae636)
  • add appid to resource box resources (bff26d4)
  • add https scheme to links if not present and update subscriber-ts (#146) (1ee7bc2)
  • add pre-test setup (#251) (f6b52c0)
  • added exception for cross-spawn audit failure until fixed (6a23b73)
  • additional tweaks (#132) (f47ad49)
  • adjust trace filename (cdc295e)
  • asset fetching for application transactions (#27) (2c2f340)
  • block polling fails with wallet connected (30ef58a)
  • bug with foreign assets and some layout fixes (309a3a0)
  • check approval and clear when checking if opup (#152) (9f40d79)
  • check if a transaction id is uppercase in search (#200) (8b4e4af)
  • chore subscriber-ts tweaks (#66) (98c005e)
  • clawback visual tweaks (#168) (750c5ea)
  • correct display of asset amount (#293) (7dc48b0)
  • correct the logout url (6b5ee13)
  • correct validation of key reg transaction (51def52)
  • correctly mark an online key reg (#163) (c99412d)
  • correctly select menu item when in app-lab create or edit pages (19cf897)
  • don't cache failures (02c0473)
  • don't limit latest transactions to the latest 10 blocks (#165) (9cb0992)
  • don't show opt in/out button for algo (#144) (fa75b35)
  • ensures the dtClassName classes will take precedence. (da06eaa)
  • error when sending an app call that does an asset create (f209f68)
  • expire old latest transaction ids (#89) (c32036a)
  • feedback tweaks (#136) (d221f2c)
  • fix a test in layout page (3666f18)
  • fix layout for resource rendering (d2fb1e9)
  • global state is undefined when returned from algod (#65) (4e1cd74)
  • handle 0 voteFirst value in keyreg (2f18452)
  • handle a deleted asset (#21) (374605f)
  • handle an asset which uses both arc-3 and arc-69 (#161) (7dad183)
  • handle block with no transactions (#138) (fd0782c)
  • handle fetching a not json formatted asset metadata (#108) (3b005a8)
  • handle the radix errors logged to console (8c57b62)
  • handle walletProviders key in previously stored custom network settings (32f2995)
  • heavier header fonts (d01c91c)
  • json view for applications (#100) (e45fc7c)
  • make json more readable by increasing indentation (#141) (ca03606)
  • padding of the link is fixed (321bb24)
  • refinements (#142) (1714fb3)
  • refresh data and clients on network switch (#76) (66531cc)
  • render both account and address ABI args the same (3cf1e71)
  • resolve some algosdk@3 behaviour differences (80b9a99)
  • show the freeze address as the target for asset freeze transactions (#39) (a6b4e94)
  • small tweaks to asset metadata (d580bee)
  • some small fixes (#72) (931c888)
  • stpf handling by updating subscriber-ts (#170) (6a59397)
  • swallow error when failing to fetch asset metadata (d083100)
  • transaction table (#71) (ba6907f)
  • tweak how app call args and logs are rendered (#150) (f2f654a)
  • update subscriber-ts to fix approval and clear state program encoding (#175) (93bc076)
  • upgrade subscriber-ts to include a few fixes (#82) (418216d)
  • url to inner transaction when viewing groups (#40) (b36918d)
  • use algod for application results and fallback to indexer (#61) (ce7904a)
  • use created app id in transaction summary, when creating an app (8e8921b)
  • use name-b64 in case there is no name (d742594)
  • validating values in application global state (#261) (17b5d00)

Dependencies and Other Build Updates