yenda
d61fffb021
remove dev-server and extensions for v1
2019-08-20 17:42:02 +02:00
yenda
d7cd2b8a74
integrate status-go accounts
2019-08-20 17:42:02 +02:00
Andrey Shovkoplyas
ba112a765b
[ #8666 ] Add account via BIP 44
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-08-14 17:58:24 +02:00
Andrey Shovkoplyas
6d337bc69a
multiaccounts
2019-07-30 20:35:58 +02:00
yenda
c3c4a5170a
[multiaccount] rename multiaccount to account
...
Signed-off-by: yenda <eric@status.im>
2019-07-22 11:14:44 +02:00
Volodymyr Kozieiev
ea8bf402d7
Two pane ui on large screens
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2019-07-05 13:03:21 +03:00
Andrey Shovkoplyas
7de2941f26
[ #8026 ] [Wallet] Sign transaction module
2019-06-12 13:20:01 +02:00
yenda
334b3c41a9
[fix] event transfer hash turned into a function
...
that is silly
Signed-off-by: yenda <eric@status.im>
2019-05-31 11:05:24 +02:00
tbenr
090a4e7c76
fixes #6573
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-05-31 10:25:24 +02:00
Dmitry
8014f05837
Add goerli testnet
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-05-29 14:58:59 +02:00
Roman Volosovskyi
c7c7b50281
RAM bundle basic setup
2019-05-27 17:34:17 +03:00
yenda
b13864d052
[refactor] move utils.ethereum to ethereum
...
move utils.ethereum.tokens to ethereum.tokens
move utils.ethereum.abi-spec to ethereum.abi-spec
move utils.ethereum.core to ethereum.core
move utils.ethereum.eip165 to ethereum.eip165
move utils.ethereum.eip55 to ethereum.eip55
move utils.ethereum.eip681 to ethereum.eip681
move utils.ethereum.ens to ethereum.ens
move utils.ethereum.erc721 to ethereum.erc721
move utils.ethereum.mnemonics to ethereum.mnemonics
move utils.ethereum.resolver to ethereum.resolver
move utils.ethereum.macros to ethereum.macros
Signed-off-by: yenda <eric@status.im>
2019-05-23 15:11:48 +02:00
yenda
89680f4861
[performance] improve wallet update performances
...
`wallet-autoconfig-token` is a very expensive call on mainnet
because it checks the balance of every known token.
it is called:
- when wallet is refreshed by pulling
- when user goes on any wallet screen
this PR changes that by:
- calling it only when the wallet is initialized and there is no
visible-token configuration
it only calls update-wallet when a new transaction arrives
2019-05-23 10:44:15 +02:00
yenda
2cd26c585d
[refactor] transaction history and filters
2019-05-23 10:30:33 +02:00
bitsikka
d640b4c87c
[7947] Feature: Blank out app preview screen when switching apps on mobile
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-05-22 15:31:50 +02:00
Julien Eluard
99172607d5
[ Fixes #7325 ] Add EIP681 deeplink support
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-05-08 14:44:24 +02:00
yenda
9aea669da3
[feature] add ipfs module to add and cat content on ipfs
...
Signed-off-by: yenda <eric@status.im>
2019-03-28 14:41:09 +01:00
Andrey Shovkoplyas
ba37f7b8d0
[ #5461 ] Implement EIP-712
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-03-07 15:39:17 +01:00
Andrey Shovkoplyas
c491654eec
[ #7262 ] Remove shortcut creation when following universal links inside status
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-03-01 17:00:54 +01:00
Andrey Shovkoplyas
a1aeff70e5
[ #6703 ] Stickers UI and contract wedding
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-02-25 09:29:15 +03:00
Igor Mandrigin
c081f7f49c
ULC mode for Ropsten
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-19 17:59:45 +01:00
shamardy
9198b15380
Exposed whisper (shh) events
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-02-13 10:10:37 +01:00
Igor Mandrigin
27d6816cca
Update and migrate POA network URLs.
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-05 13:47:09 +01:00
Andrey Shovkoplyas
2430992fb4
Implement stickers market
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-01-28 17:18:44 +01:00
Igor Mandrigin
94022523a1
Use new Infura API.
...
As per announcement, we need to switch our Infura project IDs.
> As previously announced, accessing Infura will begin requiring a Project ID generated from the new Infura Dashboard. If you are using Infura and have not yet migrated your project, please take the time to do so now. The first milestone in this transition will be activated next week on January 23, 2019 at 20:00 UTC.
https://blog.infura.io/infura-dashboard-transition-update-c670945a922a
The new project is created with ID `f315575765b14720b32382a61a89341a`
and the API keys are updated.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-01-22 12:34:16 +01:00
Zach Zundel
4dca2e9caa
Create event
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-01-15 08:41:37 +01:00
Andrea Maria Piana
3e761c3b85
Extend message hash confirmation for group chats
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-01-08 13:59:30 +01:00
Andrey Shovkoplyas
fc94abbef0
[ #7113 ] Enable EIP1102 by default
2019-01-03 11:20:33 +01:00
Vitaliy Vlasov
dfbc0eb435
Add desktop msg limit
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2018-12-21 15:28:38 +02:00
Rob Culliton
a04952b60c
new json-rpc call for debug_metrics on advanced settings desktop tab;
...
include verify() bridge for desktop
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2018-12-13 16:27:26 +02:00
Zach Zundel
1a46355c61
Add ethereum/poll-logs event, fixes #6855
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-12-12 12:36:03 +01:00
tbenr
5ffeacadbf
fixes #6866
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-12-08 18:02:46 +01:00
Andrey Shovkoplyas
d6d852a9be
[ #7002 ] Add a JS API allowing to install an extension
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-12-07 13:24:45 +01:00
Julien Eluard
e3e75e0498
[ Fixes #6874 ] Added transaction-receipt, schedule and balance events
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-11-29 23:09:45 +01:00
yenda
a3b2bc1b87
[ fix #3913 ] do not logout when changing mailserver
...
- do not logout and remove previous mailserver
from peers when changing mailserver
- rename wnode mailserver
- move transport.inbox to mailserver.core
- fix all subs and db keys
Signed-off-by: yenda <eric@status.im>
2018-11-07 17:10:18 +01:00
janherich
ff97345f07
Plug-in new text parsing engine
2018-11-06 19:59:24 +01:00
Andrea Maria Piana
7aa597517e
Add system messages to group chats
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-11-05 14:54:43 +01:00
Goran Jovic
3da2cd9b9e
feature #6250 - added xdai and poa sidechains
...
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-10-24 10:00:04 +02:00
Max Risuhin
5986761210
Push notifications support #4432 ; Rename app to Status globally.
...
Signed-off-by: Max Risuhin <risuhin.max@gmail.com>
2018-10-19 18:52:04 +03:00
Andrey Shovkoplyas
62db799d60
rename kUDOS key to KDO, and fixed tokens list item alignment
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-17 14:15:36 +02:00
janherich
acd05e2687
Implementation of text content parsing
2018-10-16 23:13:11 +02:00
Andrey Shovkoplyas
31fdb39683
[ #6149 ] Add support for KudosTokens
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-10-16 13:32:11 +02:00
janherich
66ef32d3b9
Move all the legacy handling into transit
2018-10-08 21:00:59 +02:00
Andrey Shovkoplyas
1b6d51ff11
implemented functionality to request user action from dapps
...
fixed qr code js api
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-10-04 15:25:18 +02:00
Andrey Shovkoplyas
a1d0dcc0ec
introduced new status js api according latest web3 opt-in api
2018-10-02 22:12:46 +02:00
Igor Mandrigin
977dc5edf8
LES Mode: Fix config so that node starts properly.
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-10-02 13:51:24 +02:00
Igor Mandrigin
851a3db9ee
Add an option to run LES on Ropsten as an experimental feature.
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-10-01 13:10:29 +02:00
janherich
44fbe62773
Chat replies + refactoring
2018-09-28 16:15:47 +02:00
Julien Eluard
10373ae6fd
[fix 5870] Added QR code API
...
Signed-off-by: yenda <eric@status.im>
2018-09-24 12:08:50 +02:00
janherich
8913dee762
Chat refactoring
...
Move chat views to ui.screens
2018-09-20 13:27:43 +02:00