Skip to content

Commit d6c46b0

Browse files
committed
changelog
1 parent 0518755 commit d6c46b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1818
## [Unreleased](https://github.com/o1-labs/o1js/compare/b857516...HEAD)
1919

2020
### Added
21+
2122
- `setFee` and `setFeePerSnarkCost` for `Transaction` and `PendingTransaction` https://github.com/o1-labs/o1js/pull/1968
2223
- Doc comments for various ZkProgram methods https://github.com/o1-labs/o1js/pull/1974
2324
- `MerkleList.popOption()` for popping the last element and also learning if there was one https://github.com/o1-labs/o1js/pull/1997
2425

2526
### Changed
27+
2628
- Sort order for actions now includes the transaction sequence number and the exact account id sequence https://github.com/o1-labs/o1js/pull/1917
2729
- Updated typedoc version for generating docs https://github.com/o1-labs/o1js/pull/1973
30+
- ECDSA `verifySignedHash()` accepts hash `Bytes` directly for easy use with alternative hash functions https://github.com/o1-labs/o1js/pull/2005
2831

2932
### Fixed
3033

@@ -381,7 +384,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
381384
- `Reducer.reduce()` requires the maximum number of actions per method as an explicit (optional) argument https://github.com/o1-labs/o1js/pull/1450
382385
- The default value is 1 and should work for most existing contracts
383386
- `new UInt64()` and `UInt64.from()` no longer unsafely accept a field element as input. https://github.com/o1-labs/o1js/pull/1438 [@julio4](https://github.com/julio4)
384-
As a replacement, `UInt64.Unsafe.fromField()` was introduced
387+
As a replacement, `UInt64.Unsafe.fromField()` was introduced
385388
- This prevents you from accidentally creating a `UInt64` without proving that it fits in 64 bits
386389
- Equivalent changes were made to `UInt32`
387390
- Fixed vulnerability in `Field.to/fromBits()` outlined in [#1023](https://github.com/o1-labs/o1js/issues/1023) by imposing a limit of 254 bits https://github.com/o1-labs/o1js/pull/1461

0 commit comments

Comments
 (0)