You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`setFee` and `setFeePerSnarkCost` for `Transaction` and `PendingTransaction`https://github.com/o1-labs/o1js/pull/1968
22
23
- Doc comments for various ZkProgram methods https://github.com/o1-labs/o1js/pull/1974
23
24
-`MerkleList.popOption()` for popping the last element and also learning if there was one https://github.com/o1-labs/o1js/pull/1997
24
25
25
26
### Changed
27
+
26
28
- Sort order for actions now includes the transaction sequence number and the exact account id sequence https://github.com/o1-labs/o1js/pull/1917
27
29
- 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
28
31
29
32
### Fixed
30
33
@@ -381,7 +384,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
381
384
-`Reducer.reduce()` requires the maximum number of actions per method as an explicit (optional) argument https://github.com/o1-labs/o1js/pull/1450
382
385
- The default value is 1 and should work for most existing contracts
383
386
-`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
385
388
- This prevents you from accidentally creating a `UInt64` without proving that it fits in 64 bits
386
389
- Equivalent changes were made to `UInt32`
387
390
- 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