stellar / slingshot

A new blockchain architecture under active development, with a strong focus on scalability, privacy and safety
Apache License 2.0
415 stars 61 forks source link

p2p: change type of the custom message to binary buffer #419

Closed oleganza closed 4 years ago

oleganza commented 4 years ago

Later we should make it either a generic type encoded/decoded right by the p2p lib, or a Bytes buffer for avoiding unnecessary copies.