* ChecksumAddresses when add new addressBook entry
ChecksumAddresses when add new owner
ChecksumAddresses when replaces owner
* Refactor expandedTx to show creation safe data
* Export CreationTx, IncomingTx and OutgoingTx render to components
Rename components
* Renames addMockSafeCreationTx to getCreationTx
* Avoid unnecessary fetch of creation tx after the first fetch
* - Loads creationTx once the safe loads
- Adds addOrUpdateTransactions.js
- Adds fetchSafeCreationTx.js
- Removes creationTx logic from fetchTransactions.js
- Updates notificationsMiddleware.js
* Fixs getAwaitingTransactions
* Remove creationTx selector
* Merge branch 'development' of https://github.com/gnosis/safe-react into 416-contract-version-improvements
# Conflicts:
# src/routes/safe/components/Balances/index.tsx
# src/routes/safe/container/index.tsx
* Merge branch 'development' of https://github.com/gnosis/safe-react into 416-contract-version-improvements
# Conflicts:
# src/routes/safe/components/Balances/index.tsx
# src/routes/safe/container/index.tsx
* Fix date column in safe creation
* Add copy and etherscanlinks to creation safe details
* Fix hooks import
* Dep bump
* add deps to useEffect hook
* Revert "Dep bump"
This reverts commit f22795296cd7989ecda594ffef4478c2f5d92911.
* fix / redirect
* Fix currency fetch 400 error
* extract tab labels to components
* fix currency dropdown not showing, rename DropdownCurrency component to CurrencyDropdown
* Fix loader component type
* move steps to a separate file
* make confirmation banner green
* track safe creation in analytics
* add back button
* remove width style from backbutton
* remove width style from backbutton (prev was just commented)
* remove components-v2 and use safe-react-components
* fix duplicated import
* bring back addressinfo component because it was not included in safe-react-components
* Fix broken import (CurrencyDropdown component was renamed)
* add CustomIconText component to fix transaction tab crash
* bring back ListLayoutComponent
* Checksum addresses when build address book from localStorage
Checksum owner's addresses when build safe from localStorage
* ChecksumAddresses when add new addressBook entry
ChecksumAddresses when add new owner
ChecksumAddresses when replaces owner
* Adds checksumAddress function
Replaces old web3 usage with checksumAddress
* Refactors all web3.utils.toChecksumAddress with checksumAddress()
* Fix duplicating var name