Commit Graph

797 Commits (c69ebf34204d8fa932e0ac5240e7907f33d0afbb)

Author SHA1 Message Date
Dan Finlay 2cab2f767c Remove gas limit param 8 years ago
Kevin Serrano fa0bbd66b6
Fix persistence of transactions between networks. 8 years ago
Kevin Serrano 16c76d5229
Create migration to erase body in read notices. 8 years ago
Kevin Serrano bcaf0864c1
Remove notice body after reading. 8 years ago
Kevin Serrano 1b7326048d
Add current block number and hash to the state. 8 years ago
Kevin Serrano 33dd7954a7
Add kovan config settings to config manager. 8 years ago
Kevin Serrano c5f96be98d
Add kovan to config file. 8 years ago
Kevin Serrano 9906da86a4
Modify logic for injection conditions. 8 years ago
frankiebee 8c7be43403 Have better error messages 8 years ago
Dan Finlay b6e2eaf7b1 Remove eth-lightwallet 8 years ago
Kevin Serrano 37ffcfcf0e Rename variables to proper currency state variables. 8 years ago
Kevin Serrano 177f2dc948 Fix description of some migrations. 8 years ago
Kevin Serrano 4933e2e2ee Limit the number of addresses stored in our book. 8 years ago
Kevin Serrano 7dcab52a9e Connect keyring controller to address book to prevent additional duplicates. 8 years ago
Kevin Serrano 7182a2be43 Improve duplicate checking in address book. 8 years ago
Kevin Serrano 2ab86b001d Add comments. 8 years ago
Kevin Serrano b34ee4daa1 Allow for adding recently used addresses to address book. 8 years ago
Kevin Serrano b296640f1b Rename functions for consistency. 8 years ago
Kevin Serrano 9f6c040554
Create persistence address book. 8 years ago
Kevin Serrano d270cbc9d2
Create distinct labels and names for addresses. 8 years ago
Kevin Serrano acc9a2a9d0
Modify message. 8 years ago
Kevin Serrano 6f980cfe10
Add more informative message 8 years ago
Kevin Serrano 529eb25ced
Convert alert to a log.error 8 years ago
Kevin Serrano cf2268c3d2
Nodeify and promisify calls to background. 8 years ago
kumavis 92b8443824 tx-utils - add encoding utils 8 years ago
kumavis c063fab993 tx-utils - stricter naming type-based convention 8 years ago
kumavis 17b805c76e tx-utils - clean and comment 8 years ago
Jared Pereira 4916331c53 change BN.mul to BN.muln 8 years ago
frankiebee 2f7a95c257 Fix grammar in erro message 8 years ago
frankiebee 3e8b584c98 fix issue where account import allows for duplicates 8 years ago
Jared Pereira 4256e631a6 remove constant buffer and add multiplier 8 years ago
Kevin Serrano e7e024bcdd
Refactor of code into separate reducers and actions. 8 years ago
Dan Finlay fba7a50e1b Fixed encoding 8 years ago
Dan Finlay 32c767fbe8 Linted 8 years ago
Dan Finlay cdcd1b1e8b Fix hex encoding of message to create valid hex strings 8 years ago
Dan Finlay e66e755766 Fix normalizeMsgData function to always return hex prefixed 8 years ago
Frankie b84f1b0532 Fix issue where old txMeta object was being used to pass the txHash to the cb 8 years ago
Dan Finlay 9bd8c5f723 Render personal_sign messages as utf-8 text 8 years ago
Dan Finlay ddc136a7c2 Add a couple more debug logs 8 years ago
Dan Finlay f908aaafbc Use correct action to update and submit tx 8 years ago
Dan Finlay e07e4b7bc7 Linted 8 years ago
Dan Finlay da88481560 Remove gasMultiplier txMeta param 8 years ago
Dan Finlay 2e16e1eb94 Fixed bug that made send screen sometimes transition to account detail 8 years ago
Dan Finlay 1eb4a5d62c Add background method for updating and approving a tx in one call 8 years ago
Dan Finlay b5d03cd524 add controllers to root scripts folder 8 years ago
Dan Finlay 8c66260bdb Removed redundant personal_recover logic 8 years ago
Dan Finlay f2851402f3 Mostly fix personal_recover 8 years ago
Kevin Serrano dfc89d6c6d
Make gasPrice accessible to the UI. 8 years ago
Dan Finlay 961a83769b Fix cancel msg signing behavior. 8 years ago
Dan Finlay 4697aca02c Got personal_sign working 8 years ago