Commit Graph

1697 Commits

Author SHA1 Message Date
Mikhail Mikheev d4f0cc8f47
Merge pull request #194 from gnosis/refactor-tx-service
Update safe-react for the refactor of the Safe Transaction Service
2019-11-08 14:45:21 +04:00
Uxio Fuentefria d441d110b2 Remove executed txHash from confirmations 2019-11-08 11:37:13 +01:00
Germán Martínez 101ac77dbe
Merge pull request #245 from gnosis/240-match-owner-names
Bug #240: Fix the order of the owners addresses when creating a Safe
2019-11-06 17:22:56 +01:00
Germán Martínez 9b0c503fbf Update dependencies 2019-11-06 17:12:31 +01:00
Germán Martínez f71f00cc32 Fix the order of the owners addresses when creating a Safe 2019-11-06 15:27:12 +01:00
Mikhail Mikheev 74f9956b73 Merge branch 'master' of github.com:gnosis/safe-react into development 2019-10-24 12:14:09 +04:00
Mikhail Mikheev 07f4e814f4
Merge pull request #230 from gnosis/hotfix/dai-token-symbol-return
Hotfix: Transactions don't show up if there's DAI token tx
2019-10-23 17:20:00 +04:00
Mikhail Mikheev d8df1465fa Eslint fix 2019-10-23 16:37:52 +04:00
Mikhail Mikheev e60e81c606 Use alternative abi for getting symbol for DAI token 2019-10-23 16:29:48 +04:00
Mikhail Mikheev 1eddf85a17
Merge pull request #228 from gnosis/issue-213
Support Safes with old proxy (payingProxy)
2019-10-22 13:22:48 +04:00
Mikhail Mikheev bf6d1bf535
Merge pull request #226 from gnosis/lukasschor-patch-1
Update readme
2019-10-22 13:21:46 +04:00
Uxio Fuentefria 2e850e6689 Support Safes with old proxy (payingProxy)
- Version of the Safe has to be at least v1.0.0
- Closes #213
2019-10-21 18:42:01 +02:00
lukasschor ea1ed3f906
Update readme
Changing tagline
2019-10-18 14:01:38 +02:00
Mikhail Mikheev 377622f5bc
Merge pull request #220 from gnosis/133-send-improvements
Feature #133: Send improvements
2019-10-18 14:24:45 +04:00
Mikhail Mikheev 32b888548d dep bump 2019-10-16 19:23:30 +04:00
Mikhail Mikheev 0ef723c1bd Merge branch 'development' of github.com:gnosis/safe-react into 133-send-improvements 2019-10-16 19:20:52 +04:00
Mikhail Mikheev ab3f19e7ad Merge branch 'master' of github.com:gnosis/safe-react into development 2019-10-16 19:19:16 +04:00
Mikhail Mikheev 2c5944250d Cancel transaction gas estimations 2019-10-16 19:17:38 +04:00
Mikhail Mikheev 1eb3695e0a remove owner gas estimations 2019-10-16 18:55:41 +04:00
Mikhail Mikheev 7d580e9b4b Styling fix 2019-10-16 18:10:21 +04:00
Mikhail Mikheev 44b7282865 ReplaceOwnerModal gas estimations 2019-10-16 18:03:01 +04:00
Mikhail Mikheev 686a174f0b AddOwnerModal gas estimations styling fixes, ReplaceOwnerModal gas estimations wip 2019-10-16 13:54:18 +04:00
Mikhail Mikheev ede3293968 Add Owner Flow gas estimations 2019-10-16 12:29:35 +04:00
Mikhail Mikheev c5a1ece144 Add owner flow gas estimations WIP 2019-10-15 19:12:34 +04:00
Mikhail Mikheev 0dd2ad5f5d Fix gas calculation error when confirming tx because of the modal premount, improve cancelled tx detection 2019-10-15 18:03:22 +04:00
mmv 75d37a5f39 Fix 'Send max' functionality when sending funds after send funds refactor 2019-10-15 15:17:19 +04:00
Mikhail Mikheev 102a22418c
Merge pull request #221 from gnosis/bug/205-max-value-validator-doesnt-work
BUG 205: Max value validator doesn't work when entering tx value
2019-10-15 15:05:18 +04:00
mmv f13cf6d083 Refactor send funds token select field to surpress mui warnings 2019-10-15 14:26:39 +04:00
mmv 849ed0a9ee Merge branch 'master' of github.com:gnosis/safe-react into 133-send-improvements 2019-10-15 13:29:19 +04:00
Mikhail Mikheev c3f4732aa5
Merge pull request #223 from gnosis/bug/218-non-18-decimals-tokens-transfer
BUG: Hotfix #218 Non-18 decimals tokens transfer
2019-10-14 19:15:26 +04:00
mmv 2b6f33ccda Replace StandardToken with HumanFriendlyToken when encoding token transfer data 2019-10-14 17:19:31 +04:00
mmv 17d42a29b5 Add test case for sending token with 6 decimals, wrap moveFunds helper fireEvent in act() 2019-10-14 17:13:15 +04:00
Mikhail Mikheev 19ce5abd48 Fix a fix for sending TX for tokens with decimals other than 24 2019-10-14 16:15:01 +04:00
Mikhail Mikheev b667f438ee Fix sending TX for tokens with decimals other than 24 2019-10-14 16:14:44 +04:00
mmv c63af7997e Dep bump 2019-10-14 16:13:21 +04:00
Mikhail Mikheev 0ca45b2132 estimate tx when confirming transaction with threshold > 1 2019-10-11 18:58:32 +04:00
Mikhail Mikheev 1e5958b8ea estimate tx when executing transaction with threshold > 1 2019-10-11 18:43:37 +04:00
Mikhail Mikheev 4aa48d8fce More notification fixes 2019-10-10 18:33:39 +04:00
Mikhail Mikheev de16a0cdec Gas estimations for approving TX wip, fix notifications reducer which led to infinite loop during HMR 2019-10-10 18:25:33 +04:00
Mikhail Mikheev ee483a98e4 refactor tx gas eestimation method to one functions which supports both execution and approval 2019-10-10 16:47:21 +04:00
Mikhail Mikheev ea04ae976e Add gas costs estimation to change owners for multiple owners safe 2019-10-10 13:14:16 +04:00
Mikhail Mikheev 845d0b93bc Add etherscan/copy buttons to remove owner flow 2019-10-09 17:55:49 +04:00
Mikhail Mikheev 85151687e8 Add etherscan/copy buttons to replace owner flow 2019-10-09 17:47:19 +04:00
Mikhail Mikheev e583b041a0 Add etherscan/copy buttons to edit owner 2019-10-09 17:32:41 +04:00
Mikhail Mikheev 43b079f4e0 Add etherscan/copy buttons to add owner 2019-10-09 17:23:10 +04:00
Mikhail Mikheev e1266b8ee0 Don't pass etherscanLink prop to Receive because it's not needed 2019-10-09 17:05:13 +04:00
Mikhail Mikheev c6f5aa41d1 Add etherscan/copy buttons to custom txs flow 2019-10-09 17:03:59 +04:00
Mikhail Mikheev 769f16401a Add gas costs to custom tx, add etherscan/copy btns to send funds flow 2019-10-09 16:47:05 +04:00
Mikhail Mikheev 4d25c04410 Show gas costs estimation when sending TX (not custom), fix loading default safe error message typo, use formatAmount for gas costs when opening a safe 2019-10-09 14:16:45 +04:00
Mikhail Mikheev 147c235f7b use parseFloat in maxValue validator so it works for numbers between 0 and 1 and respects decimals 2019-10-08 16:13:58 +04:00