DMDcoin / diamond-node

bit.diamonds node software for network version 4
GNU General Public License v3.0
0 stars 3 forks source link

Breaking Change in Chainspec Generation: Hex Strings instead of Arrays #112

Closed SurfingNerd closed 4 weeks ago

SurfingNerd commented 1 month ago

Currently the intermediate key info JSON format has Parts and Acks formatted as Byte Arrays. This is very verbose, and has created problems after updating Contract Dependencies.

we should use Hex Syntax, so it is easier to read and less problematic with (de)serialisation.