Releases: blockcypher/gobcy
Releases · blockcypher/gobcy
v2.0.4
Mainly update the module to be a v2 so it can be imported correctly (3ee1e29)
and yes there is no v2.0.3.
v2.0.2
Minor release fix to update btcec dependency (d634d79)
v2.0.1
Minor release which fix the decode
function (cf10d6c)
v2.0.0
Major release which breaks compatibility with previous versions.
Changelog:
- replace int with big.Int on balance/value fields to avoid overflow (#12)
You should now use a big.Int
for those fields.