Roman Volosovskyi
ee5d53eba9
[keycard] Account generation & tx signing on simulated card
2020-05-12 11:59:31 +03:00
Andrey Shovkoplyas
a79a72fccb
[ #9749 ] Support importing private key and seed
2020-03-03 12:51:28 +01:00
Andrea Maria Piana
a2af83f034
Add option to enable waku-mode
...
This commit adds an option to enable waku mode through ENV settings.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-02-17 18:22:50 +01:00
Roman Volosovskyi
ef49699222
[ #9942 ] Upgradable paths in configs
...
Storing absolute path for different configs breaks compatibility on iOS
as app's dir is changed after upgrade. The solution is to store relative
paths and to concatenate it with `backend.rootDataDir`. The only
exception is `LogFile` as it is stored outside `backend.rootDataDir` on
Android. `LogDir` config was added to allow adding of custom dir for log
file.
Configs concerned:
`DataDir`
`LogDir`
`LogFile`
`KeystoreDir`
`BackupDisabledDataDir`
2020-02-03 20:34:40 +02:00
Pedro Pombeiro
e220ecbb0a
Cleanup
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2020-01-10 19:59:54 +01:00
acolytec3
3bcf7ecf29
Add BIP39 validation for seed phrase recovery
...
Signed-off-by: yenda <eric@status.im>
2020-01-06 16:02:14 +01:00
yenda
bf16116acd
move multiaccount settings to a table
...
integrate status-go changes to move multiaccount settings to a table
that can be migrated
Signed-off-by: yenda <eric@status.im>
2020-01-02 18:07:10 +01:00
yenda
a72d4c7d85
integrate status-go fix for keycard accounts
...
Signed-off-by: yenda <eric@status.im>
2019-12-19 21:32:10 +01:00
Volodymyr Kozieiev
7168eada1c
Calls to gfycat and identicon made async in few places
...
Signed-off-by: Volodymyr Kozieiev <vkjr.sp@gmail.com>
2019-12-06 17:42:36 +02:00
yenda
7bb45fdd8f
remove firebase
...
Signed-off-by: yenda <eric@status.im>
2019-10-29 15:03:58 +01:00
Andrey Shovkoplyas
371c66aad1
Remove UUID related code #9048
...
Signed-off-by: yenda <eric@status.im>
2019-09-30 15:55:55 +02:00
Andrea Maria Piana
acd7e56d1d
Add gfycat/identicon from status-go
...
Signed-off-by: yenda <eric@status.im>
2019-09-26 14:12:43 +02:00
yenda
0796f597f0
add missing loginWithKeycard iOS implementation
...
Signed-off-by: yenda <eric@status.im>
2019-09-18 14:51:46 +02:00
Dmitry Novotochinov
1df30f7447
handle initialized cards
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-09-16 11:14:35 +03:00
yenda
d312192209
clean up native-module
...
- remove impl/modules.cljs namespace because it was needlessly redundant
- remove `create-account` unused call
- add documentation for some calls
- only keep `(status)` check for relevant calls that are failing tests
because they are evaluated
2019-09-05 18:09:56 +02:00
Andrea Maria Piana
b0dc2dd4f5
Use no backup android & ios
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-27 06:24:44 +02:00
yenda
41cf68b6a7
[fix 8786] fix multiaccount recovery and add account
...
fix #8786
- multiaccount recovery wasn't saving the root key properly
- this resulted in the impossibility to add new accounts in the wallet
Signed-off-by: yenda <eric@status.im>
2019-08-23 13:15:28 +02:00
yenda
d7cd2b8a74
integrate status-go accounts
2019-08-20 17:42:02 +02:00
yenda
d2f1bbeb16
integrate status-go initKeystore native call
...
- avoids having to start a node before login
2019-08-20 17:42:02 +02:00
Dmitry Novotochinov
b635691c25
recovery flow v1
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-08-14 19:42:26 +03: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
Vitaliy Vlasov
e9fd6e1a6b
Onboarding setup wizard
...
New onboarding e2e tests updates
New onboarding e2e fix 2
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-07-08 18:17:50 +03:00
Andrea Maria Piana
138ade3b8d
Move installations to status-go
...
This commit moves the management of installations to status-go, and
migrates the data from realm.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-07-03 12:50:23 +02:00
tbenr
090a4e7c76
fixes #6573
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-05-31 10:25:24 +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
Roman Volosovskyi
3226309bab
Add js logs to archive
2019-05-15 17:40:41 +03:00
Roman Volosovskyi
74093f6843
[iOS] Allow to send email with logs on iOS
2019-05-14 12:57:05 +03:00
Andrea Maria Piana
f8674c0ee1
Add reading nodes from contract
...
This PR is part of network incentivisation. It adds a way for a client
to pull nodes from a contract.
This is done by selecting the `eth.contract` fleet. If that is selected
on login it will fetch nodes from a contract and pass them to status-go.
If these can't be fetched, it will default to `eth.beta`.
Currently contract information are hard-coded, but eventually the user
will be able to add their own (probably).
Toggled off in release.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-04-05 14:32:15 +02:00
Andrea Maria Piana
29c168dfa1
Upgrade status-go and turn chaos mode on
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-03-26 10:59:21 +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
Igor Mandrigin
9ba0bda8f7
Use gomobile binaries (again)
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-14 10:19:24 +01:00
Igor Mandrigin
3617fefbe9
Revert "Use gomobile binaries for iOS and Android."
...
This reverts commit c47fc34127
.
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-12 12:34:27 +01:00
Adam Babik
c47fc34127
Use gomobile binaries for iOS and Android.
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-02-12 10:21:31 +01:00
Pedro Pombeiro
d3f1b37c12
Use new status-go and rename NotifyUsers
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-01-24 15:41:32 +01:00
Pedro Pombeiro
5a69b4198e
Update PNs to use data-only messaging, and only encode/decode data values. Fixes #6772
...
Fix navigation to chat when PN is tapped while signed off. Fixes #3488
Anonymize PN pubkeys. Part of #6772
2019-01-17 19:23:55 +02:00
Pedro Pombeiro
9d21cf143e
Add Send Logs command. Closes #6710
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-01-08 09:48:56 +01:00
Andrea Maria Piana
d760f1696c
Add mailservers confirmations & use peer count for online status
...
We now check that we are only connected to some `peers` instead of using `NetInfo` from `react-native`.
This is because it has been reported to be quite flaky at times, not reporting online status after sleeping, and for privacy concerns (on ios it pings `apple.com`, on desktop `google.com`).
Adds a new banner `Wallet Offline` and change `Connecting to peers` to `Chat offline`.
A message will be marked as `Sent` only if it made it to the mailserver you are connected to, which will increase the guarantees that we can make about a message (if you see it as sent, it has reached at least a mailserver), this has the consequence that:
- If you are not connected to any mailserver or the mailserver is non responsive/down, and you send a message, it will be marked as `Not sent`, although it might have been actually made it in the network.
Probably this is something that we would like to communicate to the user through UX (i.e. tick if made it to at least a peer, double tick if it made to a mailserver )
Currently I have only enabled this feature in nightlies & devs, I would give it a run and see how we feel about it.
2018-12-12 19:53:01 +01:00
Roman Volosovskyi
4aa562f6a8
[slow sign in] Unlock account's DB before starting node
...
There is no need to wait for `Statusgo.Login` callback in order to start
unlocking realm db: currently it is encrypted via a key which is derived
from user’s password, so we can try to unlock that DB before starting
node. That’s how password will be checked. Right after that `:home`
screen is shown, the node is started, then `Statusgo.Login` executed.
The difference in sign in duration is more noticeable on Android
devices, where `Statusgo.Login` is much slower because of PFS database
encryption.
2018-12-12 17:46:52 +02:00
Andrea Maria Piana
693eae9cf9
Send your own messages
...
Adds a `chat-id` field in `content` map.
The reason it has been added to the map instead of augmenting transit is
that it would simplify the calculation of `message-id`, which in this
case is consistent for both old & new clients.
`chat-id` also represents the `chat-id` with respect of the sender, as
in 1-to-1 chats that is asymmetric.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-11-06 21:19:50 +01:00
Andrea Maria Piana
78b6d67d79
Allow to edit group membership
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-10-09 10:40:13 +02:00
Andrea Maria Piana
165f1a46c7
Propagate signed membership information
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-10-02 12:06:28 +02:00
Pedro Pombeiro
4ab5e43616
Replace call to `GenerateConfig` with local JSON. Closes #5739
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-09-19 17:06:10 +02:00
Eric Dvorsak
8d053b4389
[feature #5527 ] allow user to change status-go loglevel in settings
2018-09-07 15:22:32 +02:00
Eric Dvorsak
8eb5047d7a
[ fix #4819 ] update react-native to 0.56
...
Fix figwheel-bridge path in clj-rn.conf.edn
update SplashScreen
update ios to 9.0
updated Podfile.lock
downgrade cocoapods to 1.5.2
update package-lock.json
update pod repo when installing
update appcompat to v27
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2018-09-05 21:27:46 +03:00
Adam Babik
f054830533
Set FLEET in env variable
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2018-08-22 10:21:58 +02:00
Andrey Shovkoplyas
3e7c059b59
wallet refactoring
...
Signed-off-by: Goran Jovic <goranjovic@gmail.com>
2018-08-18 07:28:43 +02:00
tbenr
672e8255c4
Fixes #5347
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-08-17 10:41:57 +03:00
Roman Volosovskyi
a586d177f5
remove JSC jail on native side (Android, iOS)
2018-07-29 08:47:29 +03:00
Pedro Pombeiro
3b4d7eebc7
Disable geth.log in release builds. Fixes #4782
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-18 10:25:09 +02:00
Goran Jovic
268b07fddc
feature #4065 - gas and gas price can be changed for dapp transactions
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-12 16:19:51 +02:00
Pedro Pombeiro
03243e4916
Revert "Use the private RPC client for requests to Status backend when not coming from Dapps"
...
This reverts commit 2136fe62ce
.
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-06-07 18:09:39 +02:00
Pedro Pombeiro
2136fe62ce
Use the private RPC client for requests to Status backend when not coming from Dapps
2018-06-06 09:01:43 +03:00
Andrea Maria Piana
33ad919508
Add custom bootnodes
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2018-05-30 17:49:13 +02:00
Andrey Shovkoplyas
94becb5094
updated status-go to latest
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-05-11 15:42:16 +02:00
Roman Volosovskyi
90a508b64f
fix leftovers after [ #4051 ] PR (app crashes on iOS)
2018-05-09 18:23:49 +03:00
ambilo
9b17cdd306
Remove JSC_ENABLED flag and turn on behavior by default
2018-05-09 14:20:49 +03:00
Roman Volosovskyi
00b8ae311d
[ #4006 ] anonymous uuid for mixpanel
2018-05-04 21:26:46 +02:00
Andrey Shovkoplyas
55d3095b7a
[ #3888 ] [ #2704 ] added personal_sign and CallPrivateRPC methods support
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-04-19 17:43:50 +03:00
Dmitry Novotochinov
8bbb2f8760
update instabug to 2.8.1
...
Signed-off-by: Dmitry Novotochinov <trybeee@gmail.com>
2018-03-30 18:37:19 +03:00
Igor Mandrigin
3008e38624
Send app state changes to status-go.
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-03-21 10:55:45 +01:00
Roman Volosovskyi
b1ce44af3a
implement ConnectionChange call, upgrade status-go
...
Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
2018-02-28 18:38:51 +01:00
Pedro Pombeiro
bb2a008a27
Pass `WhisperConfig.LightClient: true` in node config. Closes #3442
...
- Add code to completely dump the JSON config, not just the first 4000 characters.
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2018-02-28 11:23:45 +01:00
Pedro Pombeiro
a4bc752e77
[ISSUE #2287 ] Push Notifications: Use status-go NotifyUsers
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2018-02-21 11:10:36 +03:00
Pedro Pombeiro
1c5cf7fe4b
[ fix #2925 ] Fix messed-up merge in b87a52e2d
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-01-16 12:48:08 +01:00
Pedro Pombeiro
9631552251
[ref status-im/status-go#229 ] Do not delete the geth.log file at startup. Allow the new log rotate logic in status geth to handle that
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-01-16 10:51:20 +01:00
Pedro Pombeiro
b87a52e2d4
[ fix #2925 ] Fix invalid log level string passed in JSON to geth
...
Caused missing password prompt regression
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2018-01-16 10:47:49 +01:00
Pedro Pombeiro
96ff13a4df
android, ios: Pass log level from env in JSON config to Android and iOS ( #2756 )
...
- Add `LOG_LEVEL_STATUS_GO` feature flag for a differentiated log level in status-go.
- Remove superfluous `DEBUG_LOGS_ENABLED` feature flag.
- Enable info-level logging for Jenkins and dev builds.
Signed-off-by: andytudhope <tuddy0525@gmail.com>
2018-01-02 21:03:49 +02:00
Oskar Thoren
6d5251ad20
Offline inboxing: integrate AddPeer binding
...
- Add add-peer call to IReactNativeStatus
- Upgrade status-go
- Bindings for addEnode(enode string) in Java and ObjC
2017-12-05 18:52:22 +01:00
Roman Volosovskyi
8886bfd5d0
JavaScriptCore jail as alternative for Otto vm
2017-12-05 12:09:34 +02:00
Andrey Shovkoplyas
afd7fca6d8
refactored protocol handlers
2017-12-04 23:08:18 +03:00
Oskar Thoren
5739bcbb7b
Put status-go in geth.log again
...
Fix absolute dir and statement order. Regression appears to have been introduced
during network configuration changes 2-3 months ago and noone checked this file
since then.
2017-11-28 20:48:27 +01:00
Roman Volosovskyi
f4082951b7
add ETHEREUM_DEV_CLUSTER flag
2017-10-17 13:20:41 +02:00
Roman Volosovskyi
2a9ac44564
close app on switching from network with local LES ( #2007 )
2017-10-05 13:23:25 +02:00
Roman Volosovskyi
a7950af335
remove code related to restarting RPC server on entering background ( #2008 )
...
* remove restart-rpc-server, stop-rpc-server, start-rpc-server functions and related code
* clean native code
2017-10-04 21:56:27 +02:00
Roman Volosovskyi
cf7a9845c6
data_store and network_settings from #1115
...
missed default networks
fix :load-default-networks
network settings screen
fix network details screen
networks in account
fix network property saving
update startNode and stopNode on iOS
test RPC proxy on iOS
StopNode and StartNode on androd
pass UpstreamConfig to status-go
upgrade status-go
added default network on login
fixed UI, added vector icons
added network name in drawer
migrated accounts
workaround for account v4 migration
2017-10-02 14:13:10 +02:00
Oskar Thorén
b5c0b24f30
Push notifications: end to end v1
...
- Send notification when sending message in 1on1 chat
- Add notify FFI with binds for ObjC and Java
- Add fcm-token to contacts in spec and realm
- Add notifications to db
- Include fcm-token in contact request
- Update fcm-token when it arrives and put it in DB
- Disable copy-paste hijacking and popup
- Turn on notifications flag in Jenkins build
2017-09-18 16:28:04 +03:00
Roman Volosovskyi
0ada614d62
utilise CallRPC in react-native-status module
2017-08-09 19:38:48 +03:00
Roman Volosovskyi
e164a7a375
upgrade status-go
2017-06-26 09:59:45 +03:00
Roman Volosovskyi
6f6849f635
use status-go's hackaton-alt branch
2017-06-02 17:45:02 +03:00
Roman Volosovskyi
3bc19e69b1
attach geth.log to Instabug reports
2017-05-22 18:28:45 +03:00
alwx
504e3493ef
Runtime permissions ( #762 )
2017-04-28 16:45:01 +03:00
Roman Volosovskyi
a9d1426426
sendWeb3Request method in StatusModule
2017-04-25 11:00:58 +03:00
Gustavo Nunes
441ca66e96
switch to completeTransactions exposed method
2017-04-25 08:43:01 +03:00
Alexander Pantyuhov
8c262d0b07
Upgrade to React Native 0.43 ( #1079 )
...
* React Native 0.40 migration (#1076 )
2017-04-24 17:50:16 +03:00
Roman Volosovskyi
d272bf05a5
fix #990
2017-04-12 12:49:26 +03:00
Roman Volosovskyi
7b89adc877
add customized logging on android and whisper ver5 support
2017-04-06 16:18:55 +03:00
Roman Volosovskyi
caa1d6e66a
wipe lightchaindata on first run
2017-04-04 16:02:04 +03:00
Roman Volosovskyi
de41bd0f5f
upgrade status-go
2017-03-19 11:28:52 +02:00
alwx
101448b963
Ensure browser sessions can not correlate identities between Status account sessions ( #688 )
2017-01-17 17:24:45 +02:00
Roman Volosovskyi
6ab45b692f
fix signalEvent on iOS
2016-12-14 13:58:17 +02:00
Roman Volosovskyi
6c1f24b211
handle "Invalid JSON RPC response" error by restarting RPC server
2016-12-12 18:50:46 +02:00
Roman Volosovskyi
692de70933
debug and release mode on real iOS device
2016-11-30 12:22:02 +02:00
Roman Volosovskyi
2337b547d8
move to Ropsten
2016-11-28 10:54:42 +02:00
Roman Volosovskyi
8a50bd423b
add discardTransaction method to react-native-status module
...
Former-commit-id: cf12c7951d
2016-11-01 18:08:16 +02:00
Roman Volosovskyi
9a0cc899aa
upgrade status-go
...
Former-commit-id: 4193af3991
2016-10-21 15:14:26 +03:00
Roman Volosovskyi
956da9b82e
rework !send command
...
Former-commit-id: 608243bd3d
2016-10-18 15:40:57 +03:00
Roman Volosovskyi
48030d6ac3
update peer url
...
Former-commit-id: a9a1c7244f
2016-10-13 20:45:50 +03:00
Adrian Tiberius
6224f8b7c0
updated LES peer node url
...
Former-commit-id: f26ddd0c14
2016-09-28 16:05:34 +03:00
Roman Volosovskyi
f06c114dab
upgarde status-go for ios
...
Former-commit-id: 29a17a8a8a
2016-09-23 17:14:43 +03:00