Pedro Pombeiro
aeacbd928e
Separate logic into shell.nix and derivation.nix to fix `nix build` command
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-11 17:44:29 +02:00
Pedro Pombeiro
7be77fffb0
Do not change user's profile with Nix installation
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-11 14:59:33 +02:00
Anton Danchenko
59823d4bea
replace BS logo with a badge
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-04-11 12:05:27 +03:00
Anton Danchenko
b16c224fd5
add daaps view, remove start_chat view; desktop and wallet modal
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-04-11 04:14:20 +03:00
Anton Danchenko
0944cedc80
added test sign_typed_message
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-04-11 01:51:46 +03:00
Pedro Pombeiro
b06ef9cf6c
Add space for docs PR in PR template
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-10 15:33:37 +02:00
Dmitry Novotochinov
14f3b43090
[ #7892 ] generate mnemonic offline
...
pass bip39 words list to keycard sdk, instead of fetch it from github
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-04-10 14:38:30 +03:00
Churikova Tetiana
e26844547d
Clear group chat history
...
Signed-off-by: Churikova Tetiana <churikova.tm@gmail.com>
2019-04-10 12:38:07 +02:00
Jakub Sokołowski
1d00e9bb3d
change App ID for PRs on Android to avoid replacing release
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-10 11:49:40 +02:00
Pedro Pombeiro
cf6cbd7fa8
Replace usage of `make setup`
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-10 11:45:29 +02:00
Pedro Pombeiro
fe80c7841e
Build Android status-go mobile library on macOS
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-10 11:39:48 +02:00
Jakub Sokołowski
7b309d4875
prevent nix setup running multiple times
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-10 10:44:17 +02:00
Pedro Pombeiro
3230f00c6c
Make nix-shell implicit and add `desktop-server` target
...
- The makefile now defines environment variables for the Desktop debug environment that allows running side by side with release
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-09 16:04:16 +02:00
Pedro Pombeiro
ea837ff353
Remove usages of `nix show-derivation` in build-desktop.sh for purity
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-09 14:13:14 +02:00
Pedro Pombeiro
f048b8a80d
Use gradle 4.10.2 package from nixpkgs so the wrapper doesn't need to download it
2019-04-09 12:44:39 +02:00
Pedro Pombeiro
65e6e80349
Create Nix package for building status-go
2019-04-09 12:44:39 +02:00
bitsikka
be2b2a112e
[ #7931 ] fix - Text for chat name for empty public chat is not centered if contains > 1 row
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-08 19:27:37 +02:00
bitsikka
234a51c97e
[ #4158 ] Fix New messages counter being shown for already seen messages
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-08 19:26:57 +02:00
Kris Calabio
386c678caf
After dismissing error, no redirect to home and new qr can be
...
scanned.
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-08 19:26:24 +02:00
Pedro Pombeiro
b28e27947a
Add Using Pivotal Tracker document
...
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
2019-04-08 19:25:44 +02:00
bitsikka
747ca2b985
[ #7915 ] fix - Text for empty chat state is shown upside down and text direction is strange
2019-04-08 14:47:36 +03:00
Anton Danchenko
fac16ee53c
added BS logo
...
Signed-off-by: Anton Danchenko <ant.danchenko@gmail.com>
2019-04-08 13:33:15 +03:00
bitsikka
22bd2f1761
[ #7799 ] fix chat does not scroll if touch starts on top of datemark
...
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-05 17:08:04 +02:00
Jakub Sokołowski
9537425cf2
fix nix cache build process
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-05 16:05:03 +02:00
Julien Eluard
7dae2ecaf6
Fixed incorrect wallet on-open payload
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-04-05 16:00:01 +02:00
Dmitry Novotochinov
4decedf5f6
Revert "Revert "[ #7133 ] sign tx with keycard""
...
This reverts commit 4ccb1ea52d
.
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-04-05 15:49:47 +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
Jakub Sokołowski
c2fc510c8e
use auto@status.im Apple account for signing app
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-05 10:48:17 +02:00
Roman Volosovskyi
ce64bb8c1f
set maxFontSizeMultiplier for text and text-input components on iOS
2019-04-04 16:58:23 +03:00
yenda
9b47275249
[fix] don't lose big number precision above 53 bits in abi-spec
...
- convert to string instead of numbers in hex-to-number
- remove usage of full web3 lib
Signed-off-by: yenda <eric@status.im>
2019-04-04 13:53:15 +02:00
bitsikka
6aae0b76b9
[ #7454 ] fix add basic copy to public chat empty screen state + related issues/feature regarding chat message-views intro screens for all chats types
...
[#7454 ] fix add basic copy to public chat empty screen state + chat messages-views intro screens for all chats
Signed-off-by: Igor Mandrigin <i@mandrigin.ru>
2019-04-04 12:34:37 +02:00
yenda
c9a8fb2684
[fix] contract call effect should destructure keys not vector
...
- return params decoding should return nil and not "0x"
Signed-off-by: yenda <eric@status.im>
2019-04-04 10:04:29 +02:00
yenda
06f72e749e
[fix] missing cofx for ipfs/cat call in contenthash/cat
...
Signed-off-by: yenda <eric@status.im>
2019-04-04 10:01:50 +02:00
Serhy
25c24bf716
Test opening app from deep links
...
Signed-off-by: Serhy <sergii@status.im>
2019-04-03 14:42:57 +03:00
tbenr
38fc712f07
fixes #7667
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-04-03 11:50:56 +02:00
yenda
e690dbdf89
[feature] contracts namespace
...
* `open-sign-transaction-flow` cleaner version of
`open-modal-wallet-for-transaction`
* The contract namespace provides the `call` effect:
- takes contract identifier from contracts, method, params and callback
- select the correct contract address based on current network
- encode params, decodes results
- start wallet transaction flow for write calls
Signed-off-by: yenda <eric@status.im>
2019-04-03 10:26:26 +02:00
Dmitry Novotochinov
4ccb1ea52d
Revert "[ #7133 ] sign tx with keycard"
...
This reverts commit feffcaf33d
.
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-04-02 20:12:40 +03:00
Dmitry Novotochinov
feffcaf33d
[ #7133 ] sign tx with keycard
...
Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
2019-04-02 18:07:41 +03:00
Jakub Sokołowski
916467555f
add repo name to ghcmgr url
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-04-02 15:51:15 +02:00
Julien Eluard
e66452ba4b
Fixed missing parameter usage
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-04-02 14:35:03 +02:00
Igor Mandrigin
ceeeebb001
bump develop version to 0.12.0
2019-04-02 15:25:06 +03:00
Julien Eluard
fb27e13a31
[ Fixed #7864 ] Removed now irrelevant dapps
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-04-02 13:08:44 +02:00
tbenr
6e84cf22a9
fixes #7363
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-04-02 13:06:58 +02:00
Roman Volosovskyi
24a978d442
Migrate to RN 0.59.2
2019-04-01 17:42:57 +03:00
Vitaliy Vlasov
76c2ad2bc4
Add mailserver and bootnodes settings
...
Signed-off-by: Vitaliy Vlasov <siphiuel@gmail.com>
2019-03-29 14:20:53 +02:00
tbenr
648dc9b74a
fixes value -> data
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-03-29 09:14:19 +01:00
yenda
89902947b6
[feature] contenthash utility namespace
...
- support for ipfs only
- provides fns to encode and decode contenthashes as defined in EIP1577
- provides cat fx to retrieve contenthash
Signed-off-by: yenda <eric@status.im>
2019-03-28 17:23:00 +01:00
yenda
884a44b5df
use call-private-rpc in ethereum/call
...
- remove web3 parameter for ethereum/call
- remove first parameter for callback of ethereum/call which
was always nil
Signed-off-by: yenda <eric@status.im>
2019-03-28 17:20:36 +01:00
Julien Eluard
1bfa3cf178
Upgraded to latest pluto
...
Signed-off-by: Julien Eluard <julien.eluard@gmail.com>
2019-03-28 15:48:44 +01:00
yenda
a6616033f4
[refactor] add check in abi-spec decode and expect a hex string
...
Signed-off-by: yenda <eric@status.im>
2019-03-28 15:38:20 +01:00