* don't use nonce in tx reducer
* remove displaying of pending status if tx has no confirmations
* Fix test for transactions pending status
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Replaces old balanceUsd with fiatBalance and fiatCode on BalanceEndpoint API
* Update balance endpoint tests
Co-authored-by: Fernando <fernando.greco@gmail.com>
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Upgrade dependencies without breaking changes
* Update electron and gnosis dependencies with minor changes
* Upgrade dependencies with minor changes and remove unnecessary electron dependency
* Upgrade truffle-contract to latest @truffle/contract
* Remove the auto adding owners when the safe loads
* Let the user add "invalid names" in the addressbook and also shows them on the addressbook
* Fix update name of safe if addressbook updated
* Removes unused addSafe action, replaces it with addOrUpdateSafe
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Bump new onboard.js version
* Detect if port is used and change it if needed before starting the server
* Fix icon creation
* Fix formatting
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Mikhail Mikheev <mmvsha73@gmail.com>
* Update travis script to execute tests
* Update ReviewInformation components to remove type error
* Fix tests and import types without .d
* Upgrade dependencies with minor changes
* Fix addressbook types
Restructure addressbook store type
* Add more safe types
* Fix imports
* Removes .toJS() usage
* Fix condition for saving addressBook
* Types & remove send button from addressbook if user not an owner
* Add types for addressBook actions
Remove unused saveAndUpdateAddressBook action
* Refactor addressBook: make it global and removes immutableJS
Removes unused addAddressBook action
* Fix edit and remove entries style when user is not owner
* Adds and updates safe name in addressBook
* Adds checkIfOwnerWasDeletedFromAddressBook
Let the user remove owners users without adding them again each time the safe loads
* Simplify loadAddressBookFromStorage
* Fix compilation errors included in pr #1301
* Uses sameAddress function
* Add migration function for old stored address books
* Replaces shouldAvoidUpdatesNotifications with addAddressBookEntryOptions on addAddressBookEntry
* Unify return on getOwnersWithNameFromAddressBook
* Adds the addressbook names in safe load
* Reword shouldAvoidUpdatesNotifications
* Replaces adbk with addressBook
* Renames adbk to AddressBook
* Types on Open and Layout
* Remove unused actions and selectors
* Replaces initialValuesFrom to a hook and retrieves the ownerName
* Uses addressBook names in safe creation
* Fix owner name on creating safe
* Renames getNameFromAddressBook to getNameFromAddressBookSelector
* Fixs addOrUpdateAddressBookEntry action
* Updates addressbook on safe load
* Revert load update addressbook behaviour
* Renames checkIfOwnerWasDeletedFromAddressBook to checkIfEntryWasDeletedFromAddressBook
* Feedback
* Type review informaiton
* Adds ADD_OR_UPDATE_SAFE action
* Replaces addSafe with addOrUpdateSafe on addSafeHandler
* Exports isValidAddressBookName util function
* Adds isValidAddressBookName test
* Add tests for checkIfEntryWasDeletedFromAddressBook
* Fix saveAddressBook test
* Fix fetchSafeTokens.test.ts
* Add update individually safe props in addOrUpdate
* Fix updating addressbook entries on safe load/create
* Fix always loading safe as LOADED SAFE instead of safe name
* Fix adding owner as UNKNOWN on addressBook when adding new owner
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* use `updateSafe` instead of `addSafe`
* fix SAFE_UPDATE reducer
- treat every key individually
* allow to load owners on the first request
* Set UPDATE_SAFE to individually handling all props
* Handle List special case
* Add comment to list check
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* use `safeFeaturesEnabled` selector
also organized a bit the code (styles) and added Types for the `ChooseTxType` component
* fix `getGnosisSafeInstanceAt` return type
* add types to `safeStorage`
refactor `getSafeName`
* use redux selector to obtain master contract version
* fix return type
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* fix address being used as name
* Restore ENS name when sending transaction
* use `addressName` as default value if it happens that the name in the addressBook is not defined
* use resolvedAddress to filter by address in the address book
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
Co-authored-by: Mati Dastugue <matias.dastugue@altoros.com>
* Fix addressbook types
Restructure addressbook store type
* Add more safe types
* Fix imports
* Removes .toJS() usage
* Fix condition for saving addressBook
* Types & remove send button from addressbook if user not an owner
* Add types for addressBook actions
Remove unused saveAndUpdateAddressBook action
* Refactor addressBook: make it global and removes immutableJS
Add types
Removes unused addAddressBook action
* Remove todo
* Fix edit and remove entries style when user is not owner
* Adds and updates safe name in addressBook
* Adds checkIfOwnerWasDeletedFromAddressBook
Let the user remove owners users without adding them again each time the safe loads
* Simplify loadAddressBookFromStorage
* Fix compilation errors included in pr #1301
* Uses sameAddress function
* Add migration function for old stored address books
* Update tests
* Replaces shouldAvoidUpdatesNotifications with addAddressBookEntryOptions on addAddressBookEntry
* Update tests
* Unify return on getOwnersWithNameFromAddressBook
* Reword shouldAvoidUpdatesNotifications
* Replaces adbk with addressBook
* Fix condition
* Fix typos
* Fix typo
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* fix currency middleware, actinos, cleanup & bugfix
* mergeDeep in reducer
* dont modify state in add_safe if same already exists
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>
* Fix load current session
* Fixs useMemo usage in filteredData
* Type fetchTokens
* Type useFetchTokens
* Type setCurrencyBalances
* Fixs ADD_SAFE reducer for existing safe, uses mergeDeep instead of merge, now the active tokens for the safe are not overwritten
* Fix save selected currency
* Adds excludeSpamTokens param in fetchTokenCurrenciesBalances
* Adds onlyTrustedTokens param in fetchTokenCurrenciesBalances
* Merge with development
* Remove onlyTrustedTokens param
* Fix unnecesary changes
* Replace Dispatch with ThunkDispatch
* Fix import consistency
* Type containsMethodByHash
* Fix blacklisted addresses calculation
* Adds types on updateActiveTokens
Adds types on updateBlacklistedTokens
* Refactor Tokens to TokenList, makes it functional component
also fix blacklisted addresses calculation
* Refactor Tokens to TokenList, makes it functional component
also fix blacklisted addresses calculation
* Refactor AddCustomToken, add types
Removes actions from Tokens
* Fix warning on useEffect
Co-authored-by: Daniel Sanchez <daniel.sanchez@gnosis.pm>