Closed Pilou97 closed 1 year ago
The chain is very slow, it seems that Data_encoding.Json is the cause of this slow down
Data_encoding.Json
Change Data_encoding.Json into Data_encoding.Binary in message.ml
Data_encoding.Binary
Merged into main already.
Problem
The chain is very slow, it seems that
Data_encoding.Json
is the cause of this slow downSolution
Change
Data_encoding.Json
intoData_encoding.Binary
in message.ml