v0.2.0
Added
- added missing fields to TransactionContent by @fabioDMFerreira in #67
- allow to use a custom *http.Client by @jybp in #74
- added mempool methods:
Mempool
,MempoolAll
,MempoolTx
,MempoolByAddress
,MempoolByAddressAll
- added
TransactionEvaluate
andTransactionEvaluateUTXOs
- added
AddressUTXOsAsset
andAddressUTXOsAssetAll
(orig PR #65) - added
VerifyWebhookSignature
for Webhooks - added
BlocksAddresses
for list of addresses affected by a specific block - missing epoch parameters
Fixed
- allow arbitrary asset onchain metadata by @slowbackspace in #75
- fixed nullable types: nullable fields are now defined as pointers so go will use
nil
instead of setting these fields to their default value based on data type (eg. "" for string fields that actuallynull
in JSON response) - fixed TransactionUTXOs type
- fixed all test fixtures
Changed
- updated CI actions
- small refactor of *All methods
- updated dependencies
- min go version set to 1.21
New Contributors
- @fabioDMFerreira made their first contribution in #67
- @jybp made their first contribution in #72
- @slowbackspace made their first contribution in #70
Full Changelog: v0.1.1...v0.2.0