Jakub Sokołowski
f4d4c66d5b
upgrade whisper: 1.6.1 > 1.6.2
...
This adds new Prometheus metrics
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-12-02 13:17:52 +01:00
Pedro Pombeiro
26b6d7c36a
Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend
2019-11-27 17:02:09 +01:00
Adam Babik
47ccf32cdb
Upgrade zap to v1.13.0 ( #1694 )
2019-11-25 21:16:00 +01:00
Adam Babik
10635d555f
Make extkeys as a submodule ( #1691 )
2019-11-22 13:58:03 +01:00
Pedro Pombeiro
ed5a5c154d
Move to monorepo structure ( #1684 )
...
Move to a monorepo structure with submodules
- Rename status-protocol-go to status-go/protocol
2019-11-21 17:19:22 +01:00
Pedro Pombeiro
2dd74da23d
Integrate Nimbus status-protocol-go
2019-11-18 14:30:03 +01:00
Adam Babik
c199c8f342
Update Whisper and introduce rate limiting ( #1673 )
2019-11-18 11:22:23 +01:00
Pedro Pombeiro
6ce437255e
Remove FCM implementation
2019-11-17 17:54:55 +01:00
Jakub Sokołowski
4c313c7032
add tcp-pinger for measuring rtt of mailservers
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-15 13:18:08 +01:00
Andrea Maria Piana
9d7c570593
Add PrepareContent and upgrade status-go ( #1674 )
2019-11-15 09:52:28 +01:00
Andrea Maria Piana
89659f85b4
Upgrade status-protocol-go ( #1664 )
2019-11-08 08:36:12 +01:00
Andrea Maria Piana
a659685e3f
Add parsed message ( #1660 )
...
This commits add a field (parsedMessage) to the json payload sent to
status-react.
This field is the parsed version of the transit message.
The code is all in dedup, I will re-organize it once we made all the
necesseary changes.
2019-11-06 17:23:11 +01:00
Adam Babik
183d626256
Implement mailserver Deliver() with MessagesRequest ( #1653 )
...
The main difference is that it takes `whisper.MessagesRequest` as an argument instead of `whisper.Envelope`.
2019-11-04 21:15:21 +01:00
Jakub Sokołowski
c1f17cb4a3
use prometheus/client_golang for metrics
...
also re-implement mailserver metrics
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-11-04 13:18:50 +01:00
Andrea Maria Piana
9f2a4b378f
Verify ens endpoint, only against mainnet ( #1657 )
...
* String payload
* Verify ENS Names
* Update status-protocol-go
2019-11-04 11:08:22 +01:00
Adam Babik
a244b01a26
Upgrade migrate ( #1643 )
2019-10-14 16:10:48 +02:00
Pedro Pombeiro
c874960215
Use status-protocol-go/bridge/geth ( #1638 )
...
* Use status-protocol-go/bridge/geth
2019-10-14 09:53:38 +02:00
Pedro Pombeiro
d87caf57e3
Add dependabot config file ( #1636 )
...
* Add dependabot config file
* Fix status-protocol-go dependency
2019-10-11 07:00:46 +02:00
Jakub Sokołowski
294399916e
add script for easier setup of mailserver
...
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2019-10-10 11:27:32 +02:00
Pedro Pombeiro
a2f106e4c5
Update for status-protocol-go API changes ( #1627 )
2019-10-09 16:22:53 +02:00
Adam Babik
26880b83d7
Upgrade geth to 1.9.5 and Whisper ( #1617 )
2019-10-04 17:21:24 +02:00
Andrea Maria Piana
40e66e6186
upgrade status-protocol-go ( #1619 )
2019-09-26 11:26:33 +02:00
Andrea Maria Piana
9a3ed980c9
Generate gfycat and identicon in status-protocol-go ( #1611 )
2019-09-26 09:01:17 +02:00
Andrea Maria Piana
1a47893e75
Upgrade status-protocol-go ( #1593 )
2019-09-02 11:29:06 +02:00
Andrea Maria Piana
b8ea79a3f0
Upgrade status-protocol-go ( #1586 )
2019-08-29 08:33:46 +02:00
Andrea Maria Piana
e118e89107
Add persistent datasync, use single database and handle negotiated filters ( #1580 )
2019-08-27 14:04:15 +02:00
Andrea Maria Piana
06dc227071
Add Metadata to messages, expose new messenger methods ( #1571 )
...
* Add Metadata to messages, expose new messenger methods
This commits modifies deduplicator so that it takes a `StatusMessage`
instead of `WhisperMessage` and also returns a `Metadata` field which is
then passed back by the client when confirming messages, which fixes the
issue we had with not confirming pfs messages.
2019-08-20 13:20:25 +02:00
Adam Babik
8383feea04
add API to shhext to manage messages
2019-08-12 19:44:31 +02:00
Andrea Maria Piana
9ae7d2b6d5
Move envelopes tracking to status-protocol-go
...
This commit moves envelopes tracking to status-go.
Post endpoint is not going to track envelopes anymore, as that's taken
care on status-protocol-go side, so this is a breaking change, and
version is updated accordingly.
2019-08-12 19:44:31 +02:00
Andrea Maria Piana
a3a413b5d9
Add SaveChat, Chats, DeleteChat, SaveConctat & Contacts endpoint
2019-08-05 16:03:18 +02:00
Adam Babik
ce7b0fc376
conslidate protocol databases
2019-08-01 10:40:54 +02:00
Andrea Maria Piana
9de77b21b2
Add datasync, v1messages & disable discovery topic options
...
Adds support for datasync, V1Messages and disabling the discovery topic.
This is a backward compatible change as long as they are not toggled on
(they are not by default).
2019-07-29 19:39:44 +02:00
Andrea Franz
dcb0fa5262
add multi-account support ( #1500 )
...
* add multiaccount support
add multi account ImportPrivateKey and StoreAccount
test derivation from normal keys
* add multiaccount to mobile pkg
* use multiaccount params structs from the mobile pkg
* move multiaccount tests together with the other lib tests
* fix codeclimate warning and temporarily increase methods threshold
* split library_test_utils.go to avoid linter warnings
2019-07-24 20:59:15 +02:00
Adam Babik
e93d994460
integrate status-protocol-go
2019-07-24 18:46:43 +02:00
Adam Babik
664488faf9
add an adapter for zap and geth loggers ( #1534 )
2019-07-24 09:58:01 +02:00
Adam Babik
1ab2e88bf5
Sync messages in a loop until error or no cursor ( #1502 )
2019-06-26 18:17:41 +02:00
Adam Babik
c9e99c432d
migrate to go 1.12 and go modules
2019-06-12 13:12:00 +02:00