added BlocksAddresses for list of addresses affected by a specific block
missing epoch parameters
Fixed
fixed all test fixtures
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)
close https://github.com/blockfrost/blockfrost-go/issues/68
Added
Mempool
,MempoolAll
,MempoolTx
,MempoolByAddress
,MempoolByAddressAll
TransactionEvaluate
andTransactionEvaluateUTXOs
AddressUTXOsAsset
andAddressUTXOsAssetAll
(orig PR https://github.com/blockfrost/blockfrost-go/pull/65)VerifyWebhookSignature
for WebhooksBlocksAddresses
for list of addresses affected by a specific blockFixed
nil
instead of setting these fields to their default value based on data type (eg. "" for string fields that actuallynull
in JSON response)Changed