Andrea Maria Piana
9cd891365a
Use payload & avoid transforming in clojure objects.
...
This commit includes a few performance fixes:
1) Pass a string payload instead of an hex encoded string, to avoid
unecessary conversion
2) Don't js->clj on messages, as that's fairly expensive and we can get
away without
3) Don't use `pr-str` `read-string`, rather convert to json
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-10-23 15:52:32 +02:00
Andrea Maria Piana
57b1722863
Verify ens names on messages and contact requests
...
This commits verifies ens names when new messages or contact requests
come through.
A batch of ens names is sent to status-go which will then verifying them
and the result will be passed back in a callback to status-react.
Also temporary skipped test_ens_in_public_chat until we merge the ENS
code (blocked currently by 1.9 upgrade)
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-10-23 12:32:28 +02:00
Roman Volosovskyi
474ff00c7f
[ #8650 ] Tappable "backup seed" notification in wallet
...
- notification is tappable
- appears only if user has nonzero balance and hasn't backed up seed yet
- Fix e2e test for this change
2019-10-22 18:14:13 +03:00
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
Andrey Shovkoplyas
cbe17cbe02
[ #8940 ] Redesign Back, swipe-to-the-left and hardware device Back buttons to align the behavior
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-18 17:27:03 +02: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
Jakub Sokołowski
647bde7c6b
fix type of shell used for s3cmd uploads
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-18 11:27:37 +02:00
Vitaliy Vlasov
f28fd8fc9c
customize TMPDIR and clean it
...
Also:
- parallelize upload and achive stages
- fix s3cmd uploads for combined Jenkinsfile
- fix failing TestFlight clean job
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-18 09:40:11 +02:00
Jakub Sokołowski
b8d3ef3aa5
combined node package upgrade prs
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-17 12:43:17 +02:00
Pedro Pombeiro
d317d8a6c7
Filter for security updates only in Dependabot
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-17 11:05:34 +02:00
Jakub Sokołowski
afc2412514
desktop builds need GnuPG
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-17 11:03:41 +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
yenda
500d2cc787
fix navigation reset
...
currently navigation-reset only works properly if you reset to a simple route
this fix allows us to use navigation reset with more complex routes, by
ensuring that the navigation stack is populated properly so that navigate
back doesn't end up emptying the stack.
this is temporary as the proper way to do navigation in general would be
to get rid of view id and navigation-stack entirely, since it is a duplication
of the state of react-navigation
Signed-off-by: yenda <eric@status.im>
2019-10-16 15:02:26 +02:00
Andrea Maria Piana
1314c6e7d7
Disable spinner when generating multiaccount
...
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2019-10-16 14:28:17 +02:00
Jakub Sokołowski
95e48a4159
add info about MacOS Catalina workaround
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-16 09:12:33 +02:00
Pedro Pombeiro
8e90103e96
nix: Upgrade expected Xcode version to 11.1
...
Also:
- nix: Disable symlink store check
- Add comments to dependabot config file
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-15 18:40:26 +02:00
Andrey Shovkoplyas
da4d95d85c
drop les
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-15 13:55:39 +02:00
acolytec3
2ddfcd4f88
Point network to correct current-network
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-15 13:54:59 +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
Andrey Shovkoplyas
09be82272a
[ #8662 ] No chats on 'Chats' view if to clear entered search term in 'Search' chat input
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-11 13:10:28 +02:00
Andrey Shovkoplyas
df098f82f6
[ #8977 ] [Multi-account] Allow user to choose wallet for DApp transactions
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-11 11:08:56 +02:00
Vitaliy Vlasov
5fd269fde8
Onboarding UI fixes
...
Signed-off-by: yenda <eric@status.im>
2019-10-10 21:00:29 +02:00
Pedro Pombeiro
e509e8fcb0
Add dependabot config file
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-10-10 18:47:37 +02:00
Andrey Shovkoplyas
6b1c30b44c
[ #8997 ] Error 'Hzb.checkViodeoAuthorizationStatus in not a function' at attempt to scan QR on IOS
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-10 17:04:13 +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
tbenr
ee5040c391
fixes #8657
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-10 12:02:09 +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
Rachel Hamlin
0d8d0af3c7
Fixing random capitalization
...
"Manage Assets" to "Manage assets"
"Enter Seed phrase" to "Enter seed phrase"
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-09 17:43:24 +02:00
Vitaliy Vlasov
227127f153
Add preserve-input flag to text-input
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-10-09 17:37:24 +03:00
Andrey Shovkoplyas
d2ff665d6e
[ #9107 ] Collectibles (except CryptoKitties) are not loaded (endless spinner) after relogin
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-09 15:54:12 +02:00
Andrey Shovkoplyas
ca41fefbf7
[ #9138 ] Missing translation in "Need help" section ("Ask a question")
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-09 15:24:21 +02:00
Andrey Shovkoplyas
92f230ee13
[ #9139 ] Can not purchase sticker pack (too low no sign with password button)
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-09 11:40:02 +02:00
Marcus R. Brown
22de1f7490
Fix sticker pack installation buttons
...
- Fix sticker pack installation buttons
- Add "↓ Free" text and update "Install" text
- Distinguish between owned and free sticker sets
- Rename owned -> owned? in price-badge
- Add tiny-snt icon
- Update the sticker price badge icon and padding
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-09 08:25:29 +02:00
Churikova Tetiana
e30a547039
Return boolean
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-08 13:29:35 +02:00
Andrey Shovkoplyas
284f9bffed
[ #8937 ] Recent stickers are shown when stickers tab is highlighted
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-08 13:27:53 +02:00
Dmitry Novotochinov
7a642c76de
[ #8989 ] hide keycard settings for regular accounts
...
[#9019 ] hide Add new account in Wallet for keycard users
[#9023 ] fix redirect on keycard setup cancel
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-10-08 14:19:32 +03:00
Dmitry Novotochinov
c1c195adbe
[ #9025 ] fix keycard pairings persistence
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-10-08 11:45:15 +03:00
hesterbruikman
696df8ea2e
Copy update multiaccount
...
Fixes copy update in #8447
In the UI we want to refer to a watch only address as `address` instead of `account`. Interactions with an address are limited compared to an account in wallet. e.g. there is no option to send assets from this account as Status wallet does not have the key to sign for transactions.
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-07 14:03:37 +02:00
acolytec3
5ce678eb62
Suppress back-up-seed prompt when already done
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-07 12:12:53 +02:00
Adam Babik
df874966ba
upgrade status-go with geth 1.9.5
...
Signed-off-by: Adam Babik <a.babik@designfortress.com>
2019-10-05 16:26:55 +02:00
Pedro Pombeiro
fcfc7f346e
Fix RNGestureHandler version in Podfile.lock
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-10-05 10:26:31 +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
acolytec3
72867473d0
Add currency conversions for signing sheet
...
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
2019-10-04 18:13:53 +02:00
Churikova Tetiana
4eac209b9b
4 e2e fix
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-10-04 15:53:43 +02:00