Open albrow opened 4 years ago
https://github.com/0xProject/0x-mesh/issues/824 could also help with this.
https://github.com/0xProject/0x-mesh/pull/848 implements option (1) from above. It requests orders from multiple peers in parallel, meaning slower peers have reduced impact.
The current implementation of the ordersync protocol is naive and could be improved. Some changes to consider are:
0x00
and0x80
and ask peer B for orders with hashes between0x81
and0xff
.Related to https://github.com/0xProject/0x-mesh/issues/803.