(Feature) Decode multiSend tx details#1106
Conversation
|
Travis automatic deployment: |
2 similar comments
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
Could we make the function & parameter names bold? Also, Richard had the idea of using the function name in the overview to make it easier to see which Transaction should be expanded to get some information on specific things. So instead of "Transaction 1" it could say "Transaction 1 (approve)". I think this might be an improvement that does not require too much effort, but happy to get your thoughts on this. I'm also fine leaving it out and opening a separate ticket for this. |
|
Travis automatic deployment: |
ESLint Summary View Full Report
[warning] @typescript-eslint/explicit-module-boundary-types
Report generated by eslint-plus-action |
|
Travis automatic deployment: |
2 similar comments
|
Travis automatic deployment: |
|
Travis automatic deployment: |
|
I repeated the same test I did the last time, trying every app possible in rinkeby and checking that they look fine in the tx and its details |
|
Travis automatic deployment: |
# Conflicts: # src/logic/addressBook/store/selectors/index.ts # src/routes/safe/components/Balances/SendModal/screens/AddressBookInput/index.tsx # src/routes/safe/store/models/types/transaction.ts # src/store/index.ts
|
Travis automatic deployment: |
|
@mikheevm, please, don't forget to review recent changes |
| export interface AddressBookMap extends Map<string> { | ||
| toJS(): AddressBookMapSerialized | ||
| get(key: string): List<AddressBookEntryRecord> | ||
| get(key: string, notSetValue: unknown): List<AddressBookEntryRecord> |
There was a problem hiding this comment.
return type is a little bit off here, it can also return typeof notSetValue
|
Tried one more time in a new safe and incognito mode and it worked fine Looks good to me Safe for testing: https://pr1106--safereact.review.gnosisdev.com/app/#/safes/0x5D0edD9272a653Bf6b3b49e9856c7030942d2003/transactions |
|
CLA Assistant Lite All Contributors have signed the CLA. |
|
Travis automatic deployment: |


This PR closes #865, by properly presenting tx's decoded data for
multiSendtxs in the tx's expanded view.note: I converted it to draft because, despite it's functional and can be tested, there are pending components refactor required. See 42ed908