Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: trigger a breaking change (#85)
Triggering a breaking change for the previous commit. 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.
- Loading branch information