status-go/eth-node/types
Andrea Maria Piana 75e0809f50 Split datasync messages in batches
When sending messages in quick succession, it might be that multiple
messages are batched together in datasync, resulting in a single large
payload.
This commit changes the behavior so that we can pass a max-message-size
and we split the message in batches before sending.

A more elegant way would be to split at the transport layer (i.e
waku/whisper), but that would be incompatible with older client.

We can still do that eventually to support larger messages.
2020-11-05 12:45:29 +01:00
..
ens Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
account.go Abstract `accounts.Key` and geth `keystore` 2020-01-06 10:17:23 +01:00
address.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
bytes.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
const.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
envelopes.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
filter.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
hash.go Integrate Waku service (#1759) 2020-01-08 12:12:23 +01:00
hex.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
json.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
key.go Remove protocol and eth-node submodules (#1835) 2020-02-10 12:22:37 +01:00
keystore.go Abstract `accounts.Key` and geth `keystore` 2020-01-06 10:17:23 +01:00
mailserver.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
negotiated_secret.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
node.go Handle connection change 2020-08-27 18:54:31 +02:00
rpc.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
subscribe.go Make shhext and protocol work with Waku (#1777) 2020-01-13 20:17:30 +01:00
topic.go Create a home submodule for Eth node bridges- Rename StatusBackend to GethStatusBackend 2019-11-27 17:02:09 +01:00
waku.go Split datasync messages in batches 2020-11-05 12:45:29 +01:00
whisper.go Split datasync messages in batches 2020-11-05 12:45:29 +01:00
wrapped.go Add support for request messages by topics (#1805) 2020-01-21 08:11:24 +01:00