Conversation
And getNewTxNonce
…to remove-ganache
Adds generateSafeTxHash test
|
CLA Assistant Lite All Contributors have signed the CLA. |
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
1 similar comment
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
Adds isModifySettingsTransaction tests Adds isMultiSendTransaction tests Adds isUpgradeTransaction tests Adds isOutgoingTransaction tests Adds isCustomTransaction tests
…to remove-ganache # Conflicts: # src/logic/addressBook/utils/index.ts # src/logic/safe/store/actions/utils.ts # src/routes/safe/components/Balances/SendModal/screens/AddressBookInput/index.tsx # src/test/safe.dom.balances.ts
|
Travis automatic deployment: |
1 similar comment
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Hey @mikheevm just ping you to ask if you are able to check this pr or we should merge it |
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Outdated
Show resolved
Hide resolved
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
mmv08
left a comment
There was a problem hiding this comment.
This was a very hard one, thank you!
one last comment, please
src/routes/safe/store/actions/transactions/__tests__/utils/transactionHelpers.test.ts
Show resolved
Hide resolved
|
Travis automatic deployment: |
Description
Added unit tests for the following files:
AddressBookUtils.tsfetchSafeTokens.tstokenHelpers.tsethAddresses.tstransactionHelpers.tsactions/utils.tssafeBalances.tsAlso added types for addressBook and fixed a bug on the
isERC721ContractmethodI tried to avoid the interaction with web3, just tested our logic and added some mock functions for
transactions,safeInstancePlease ignore the branch name, it was intended to be a ganache removal pr but then we discussed internally that will be better if we just start adding easy-tests as a first approach to have a basis and then we could start another pr with more complex tests