Adam Babik
39d4d0a14f
Define MailServer.Deliver method accepting MessagesRequest ( #32 )
v1.5.2
2019-11-02 15:31:00 +01:00
Adam Babik
907f4d5293
remove Gopkg.* and update vendor/
v1.5.1
2019-09-28 11:04:54 +02:00
Adam Babik
8be20fd33d
crypto: add SignatureLength constant and use it everywhere ( #19996 )
v1.5.0
2019-09-28 11:01:13 +02:00
Adam Babik
e234c0fdf9
cmd, contracts, eth, p2p, signer, whisper: fixed ineffectual assignments ( #19869 )
2019-09-28 10:57:14 +02:00
Adam Babik
75f34771fb
core/state, p2p/discover, trie, whisper: avoid unnecessary conversions ( #19870 )
2019-09-28 10:54:57 +02:00
Adam Babik
82c2163f41
whisper: PoW calculations as specified in EIP-627 ( #19753 )
2019-09-28 10:53:51 +02:00
Adam Babik
159b317456
upgrade geth to 1.9.5 and introduce go.mod
2019-09-28 10:51:24 +02:00
Adam Babik
bbabc9ff4e
whisper/whisperv6: fix PoW calculations to match the spec ( #19330 )
2019-09-28 10:47:51 +02:00
Adam Babik
3e303b1d5f
fix a case when Limit is 0 when syncing mailservers ( #29 )
...
It also improves passing errors to the requester.
v1.4.14
2019-06-26 11:11:20 +02:00
Andrea Maria Piana
0b74212950
Merge pull request #28 from status-im/feature/add-send-raw
...
Add SendRawP2PDirect
v1.4.13
2019-05-07 11:37:14 +02:00
Andrea Maria Piana
f62a6add56
Use rawsyncresponse
2019-05-06 14:33:58 +02:00
Andrea Maria Piana
f55e777bd6
Add SendRawP2PDirect
...
Adds a function to send RawValue envelopes. This is needed as a
performance optimization, as currently most of the processing time is
spent decoding envelopes and coding them back when sending them.
This will allow us to skip this unnecessary step.
2019-05-06 12:32:09 +02:00
Dmitry Shulyak
4fae75da94
Post request.completed only after envelopes from that request were added to a filter ( #27 )
...
* Post completion event after every message was added to a filter
* Add test that request.completed received after all envelope.avaiable
* Process all p2p envelopes and completion events sequantially
* Stop whisper after test
v1.4.12
2019-04-19 08:14:44 +03:00
Dmitry Shulyak
efca6fbb0c
Pass information that message was received from a mailsver to a whisper user ( #26 )
2019-04-18 09:40:45 +03:00
Dmitry Shulyak
b8da753209
Change filter internal message store to inteface ( #25 )
v1.4.11
2019-04-04 11:46:29 +03:00
Dmitry Shulyak
3a4601b568
Receiver notifies sender with reasons for discarding envelopes ( #23 )
...
* Receiver notifies sender with reasons for discarding envelopes
On a sender side we want to know if some messages were discarded. For this
purpose new message type was added - messagesResponse. This message type is versioned,
in order to make it easier transition to new message response, if we will want to extend it in near
future.
The response itself is formed from hash of envelopes received in a single batch, and errors
during processing of envelopes. Each error has a code and description, the reason for adding a code
is to provide some kind of user-friendly description to a client explaining why certain envelopes
were not yet delivered. Description will be simply logged on a sender side.
The followup for this change will be an extention on status-go side that will send particular envelope
errors to a client (e.g. status-react).
* Store errors as array and cover new changes with tests
v1.4.10
2019-03-26 10:15:16 +02:00
Dmitry Shulyak
37436ddc1e
Keep connection if time is not synchronized between several peers ( #22 )
2019-03-20 17:21:53 +02:00
Dmitry Shulyak
f60fda29e2
Upgrade to geth 1.8.23 ( #21 )
v1.4.9
2019-03-14 08:04:41 +02:00
Dmitry Shulyak
88b3fdf3bd
Remove flakiness check before broadcast ( #20 )
v1.4.8
2019-02-20 14:06:56 +02:00
Dmitry Shulyak
9e2f8db257
Send event when envelope was received from a peer ( #19 )
...
* Send event when envelope was received from a peer
* Update event description
v1.4.7
2019-02-19 09:08:40 +02:00
Adam Babik
9cdf6385f8
upgrade geth to 1.8.21 ( #17 )
v1.4.6
2019-01-16 10:22:52 +01:00
Adam Babik
109fa96320
update geth to 1.8.20 ( #16 )
v1.4.5
2018-12-17 18:22:49 +01:00
Adam Babik
82a7734c36
add event EventMailServerSyncFinished ( #15 )
v1.4.4
2018-12-13 09:51:47 +01:00
Adam Babik
27e2442271
add request validation for mail sync ( #14 )
v1.4.3
2018-12-11 09:22:16 +01:00
Adam Babik
6e5af097a1
add opcodes to sync messages ( #13 )
...
Two opcodes were introduced p2pSyncRequestCode and p2pSyncResponseCode. MailServer interface got extended with SyncMail(*Peer, SyncMailRequest) error.
There are no breaking changes.
v1.4.2
2018-12-06 09:33:58 +01:00
Dmitry
19c3d76859
Extend mail response with a peer and refactor tests
2018-12-03 10:32:48 +02:00
Dmitry
96d2199ed5
Send events when mail request is sent or expired
v1.4.1
2018-11-28 10:49:39 +02:00
Dmitry
76c2447643
Extend whisper protocol with confirmations and add necessary events
v1.4.0
2018-11-26 09:32:41 +02:00
Dmitry
552229d15d
Add testify/require module to Gopkg.toml
2018-11-26 09:32:41 +02:00
Adam Babik
4cd9bb35e2
Upgrade geth 1.8.17 ( #8 )
2018-11-12 10:03:57 +01:00
Igor Mandrigin
14e1bbfd9b
Add an response that mailserver failed to complete request.
v1.2.0
2018-10-18 10:59:46 +02:00
Adam Babik
ca91ec35f6
Support batched messages in p2pMessageCode ( #3 )
v1.1.0
2018-10-16 17:41:10 +02:00
Adam Babik
ca67be6b3b
add shhclient package ( #2 )
v1.0.0
2018-10-15 16:03:46 +02:00
Dmitry
c72a926c11
Vendor all dependencies and run unit tests on travis CI
2018-10-01 11:38:03 +03:00
Dmitry
f415849507
Update gopkg.lock with forked ethereum
2018-10-01 11:18:56 +03:00
Dmitry
502d98953e
Apply part of the watchdog change to status-go whisper module
2018-10-01 11:11:09 +03:00
Dmitry
d441b04413
Apply whisper metrics patch
2018-10-01 11:11:05 +03:00
Dmitry
3dff91373a
Apply mail server cursor patch
2018-10-01 11:11:00 +03:00
Dmitry
07151c8376
Apply mail server completion response
2018-10-01 11:10:11 +03:00
Dmitry
8ff11fbbc0
Apply time source patch with changes in tests
2018-10-01 11:10:07 +03:00
Dmitry
5e489619d5
Apply whisper confirmations patch
2018-10-01 11:10:01 +03:00
Dmitry
536333e998
Apply 0014-whisperv6-notifications patches to status-go/whisper module
2018-10-01 11:09:03 +03:00
Dmitry
4d5a3acbfd
Put repository under dep
2018-10-01 10:48:18 +03:00
Dmitry
e7fc8adc5b
Remove not used modules
2018-10-01 10:43:22 +03:00
Pedro Pombeiro
aa0e214684
whisper: Fix interpretation of to
parameter in shh_requestMessages
( #16996 )
...
The argument is inclusive rather than exclusive, according to docs.
2018-09-19 17:44:30 +02:00
Emil
e050a9667e
all: simplify s[:] to s where s is a slice ( #17673 )
2018-09-14 22:07:13 +02:00
b00ris
1462c1b12a
whisper: add light mode check to handshake ( #16725 )
2018-09-05 10:57:45 +02:00
Adam Babik
739fa07809
whisper: fix loop in expire() ( #17532 )
2018-08-29 13:56:13 +03:00
Wenbiao Zheng
98fed4d847
all: remove the duplicate 'the' in annotations ( #17509 )
2018-08-27 11:49:29 +03:00
Eugene Valeyev
b1785a6112
whisper: fixed broken partial topic filtering
...
Changes in #15811 broke partial topic filtering. Re-enable it.
2018-08-13 16:27:25 +02:00