Skip to content

Releases: AmbireTech/ambire-common

v0.11.2

25 Jul 11:40
643c8aa
Compare
Choose a tag to compare

Changelog:

  • Add ensName as an optional network param
  • Change: andromeda unstoppable domain chain to ERC20

v0.11.0

21 Jul 16:27
bb4878b
Compare
Choose a tag to compare

Changelog:

  • Added: Callback for the useAccounts hook that catches a route change + missing types
  • Changed: Do not return allNetworks from useNetworks because it is misleading
  • Changed: Tweak the usePortfolio refresh mechanism to handle showing or not showing loading state
  • Fixed: Fill-in missing TS types causing log errors + ignore TS warns (causing log errors)

v0.10.0

13 Jul 12:00
82af3d8
Compare
Choose a tag to compare

Changelog:

  • Added: Migrated shared gas tank logic - hooks, services, helpers
  • Changed: Temporary change Polygon RPC
  • Changed: Refactor useCacheBreak params (props)

v0.9.0

11 Jul 11:39
6bb07e1
Compare
Choose a tag to compare

Changelog:

  • Added: Migrate Generate Contract Info script and update humanizerInfo.json to latest (which includes the gas tank config too)
  • Added: Migrate cache break hook
  • Changed: Update unsupportedDApps config to the latest
  • Changed: Update tokenList config to the latest
  • Changed: Update WALLETVestings config to the latest
  • Changed: Update WALLETInitialClaimableRewards config to the latest
  • Changed: Refine useStorage type definitions (so TypeScript complains less)

v0.8.3

01 Jul 12:56
Compare
Choose a tag to compare

Changelog:

  • Changed: Require ethereumjs-util v7.x as peer dep

v0.8.2

01 Jul 12:25
34b1f9c
Compare
Choose a tag to compare

Changelog:

  • Added: Networks gas tank flag
  • Fixed: Allow more flexible versions for the adex-protocol-eth and ethereumjs-util packages (because web and mobile use different versions at this point)

v0.8.1

29 Jun 08:59
8d9452c
Compare
Choose a tag to compare

Changelog:

  • Add: Migrate gas tank hook
  • Change: Arbitrum RPC

v0.8.0

23 Jun 15:03
1be99f4
Compare
Choose a tag to compare

Changelog:

  • Added: Andromeda network
  • Added: Migrate Wallet Connect Hook
  • Changed: Bump up the adex-protocol-eth package version
  • Fixed: Persist portfolio other balances order based on the network id

v0.7.0

21 Jun 11:16
ecda587
Compare
Choose a tag to compare

Changelog:

  • Memoize portfolio functions
  • Converting to Buffer when generateAddress2 gets executed
  • Added missing types to all hooks
  • Migrated useRalayerData hook
  • Fixed the annoying error toast appearing after 5-10 min of app inactivity. Caused by a missing default in a corner case with the usePortfolio hook.
  • Fixed usePortfolio error toast with f.length + add missing types
  • Migrated common config for the multiplier badges
  • Migrated usePrivateMode hook
  • Renamed all hooks that don't start with 'use' to be consistent with the rest of the hooks naming (new naming pattern: useHookName)

v0.6.0

03 Jun 15:06
da519aa
Compare
Choose a tag to compare

Changelog:

  • Add: Rinkeby network
  • Add: flag to hide networks in the networks config
  • Add: address book hook (common logic)
  • Add: missing show-hide token-related types
  • Add: migrate validation functions (common logic)
  • Add: migrate Unstoppable domains logic
  • Change: Enable optimism nft protocols
  • Change: Gnosis rpc config
  • Fixed: Accounts hook exhaustive deps memoization issues bug