Releases: AmbireTech/ambire-common
Releases · AmbireTech/ambire-common
v0.7.0
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
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
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