lotus/chain/exchange
Steven Allen 2b771693eb fix: exchange: allow up to 10k messages per block
Also explicitly limit how many bytes we're willing to read in one go
such that we're capable of reading a worst-case tipset (like, really,
never going to happen worst-case). Previously, this wasn't an issue.
However, we've bumped the max number of messages from 8,192 to 150,000
and need to limit allocations somewhere else.
2023-12-09 21:19:55 +08:00
..
cbor_gen.go fix: exchange: allow up to 10k messages per block 2023-12-09 21:19:55 +08:00
client.go fix: exchange: allow up to 10k messages per block 2023-12-09 21:19:55 +08:00
doc.go fix make gen 2022-08-29 16:25:30 +02:00
interfaces.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
peer_tracker.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
protocol_encoding.go fix: exchange: allow up to 10k messages per block 2023-12-09 21:19:55 +08:00
protocol.go fix: exchange: allow up to 10k messages per block 2023-12-09 21:19:55 +08:00
server.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00