Skip to content

Commit

Permalink
feat(CHANGELOG.md): return events in LocalBlockchain in reverse chron…
Browse files Browse the repository at this point in the history
…ological order to match Network behavior
  • Loading branch information
MartinMinkov committed Feb 23, 2024
1 parent a922d89 commit fd5a7b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- `transaction.hash()` is no longer a function, it is now a property that returns the hash of the transaction.
- Improved efficiency of computing `AccountUpdate.callData` by packing field elements into as few field elements as possible https://github.com/o1-labs/o1js/pull/1458
- This leads to a large reduction in the number of constraints used when inputs to a zkApp method are many field elements (e.g. a long list of `Bool`s)
- Return events in the `LocalBlockchain` in reverse chronological order (latest events at the beginning) to match the behavior of the `Network` https://github.com/o1-labs/o1js/pull/1460

### Added

Expand Down

0 comments on commit fd5a7b1

Please sign in to comment.