Skip to content

Releases: AmbireTech/ambire-common

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

v0.5.0

27 May 15:24
Compare
Choose a tag to compare

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

18 May 13:18
cf133f7
Compare
Choose a tag to compare

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

v0.3.1

13 May 14:16
5312350
Compare
Choose a tag to compare

Changelog:

  • Fixed: Resolve TypeScript errors (warnings)

v0.3.0

13 May 11:40
b422fd2
Compare
Choose a tag to compare

Changelog:

  • Added useStorage hook abstraction

v0.2.1

13 May 08:53
826da00
Compare
Choose a tag to compare

Changelog:

  • Fixed: version name inconsistency

v0.2.0

13 May 08:32
03e3dd8
Compare
Choose a tag to compare

Changelog:

  • Add: SupportedProtocols as constants

v0.1.0

12 May 12:15
Compare
Choose a tag to compare

That's the initial, proof of concept version. Changelog:

  • Added: Configure TypeScript, Eslint, Prettier, Editorconfig and .gitignore
  • Added: Integrate the useNetwork hook as a proof of concept