Commit Graph

126 Commits (8a7bf925a9a03f3d20d5e8b71ed2031b0d5a261c)

Author SHA1 Message Date
Michael Scoff 8a7bf925a9 Change gas limit formula :) 7 years ago
Michael Scoff ba4c6f3aea Add 10% gas limit on top 7 years ago
Michael Scoff 26519d9c4d Fetch gas limit for specific transaction 7 years ago
Kamuela Franco 24480147e1 EstimateGas Feature (#210) 7 years ago
Michael Scoff 42c520dd75 Adapting to EIP55 7 years ago
Michael Scoff d4097ca4a9 Parse data and amount from the QR code 7 years ago
Oleg Gordiichuk 2769013b6d Issues/180 (#201) 7 years ago
Michael Scoff cf0da3f3b0 Fixing my messed up merge 😢 7 years ago
Michael Scoff 3ab956f286 Add address property to return 0x address format 7 years ago
Alejandro Isaza 2f65e364d5 Replace Geth with TrustKeystore 🎉 7 years ago
Michael Scoff 7e4d858751
Browser new (#192) 7 years ago
Oleg Gordiichuk d60d3db8f3 Update of the send view controller. 7 years ago
Oleg Gordiichuk 51007baa1f Hide section footer and fiat button if we do not have price. 7 years ago
Oleg Gordiichuk 544f843321 Clear code from section variable. 7 years ago
Oleg Gordiichuk e513a69335 Update of the section. 7 years ago
Oleg Gordiichuk 229feb6317 Update of the footer view 7 years ago
Oleg Gordiichuk 68a48cd6ff Update of the appearence. 7 years ago
Oleg Gordiichuk d3780cce76 Reset field value on pair change. 7 years ago
Oleg Gordiichuk 9e8d015be1 Send proper amount in tokens to the transaction. 7 years ago
Oleg Gordiichuk 273efeded0 Update condition for section update. 7 years ago
Oleg Gordiichuk 2bc47dd4d6 Show actual price of the toke. 7 years ago
Oleg Gordiichuk 2c25f3840d Add TokensDataStore dependansy to the view controllers. 7 years ago
Oleg Gordiichuk e0685fb4af Add pair to send view controller. 7 years ago
Marat Subkhankulov 1bfff24bcc
Fix typo 7 years ago
Michael Scoff 8e346a2abe Split networks into production and test 7 years ago
Miachel Scoff 6f7abd25c0 Set isDisabled by default 7 years ago
Miachel Scoff 1262a58030 Configure gas price and gas fee 7 years ago
Oleg Gordiichuk 33a525657e I remove memory leaks that are in SendViewController via usage of [weak self] instead of self in closures. (#151) 7 years ago
Michael Scoff 9821cd2679
Added custom data input (#149) 7 years ago
Michael Scoff e5af90d4ab Refactor ERC20 tokens and transaction operation 7 years ago
Michael Scoff 936f6c370b Fixing crash on iPad when pressing buy 7 years ago
Michael Scoff 5483e90756 Setup taking screenshots for different locale 7 years ago
Michael Scoff ac7582d24d Simplify transaction view model 7 years ago
Michael Scoff a3442af24e Ditch TransactionHeaderBaseViewModel 7 years ago
Michael Scoff 4c26514e78 Fix gasPriceFooterText 7 years ago
Michael Scoff 9d3f3b1dd2 Use standards for string localization 7 years ago
Michael Scoff 4b66fd96c7 Added total network fee option when changing gas price/limit 7 years ago
Michael Scoff 7a8949cedf Get gas price from eth_gasPrice command 7 years ago
Michael Scoff 19c992955d Increased gas fee 7 years ago
Michael Scoff 4cfa54e941 Showing correct token value in the header 7 years ago
Michael Scoff 6d11b5c252 Implemented slider for setting up gas limit 7 years ago
Michael Scoff b9873b924c Increase steps 7 years ago
Michael Scoff 217be7bcdd Use slider for setting gas price 7 years ago
Michael Scoff c0ed2d066a Show gas price in Gwei 7 years ago
Michael Scoff 4f6379e309 Use BigInt for sending tokens 7 years ago
Michael Scoff 99636f6097
Initialize EtherKeystore only if isProtectedDataAvailable true (#112) 7 years ago
Michael Scoff b6e591d42e Adapting BigInt across transfers as main type 7 years ago
Alejandro Isaza 1d67526679 Add reverse formatting to convert string to BigInt (#111) 7 years ago
Michael Scoff d7ad3e53ab Reuse amountToSend 7 years ago
Michael Scoff 8924ae4563 Check for high fees and gas limit 7 years ago