Skip to content

Releases: blockfrost/blockfrost-go

v0.2.2

19 Feb 11:36
ca0c5e2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Jan 08:37
fe321c8
Compare
Choose a tag to compare

What's Changed

  • chore: add common webhook fields to WebhookEvent improving the handling and differentiation of various webhook event types by @slowbackspace in #77

Full Changelog: v0.2.0...v0.2.1

v0.2.0

20 Dec 10:54
ae8e79f
Compare
Choose a tag to compare

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

v0.1.1

08 Mar 12:40
777ce58
Compare
Choose a tag to compare

Added

  • AssetAddressesAll function
  • APIQueryParams to AssetAddresses
  • PreProd and Preview URLs
  • Transaction submit client endpoint
  • CoinsPerUtxOWord and MaxValSize to EpochParameters
  • Include the output index in the TransactionUTXOs query

Fixed

  • All method which return a channel

Many contributions by @Quantumplation.

v0.1.0

26 Oct 22:05
Compare
Choose a tag to compare

Initial release of Blockfrost SDK Client