Catalyst icon indicating copy to clipboard operation
Catalyst copied to clipboard

Should we use a more compact multiaddress format over wire messages?

Open Xela101 opened this issue 4 years ago • 0 comments

Current protobuf wire MultiAddress format is: /ip4/77.68.110.78/tcp/4001/ipfs/18n3naE9kBZoVvgYMV6saMZe3GsQiDaWiuhi4ngsz4yYghzBZanWyrCCxbg3QWZmWCK3

We can use a more optimized structure such as: { ip, bytes port, bytes peerId, bytes }

and reconstruct on the backend.

Xela101 avatar Jun 03 '20 08:06 Xela101