algorandfoundation / algokit-subscriber-ts

Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
12 stars 6 forks source link

feat: trigger a breaking change again #86

Closed neilcampbell closed 2 months ago

neilcampbell commented 2 months ago

Just trying to correctly trigger a breaking change from the previous PR.

BREAKING CHANGE: timestamp in BlockMetadata is now an epoch seconds number, rather than an ISO8601 string to match other timestamps. hash and previousBlockHash in BlockMetadata are now base64 encoded strings, rather than base32 encoded strings. This matches the format used in the indexer api.