lotus/chain/exchange
Steven Allen f2a4891ada
fix: exchange: explicitly cast the block message limit const (#11511)
It's not a const for the testground build, and needs to be an int 99%
of the time. So we might as well just cast here.
2023-12-09 23:24:43 +09:00
..
cbor_gen.go fix: exchange: allow up to 10k messages per block 2023-12-09 18:08:32 +09:00
client.go Merge pull request #11506 from filecoin-project/steb/fix-exchange-message-length 2023-12-09 11:31:03 +01: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: explicitly cast the block message limit const (#11511) 2023-12-09 23:24:43 +09:00
protocol.go fix: exchange: allow up to 10k messages per block 2023-12-09 18:08:32 +09:00
server.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00