DLTcollab / tangle-accelerator

Accelerate IOTA transactions by caching API requests and redirecting to faster alternatives
MIT License
23 stars 16 forks source link

feat(endpoint): Change the endpoint default message format from json to flatbuffer #773

Closed splasky closed 3 years ago

splasky commented 3 years ago

Change the message format to protobuf can let endpoint devices to send fewer bytes of network packet than JSON format.

splasky commented 3 years ago

After discussion. We will change protobuf to flatbuffer.

splasky commented 3 years ago

Close by #775 and #759