Skip to content

v0.2.0

Compare
Choose a tag to compare
@slowbackspace slowbackspace released this 20 Dec 10:54
· 18 commits to master since this release
ae8e79f

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 and TransactionEvaluateUTXOs
  • added AddressUTXOsAsset and AddressUTXOsAssetAll (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 actually null 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

Full Changelog: v0.1.1...v0.2.0