| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2023-12-20 | 1.7 kB | |
| v0.2.0 source code.tar.gz | 2023-12-20 | 87.6 kB | |
| v0.2.0 source code.zip | 2023-12-20 | 143.8 kB | |
| Totals: 3 Items | 233.0 kB | 0 | |
Added
- added missing fields to TransactionContent by @fabioDMFerreira in https://github.com/blockfrost/blockfrost-go/pull/67
- allow to use a custom *http.Client by @jybp in https://github.com/blockfrost/blockfrost-go/pull/74
- added mempool methods:
Mempool,MempoolAll,MempoolTx,MempoolByAddress,MempoolByAddressAll - added
TransactionEvaluateandTransactionEvaluateUTXOs - added
AddressUTXOsAssetandAddressUTXOsAssetAll(orig PR https://github.com/blockfrost/blockfrost-go/pull/65) - added
VerifyWebhookSignaturefor Webhooks - added
BlocksAddressesfor list of addresses affected by a specific block - missing epoch parameters
Fixed
- allow arbitrary asset onchain metadata by @slowbackspace in https://github.com/blockfrost/blockfrost-go/pull/75
- fixed nullable types: nullable fields are now defined as pointers so go will use
nilinstead of setting these fields to their default value based on data type (eg. "" for string fields that actuallynullin 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 https://github.com/blockfrost/blockfrost-go/pull/67
- @jybp made their first contribution in https://github.com/blockfrost/blockfrost-go/pull/72
- @slowbackspace made their first contribution in https://github.com/blockfrost/blockfrost-go/pull/70
Full Changelog: https://github.com/blockfrost/blockfrost-go/compare/v0.1.1...v0.2.0