SunnyWheat

Results 13 issues of SunnyWheat

I think we should deprecate ```public static func generateBigInt(valueInEther: Double, symbol: String) -> GethBigInt?``` Double has a precision of 15 decimal digits. For Double type, 1.123456789123456789 will be 1.1234567891234568 It's...

![wechatimg384](https://user-images.githubusercontent.com/18495858/49336847-79272500-f5be-11e8-8735-76bb5b6acb64.jpeg)

App should support auto complete for mnemonic words. Words can be from EIP 39 mnemonic.

For the market view and the asset view, we want add a line chart in each table view cell. It's to show the price change. Scrolling the table should be...

enhancement