spesmilo / electrumx

Alternative implementation of spesmilo/electrum-server
MIT License
432 stars 343 forks source link

Add Garlicoin #211

Closed MaxPuig closed 1 year ago

MaxPuig commented 1 year ago

Add support for Garlicoin.

MaxPuig commented 1 year ago

Seeing how the unittests failed, I'm not exactly sure where/how to get the .json file info. I ran the electrumx server on my machine and it worked fine, so the implementation works.

cipig commented 1 year ago

the json is missing the entry block. The value is the output from garlicoin-cli getblock 1c8d7a8b72c448faeb0663a7a07cc1f0f9096c08be44b71d74c359e57ff1421d false.

MaxPuig commented 1 year ago

@cipig Thanks!