MyCrypto/common
William O'Beirne bf4171dfbd Transaction confirmation modal (#108)
* Add a little arrow icon.

* Replaced toEther function with toUnit to reduce the number of conversion functions wed need. Add tests for conversion functions.

* First pass at a styled confirm transaction modal.

* More data about data

* Hook up generated transaction with modal

* Fix modal position

* Add from address. Restyle a bit.

* Only show textareas and button if transaction has been generated.

* Remove need for param.

* Copy.

* Use non-relative path.

* Initial crack at transaction token support.

* Fix flow type

* Unit tests for contracts and erc20

* Convert contract class to ethereumjs-abi, caught a bug

* Add decodeArgs for contracts, decodeTransfer for erc20

* Show token value in modal

* Show value from transaction data in confirmation.

* Show address of receiver, not token contract

* Flow type

* Only accept bigs

* Unlog

* Use ethereumjs-abis method ID function

* Get transaction stuff out of state. Leave todo notes.

* Intuit token from transaction to address.

* Move generate transaction out of node and into libs/transaction.

* timeout -> interval

* Promise.reject -> throw

* Get default currency from network.

* Add more unit tests for decoding. Adopt the $ prefix for decoding calls.

* Use signed transaction in confirmation modal.
2017-08-23 08:57:18 +02:00
..
actions Keystore & Private Key Wallet Decrypts (#116) 2017-08-20 22:28:47 +02:00
api Swap Part 4 (#101) 2017-07-31 18:14:30 -05:00
assets Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
components Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
config Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
containers Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
libs Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
reducers Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
routing Contracts Tab Scaffolding (#70) 2017-07-27 19:31:59 -05:00
sagas Keystore & Private Key Wallet Decrypts (#116) 2017-08-20 22:28:47 +02:00
sass Reusable modal component (#50) 2017-07-15 01:26:43 -05:00
selectors Transaction confirmation modal (#108) 2017-08-23 08:57:18 +02:00
translations Complete Generate/Create Wallet Flow (#38) 2017-07-16 16:02:13 -05:00
utils Estimate gas (WIP) (#102) 2017-08-07 22:45:08 -05:00
index.html Manifest and Favicons (#69) 2017-07-22 15:55:59 -05:00
index.jsx Swap Part 4 (#101) 2017-07-31 18:14:30 -05:00
index.scss Manifest and Favicons (#69) 2017-07-22 15:55:59 -05:00
store.js Swap Part 4 (#101) 2017-07-31 18:14:30 -05:00