Oleg Gordiichuk
a72cb1df14
Update of the default placeholder for wallets.
7 years ago
Oleg Gordiichuk
91a8fa7e39
Update of the glasses image.
7 years ago
Oleg Gordiichuk
f1b3e0f882
Fix for wallets view controller to retrieve balance.
7 years ago
Mish Ochu
93f1ab9e21
[WIP] Web3 revisited ( #308 )
...
* init npm, prepare for modified web3
Also,
- ignore vim swap files
- ignore node_modules
* do not use naked web3
If a dapp uses EthJS, for instance,
it's impossible to override interactions with
JSON rpc
* Update files
* Remove warnings
* reorganized web3 provider enginge subproviders
- don't hook in to sending transactions as the
subproviders can do this
- signing transactions is what counts
* use minified browser resources
* implement signPersonalMessage
7 years ago
Oleg Gordiichuk
55722704cc
Add send value validation and replacing of the , to . ( #297 )
...
* Add send value validation and replacing of the , yo .
* Move logic to help files.
* Add new decimal formatter.
* Update send view controller.
* Add condition to prevent input of the few delimiters.
* Remove method of the string validation.
* Add error in case of the wrong input.
* Fix error message.
7 years ago
Viktor Radchenko
b8f7088413
Add support for Callisto (CLO) Network ( #313 )
...
* Add support for Callisto (CLO) Network
Upcoming airdrop
* Update SettingsViewModel.swift
7 years ago
Viktor Radchenko
98dcf3aaa1
Use unowned for paste and qr action
7 years ago
Viktor Radchenko
5a1af0000d
Add recipient view to watch Ethereum address
7 years ago
James Sangalli
a0c2a3686a
signing class in order, needs signature to be tested with contract
7 years ago
James Sangalli
33a396f43f
merged with upstream
7 years ago
James Sangalli
955da7c32b
SignOrders draft implementation nearly complete, commiting before upstream merge
7 years ago
Viktor Radchenko
ef6e509ef1
[WIP] Add custom network ( #312 )
7 years ago
James Sangalli
c574db5711
cleaned up syntax, tests running without fail
7 years ago
James Sangalli
da7edf6e9e
with sample test code for signing but having difficulties with targets
7 years ago
Michael Scoff
7e74b65f9e
Split signing into signMessage and signPersonalMessage
7 years ago
Tyler Miller
78f221f656
fix-tint ( #309 )
7 years ago
James Sangalli
909d8a39db
with corrected syntax (ide wasn't functioning before)
7 years ago
James Sangalli
e1f6f4f990
add boilerplates for signing orders for market
7 years ago
Michael Scoff
edb21d3a05
Add dapp keyword
7 years ago
Michael Scoff
f936668da1
Increased more action width
7 years ago
Mish Ochu
9e176fb623
pretend to be chrome ( #301 )
...
Also, no need for two http providers
since we can override the function and
still call the prototype
7 years ago
Tao Xu
5a61a21788
Extract l10n keys for TransactionViewController ( #298 )
7 years ago
Michael Scoff
31def18b7d
Remove splash screen on applicationWillEnterForeground ( #292 )
...
* Remove splash screen on applicationWillEnterForeground
* Add applicationWillEnterForeground
7 years ago
Michael Scoff
09bb758fc5
Add UITextfield appereance
7 years ago
James Sangalli
e77500e57f
started writing code to query marketqueue
7 years ago
Michael Scoff
825fe3bcad
Remove warnings
7 years ago
Michael Scoff
19712876db
Remove optional language code
7 years ago
Michael Scoff
16c63d2539
Add localization: Chinese Traditional, Simplified and Vietnamese language
7 years ago
Michael Scoff
a129c54fa4
Implement didFail and didFailProvisionalNavigation
7 years ago
Michael Scoff
576c4d2d07
Update WKWebViewConfiguration.swift
7 years ago
Mish Ochu
98e2dfaa88
Let Dapps Detect TrustWallet ( #291 )
...
* let dapps detect TrustWallet
- MetaMask adds `web3.currentProvider.isMetaMask`
- Mist adds `global.mist`
It would be nice to let dapps easily detect the browsers
in which they're running.
* Update WKWebViewConfiguration.swift
7 years ago
Michael Scoff
acea640c74
Version Bump
7 years ago
Michael Scoff
9259306d68
Version Bump
7 years ago
Michael Scoff
ae43cedb39
Add Current locale
7 years ago
Michael Scoff
fbfaf522fc
Version Bump
7 years ago
Michael Scoff
d5bba0cd66
Reduce title and imageView size in token view
7 years ago
Michael Scoff
e20cf27836
Implement cellBecomeFirstResponder and cellResignFirstResponder for SliderTextFieldRow
7 years ago
Michael Scoff
fb6663cd77
Improve token style, make them smaller
7 years ago
Michael Scoff
b876f3247d
Adjust UIButton in UIToolbar style
7 years ago
Michael Scoff
137829bc26
Provide helpful information in the email template
7 years ago
Michael Scoff
665cf14311
Fix Travis CI tests
7 years ago
Michael Scoff
88c71e4022
Version Bump
7 years ago
Tao Xu
d6618708c7
Add GasViewModel ( #287 )
...
* Show gas fee in currency on details view
* Remove not used file during rebase
* show gas fee in currency for transaction page
* Add GasViewModel
7 years ago
Oleg Gordiichuk
1f71b24c94
Add method to refresh only eth balance on very beginning. ( #288 )
7 years ago
Michael Scoff
8bbec6a934
timeout 300mc for fetching transations recursively ( #286 )
7 years ago
Michael Scoff
5ecbb5e7f2
Conform DecryptError to LocalizedError
7 years ago
Michael Scoff
7a3ef289c3
Add Branch SDK integration
7 years ago
Michael Scoff
be99d94e46
Upgrade TrustKeystore to the latest version
7 years ago
Michael Scoff
e1b65a0cd0
Set preferredBarTintColor to SFSafariViewController
7 years ago
Oleg Gordiichuk
c7a395daff
Fix iOS 11.2 bug with navigation bar buttons.
7 years ago