dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.36k stars 457 forks source link

Remove unused JSON for marshal and unmarshal methods #1809

Closed mibuono closed 1 week ago

mibuono commented 1 month ago

Context owner @gameofpointers

wizeguyy commented 1 week ago

Can't do this. JSON RPC requires all the JSON marshallers and unmarshallers. If we move away from JSON RPC one day, then we can remove the JSON methods.