Skip to content

Releases: AmbireTech/ambire-common

v0.10.0

Choose a tag to compare

@superKalo superKalo released this 13 Jul 12:00
82af3d8

Changelog:

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

v0.9.0

Choose a tag to compare

@superKalo superKalo released this 11 Jul 11:39
6bb07e1

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

Choose a tag to compare

@superKalo superKalo released this 01 Jul 12:56

Changelog:

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

v0.8.2

Choose a tag to compare

@superKalo superKalo released this 01 Jul 12:25
34b1f9c

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

Choose a tag to compare

@superKalo superKalo released this 29 Jun 08:59
8d9452c

Changelog:

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

v0.8.0

Choose a tag to compare

@superKalo superKalo released this 23 Jun 15:03
1be99f4

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

Choose a tag to compare

@sonytooo sonytooo released this 21 Jun 11:16
ecda587

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

Choose a tag to compare

@superKalo superKalo released this 03 Jun 15:06
da519aa

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

v0.5.0

Choose a tag to compare

@sonytooo sonytooo released this 27 May 15:24

Changelog:

  • Migrated humanizer logic
  • Configured linter and prettifier
  • Migrated useAccounts hook
  • Migrated usePortfolio hook
  • Migrated useToasts hook types
  • Configured Arbitrum network
  • Migrated address (service) functions
  • Migrated approveToken (service) func
  • Migrated requestToBundleTxn (service) func

v0.4.0

Choose a tag to compare

@superKalo superKalo released this 18 May 13:18
cf133f7

Changelog:

  • Added: Migrated all files with common constants from web and mobile, see #9
  • Changed: remove the React as a dependency (in general - use no dependencies) and add it as a peerDependency instead, see #10