Churikova Tetiana
dbb4dfa61b
e2e about dapp popup, fix e2e for switching mailserver, skipped low-prio blocked e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-21 14:51:59 +02:00
Serhy
c0945c41d6
New e2e tests and fix
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-21 11:53:50 +03:00
Churikova Tetiana
8fc823f94b
e2e about switching accounts in DApp
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-18 15:49:14 +02:00
Andrey Shovkoplyas
1c51731aea
[ #8446 ] [Multi-Account] Build account settings for individual wallet
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-18 12:09:47 +02:00
yenda
7b6dfad702
[fix 8853] fix change of whisper id in ens registration
...
A user can type in their existing name in the registration flow. Status can
confirm if they own it. After signing a transaction, the user can update the
Whisper ID to their new one.
Instead of using a hardcoded contract for stateofus, the standard `owner`
method is called to find the resolver contract of a ens name.
This allows users to set the pubkey even for ens names that are not
subdomains of stateofus
Signed-off-by: yenda <eric@status.im>
2019-10-16 17:32:07 +02:00
Churikova Tetiana
1f24722db0
resolve ENS in wallet
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-16 15:35:35 +02:00
Andrey Shovkoplyas
da4d95d85c
drop les
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-15 13:55:39 +02:00
Churikova Tetiana
e88472a0e0
fix some testrail links and add new test for checking log_level and fleet
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-15 11:54:04 +02:00
Churikova Tetiana
114b4da2d9
fix deleteing dapps
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-14 14:22:56 +02:00
Serhy
c872c5c487
Enable high priority tests in PRs
...
Also:
- add ci/tests/Jenkinsfile.e2e-prs
- remove maybe_later_button click after new onboarding
- update job name for e2e tests
- Fix testrail checklist creationg for nightly builds
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-14 13:52:49 +02:00
Vitaliy Vlasov
5fd269fde8
Onboarding UI fixes
...
Signed-off-by: yenda <eric@status.im>
2019-10-10 21:00:29 +02:00
Churikova Tetiana
2d1fff479a
Fix stickers \ collectibles
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-10 15:51:21 +02:00
Serhy
5a02ecf2b4
Test seedphrase not active after backup
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-10 10:40:25 +03:00
Churikova Tetiana
d063d94d31
fix for 2 high e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-09 17:53:59 +02:00
Churikova Tetiana
e30a547039
Return boolean
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-08 13:29:35 +02:00
Serhy
58c64608d0
Test to check cryptokitty in wallet collectibles
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-04 19:29:16 +03:00
Churikova Tetiana
4eac209b9b
4 e2e fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-04 15:53:43 +02:00
Andrey Shovkoplyas
b3d04bb68c
[ #8966 ] biometric
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-04 12:43:32 +02:00
Churikova Tetiana
da4fb01700
mobile_data_tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-04 12:13:21 +02:00
Serhy
6037add156
Fix api request to etherscan
...
Signed-off-by: Serhy <sergii@status.im>
2019-10-02 11:13:27 +03: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
Serhy
42a65a7a1e
Fix multipleaccount test
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-26 12:39:35 +03:00
yenda
c047b588ed
throw errors on dangerous behaviours
...
- if multiaccount settings are saved on top of an empty map or nil,
this means something went wrong, the state of the app is unstable,
and actually saving will result in loss of data. It should never
happen, but if it does, throw and error and abort.
- sometimes two fxs are merged when they shouldn't, this is caused by
bugs and should never happen, but if it does, throw an error with arguments
for both effects to help localize the error
Signed-off-by: yenda <eric@status.im>
2019-09-25 19:33:43 +02:00
Churikova Tetiana
9d0de73c1e
Another fix for false failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-25 17:17:02 +02:00
Churikova Tetiana
4239ae5686
Mobile popup
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-25 16:57:22 +02:00
Serhy
0a5acfb0f7
Update logcat tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-25 11:21:09 +03:00
Dmitry Novotochinov
18ce3b0129
[ #8968 ] custom seed phrase popover
...
Signed-off-by: yenda <eric@status.im>
2019-09-25 09:39:25 +02:00
Churikova Tetiana
ebc2ff04cd
Modified e2e for deleting-clear all dapps
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-09-24 12:07:51 +02:00
Serhy
2c56de0872
Fix app version and deeplink tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-09-24 10:45:18 +03:00
tbenr
f7076016d8
fixes #8071
...
Signed-off-by: yenda <eric@status.im>
2019-09-20 17:54:23 +02:00
Churikova Tetiana
da120feef8
fix for menu item
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-20 16:11:06 +02:00
Churikova Tetiana
c3d59db47a
Fix picture for e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-20 14:37:21 +02:00
Churikova Tetiana
f7c7a10258
Small fix for new user profile
...
Signed-off-by: yenda <eric@status.im>
2019-09-20 14:09:34 +02:00
yenda
8ccc858d41
fix #9003 Recover deleted translations
...
replace i18n/message-status-label by regular label to avoid repeating
this issue in the future
recover the following labels:
- status-not-sent-click
- status-not-sent-tap
- status-sent
Signed-off-by: yenda <eric@status.im>
2019-09-20 13:07:11 +02:00
yenda
47bae76c73
remove group-chat-local-version
2019-09-17 17:09:22 +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
Churikova Tetiana
d3e6414c89
e2e fixes for false failures
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-13 17:36:32 +02:00
acolytec3
7ba83bde74
All strings removed from translations
...
Signed-off-by: yenda <eric@status.im>
2019-09-13 16:20:49 +02:00
Pedro Pombeiro
9feb31bd3b
Upgrade react-native to 0.60.5
...
- Use community net-info, react-native-webview instead of deprecated react-native classes
- Remove react-native-tcp
- Upgrade react-native libs (react-native-camera, react-native-firebase, react-native-mail, react-native-udp, react-native-webview-bridge)
- Do not include `:react-native-android` module explicitly
- Take advantage of RN AutoLinking
- nix: Update Gradle dependencies
2019-09-12 16:13:42 +02:00
yenda
5db0a58ab8
remove unused deps and document the others
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-09-12 16:12:46 +02:00
yenda
f538cfe848
remove web3 dependency
2019-09-12 15:51:57 +02:00
yenda
c3dd950286
remove realm
...
Signed-off-by: yenda <eric@status.im>
2019-09-09 18:40:15 +02:00
yenda
172038b70d
integrate mailserver-ranges api
2019-09-09 18:39:49 +02:00
yevh-berdnyk
758cdf6cc2
Fixed e2e tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-09 11:50:41 +02:00
yevh-berdnyk
afe345cb02
Updated profile picture templates and fixed ENS username test
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-06 00:53:47 +02:00
yenda
6be85f46a5
[fix 8702] hash passwords before sending them to status-go
...
fix #8702
- use ethereum.utils sha3 function to hash passwords before sending them
to status-go
- some native calls take password as one of their params: they now take
hashed-password (still a string, only relevant for status-react caller)
- some native calls take password within a map of rpc params: it now
needs to be hashed with `ethereum.core/sha3`
Signed-off-by: yenda <eric@status.im>
2019-09-05 18:13:10 +02:00
yenda
dbf8d60f8b
integrate status-go mailserver-topics api
...
Signed-off-by: yenda <eric@status.im>
2019-09-05 18:08:03 +02:00
yenda
1147466362
integrate status-go mailserver api
2019-09-05 18:07:17 +02:00
Pedro Pombeiro
66b982c3fb
Use react-native net-info community package
...
Signed-off-by: yenda <eric@status.im>
2019-09-05 14:16:28 +02:00
yevh-berdnyk
e02b7489cc
Updated and added e2e tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-05 12:58:56 +02:00
Churikova Tetiana
b186676c67
Fix some selectors
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-09-05 12:40:59 +02:00
Andrea Maria Piana
e7fa010088
Move gaps to status-go
...
This commit moves gaps to status-go.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-09-04 15:53:48 +02:00
Pedro Pombeiro
58d310ffce
Remove RAM bundle support
2019-08-30 17:13:35 +02:00
Churikova Tetiana
081b90ff4e
Fix high/critical e2e for profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-30 09:54:38 +02:00
Andrey Shovkoplyas
0288d617cb
[ #8849 ] Use node-qrcode instead of react-native-qrcode
2019-08-29 15:53:44 +02:00
Andrea Maria Piana
3b52a61bdf
validate links before opening
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-29 15:14:06 +02:00
Churikova Tetiana
fe6f7999bd
Fix critical e2e for new profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-29 12:26:06 +02:00
yenda
b28c521b2b
remove semaphores
2019-08-28 11:11:41 +02:00
yenda
d4a396bedf
move networks out of multiaccount
2019-08-28 11:11:40 +02:00
yevh-berdnyk
b9c7dbd5d2
Fixed e2e tests (high/medium)
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-27 09:59:22 +02:00
Andrea Maria Piana
564090d7e6
upgrade status-protocol-go
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-26 12:18:03 +02:00
yevh-berdnyk
59000d5698
False failed tests fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-23 14:14: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
Andrey Shovkoplyas
2e06dd36da
remove unused resources
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-08-22 18:27:06 +03:00
yenda
ff2b24b1c6
cleanup shh/post
...
Signed-off-by: yenda <eric@status.im>
2019-08-22 14:56:10 +02:00
yenda
75ce7da50c
remove realm chat-transport usages
2019-08-22 14:55:50 +02:00
yenda
c75d5b24f6
[fix 8795] remove mainnet is default alert
...
Signed-off-by: yenda <eric@status.im>
2019-08-21 17:40:50 +02:00
yenda
5cafef6702
remove contact-recovery
...
contact recovery is now handled by status-go
Signed-off-by: yenda <eric@status.im>
2019-08-21 10:37:46 +02:00
Andrea Maria Piana
79ab816497
Fix serialization of group-chats
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-21 09:50:27 +02:00
yevh-berdnyk
da7a69bc02
Fixed tests with profile picture editing verifications
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-21 09:26:24 +02:00
yenda
1c475e5b1e
replace last remains of web3.js by json-rpc
2019-08-20 17:42:02 +02:00
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
Andrea Maria Piana
dcb7415208
Move messages to status-go
...
This commit does a few things:
1) Move messages to status-go
2) Use message-id computed from status-go
3) Remove old replies
Old message id was used for compatibility of replies with older clients.
Given that v1 is breaking, this is not needed anymore and simplifies
moving messages to status-go. No protocol/data-store change is made, to minimize
changes.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-20 13:25:05 +02:00
yevh-berdnyk
5db9080990
Added tests for multiaccount
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-20 10:58:27 +02:00
yevh-berdnyk
d2a9cb355a
Updated test users public keys and usernames
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-20 10:57:51 +02:00
Andrea Maria Piana
be9cd1b050
Revert "Added tests for multiaccount"
...
This reverts commit 5fc358469a
.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-19 12:19:50 +02:00
yevh-berdnyk
2b3ef5b985
Fixed false failed tests
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-19 10:26:14 +02:00
yevh-berdnyk
5fc358469a
Added tests for multiaccount
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-19 10:24:56 +02:00
Churikova Tetiana
ebefb0c9e3
fixed actions for profile
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-19 10:16:59 +02:00
yevh-berdnyk
9a0bb7d137
Updated tests 5441, 5453, created 6221
...
Signed-off-by: Serhy <sergii@status.im>
2019-08-15 19:10:10 +03: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
yevh-berdnyk
fde55b80d0
Added test for searching not used translation strings
...
Signed-off-by: Serhy <sergii@status.im>
2019-08-13 14:00:54 +03:00
Churikova Tetiana
fc999c2462
Check version format
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-12 09:42:26 +02:00
Andrea Maria Piana
fe9d4e9cd8
Move contacts to status-go
...
Contacts are now in status-go, no migration of contacts is provided so
all contacts will be lost upon installing this build.
I have left the initialization of filters a bit sketchy (we wait that
load-filters is called twice), as the next step will be to avoid calling
load-filters altogether, as now that both contacts & chats are in
status-go, there's no reason to call it from status-react, and can be
called directly from status-go on loading.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-07 13:39:59 +02:00
Churikova Tetiana
68da6159ed
skipped some steps in e2e due to deleteing commands
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-07 11:19:20 +02:00
yevh-berdnyk
df66f9ddbe
Added new tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-08-06 16:54:29 +03:00
Churikova Tetiana
c8a4c2ac21
restore 7 accounts
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-06 10:53:46 +02:00
Andrea Maria Piana
6fa482a776
Move chats to status-go
...
This commit moves chats to status-go.
I have changed the logic to load all chats in one go for simplicity and
while that might have a performance impact, I think it's premature to
optimize this flow as there will be more changes to the login flow.
Also currently this is likely to be slower as we need to wait for the
status-service to be initialized, as well as realm.
No migration is provided as we are past the point of no return, so by
installing this version you will lose your chats.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-08-05 16:08:24 +02:00
Churikova Tetiana
5b08d129d4
skipped e2e due to missing commands in chat
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-02 13:57:18 +02:00
Churikova Tetiana
7f05c09632
ens e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-02 11:37:05 +02:00
Churikova Tetiana
90ec7768e6
disable 1 more e2e due to disable send to contacts from wallet
2019-07-30 20:35:58 +02:00
Churikova Tetiana
ca97cb53fe
skipped e2e for commands
2019-07-30 20:35:58 +02:00
Andrey Shovkoplyas
6d337bc69a
multiaccounts
2019-07-30 20:35:58 +02:00
Andrea Maria Piana
1e655540da
Fix loading of filters
...
Currently on some devices there are still some legacy chats(?) that are
one-to-one but don't have a public key as an id (transactor,demo-bot).
We were wrongly sending those to status-go to create filters.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-07-30 20:25:59 +02:00
Andrey Shovkoplyas
447d37e5ca
[ #8673 ] Temporay hide commands from chat and extensions
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-30 19:13:30 +02:00
yevh-berdnyk
6091517110
E2E tests false failures fixes
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-30 16:07:27 +03:00
yevh-berdnyk
ce84f81741
Re-enabled and updated e2e tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-29 14:54:25 +03:00
Andrey Shovkoplyas
f3bb555d52
[ #8626 ] Term 'Recovery phrase' should be used instead of 'seed phrase'
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-26 12:33:41 +02:00