Skip to content

Commit

Permalink
feat: trigger a breaking change (#85)
Browse files Browse the repository at this point in the history
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
neilcampbell authored Jul 5, 2024
1 parent 1633a09 commit 59c5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ To try examples in this repository:

- `npm install`
- Copy `.env.sample` to `.env` and edit to point to the Algorand node you want to point to
- `npm run dhm` or F5 in Visual Studio Code to get breakpoint debugging against one of the examples (or choose the other ones)
- `npm run dhm` or F5 in Visual Studio Code to get breakpoint debugging against one of the examples (or choose another)

0 comments on commit 59c5cb8

Please sign in to comment.