Churikova Tetiana
7f05c09632
ens e2e
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-08-02 11:37:05 +02:00
Pedro Pombeiro
f633e168ad
nix: Upgrade to latest gomobile
...
- Makes a couple of patches redundant;
- Allows specifying min Android SDK level
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-08-02 10:20:52 +02:00
Pedro Pombeiro
f691304b9d
Fix minor issues and typos in Android build process
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-08-01 19:34:33 +02:00
Andrea Maria Piana
79f2eed181
update status-go
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-30 20:36:07 +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
Jakub Sokołowski
7517f5235a
use nix shell for nix-update-* targets
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-30 14:11:02 -04: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
Andrea Maria Piana
27b77a6dc9
Add datasync,v1messages & disable discovery topic
...
In preparation for v1 this commits adds a few options so we can get
start debugging the protocol for v1.
This options are:
1) Datasync: If enabled it will send datasync messages
2) V1Messages: If enabled it will send v1 messages (just adding a
signature to the message)
3) Disable discovery topic: If enabled it will stop listening/publishing
on the discovery topic. You will be able to receive messages only from
clients who have this enabled as well.
If any of this option is on, it will only be compatitle with builds >=
this one. A logout is required for any change to take effect.
All this options will be removed before v1, they are there just to make
it easier for us to test and find potential issues.
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-07-30 19:11:59 +02:00
Jakub Sokołowski
0b1659fab9
nix: use sha1 for status-go output filenameThis fixes issue with branch names containing slashes.Signed-off-by: Jakub Sokołowski <jakub@status.im>
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-30 09:22:31 -04:00
yevh-berdnyk
6091517110
E2E tests false failures fixes
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-30 16:07:27 +03:00
Pedro Pombeiro
9594552102
nix: Apply some nixfmt suggestions and fix macOS status-go buildInputs
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-07-29 18:01:07 +02:00
Pedro Pombeiro
4ab64d6c40
nix: Fix go-mobile temp folder location in iOS
2019-07-29 15:06:32 +02: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
Pedro Pombeiro
acf6278383
nix: Use nix/build.sh for release-android make target
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-26 16:01:06 -04:00
Andrey Shovkoplyas
808aa793e5
[ #8648 ] Packs aren't shown in mainnet but we have them in the contract
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-26 15:02:48 +02:00
yenda
89abc8ab11
[ fix #8638 ] issues with wallet transaction list
...
- pending transaction was using hash so mined transaction was using it's id
to have a unique id, the fix adds a rule when the existing transaction by hash
is in :pending state, the mined transaction overwrites it
Signed-off-by: yenda <eric@status.im>
2019-07-26 14:01:56 +02:00
yenda
16fac293ba
fix #8580 typo in ios permission dialog
...
Signed-off-by: yenda <eric@status.im>
2019-07-26 12:46:23 +02:00
yenda
c8a8b9fdc0
fix #8636
...
Signed-off-by: yenda <eric@status.im>
2019-07-26 12:45:47 +02:00
yenda
4bd46d9f1c
fix #8639
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-26 12:43:52 +02:00
Andrey Shovkoplyas
1ec5d2b64b
[ #8631 ] Fix sticker price UI
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-26 12:37:13 +02: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
yenda
3ea8538377
integrate status-go permissions api
...
Signed-off-by: yenda <eric@status.im>
2019-07-26 12:16:52 +02:00
yenda
0c839860a2
integrate status-go browsers api
2019-07-26 12:16:32 +02:00
yevh-berdnyk
7e061e9cd1
False failed tests fixed - chat, browsing, deeps links, transactions
...
Signed-off-by: yevh-berdnyk <ie.berdnyk@gmail.com>
2019-07-26 00:54:48 +03:00
Pedro Pombeiro
2ac0630ef8
nix: fix target OS for add-nix-gcroots.sh
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-25 13:47:43 -04:00
bitsikka
07dfc95658
[8556] fix - Last message jumps up after chat is opened
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-25 14:29:46 +02:00
Andrea Maria Piana
cb5768000a
[ Fixes #8604 ] Integrate status-go protocol library
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-07-24 19:53:34 +02:00
yevh-berdnyk
f7bb0d3648
Fixed false failed tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-24 19:10:33 +03:00
Jakub Sokołowski
2acd5b4cb0
rename prod-build to jsbundle so it means something
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-24 11:56:03 -04:00
Jakub Sokołowski
9d1bf5714d
add --reset-cache to stop metro-cache from growing
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-24 09:39:17 -04:00
Andrey Shovkoplyas
e64777f1d0
[ #7723 ] Stickers are not tappable right after install
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-24 14:18:09 +02:00
yevh-berdnyk
f0269bc732
Updated test_home_view with new onboarding flow
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-24 11:53:33 +03:00
Julien Eluard
f29f02d961
Migrate to latest sticker contract
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-07-24 10:23:15 +02:00
Dmitry Novotochinov
d8645e2859
import keycard
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-07-23 17:28:57 +03:00
Jakub Sokołowski
b9ab37019d
build status-go for Nix cache
...
Also fix scripts/update-status-go.sh to accept commit SHA1
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-23 01:01:41 -04:00
yenda
688bafc294
[wallet] integrate changes to wallet service
...
- update to wallet service now uses flat structure
Signed-off-by: yenda <eric@status.im>
2019-07-22 14:26:39 +02:00
yenda
562773fa1b
[wallet] use status-go wallet service
...
- remove use of etherscan and subscriptions
- replace by status-go
2019-07-22 11:16:00 +02:00
yenda
c3c4a5170a
[multiaccount] rename multiaccount to account
...
Signed-off-by: yenda <eric@status.im>
2019-07-22 11:14:44 +02:00
Pedro Pombeiro
67d21c98c1
nix: Use status-go commit sha1 in Nix expression to allow for moving branches
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-20 10:11:34 -04:00
Pedro Pombeiro
f6527f014e
nix: Improve some expressions
2019-07-19 20:59:16 +02:00
Pedro Pombeiro
7230897b94
nix: Allow some build directories to stay in mobile node_modules (for caching)
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-07-19 08:37:16 +02:00
Pedro Pombeiro
75d0af862f
nix: Fix non-deterministic gomobile path for iOS
2019-07-19 08:36:49 +02:00
jinho jang
4d8891e35f
update the latest Chinese
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-18 14:22:33 -04:00
Serhy
0c6c185394
Fixing e2e tests
...
Signed-off-by: Serhy <sergii@status.im>
2019-07-18 19:28:50 +03:00
Vitaliy Vlasov
3a903fbaa2
Revert "Hide key storage selection screen temporarily"
...
This reverts commit 8764fafc42
.
2019-07-18 13:14:37 +03:00
Vitaliy Vlasov
8764fafc42
Hide key storage selection screen temporarily
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-07-18 12:59:01 +03:00
Jakub Sokołowski
0d78e71ece
allow for TARGET_OS to be not set
...
If we don't we will rebuild status-go for every platform
when we running `make shell`.
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-07-17 12:07:18 -04:00