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
25
+
- Added custom header support for `Fetch` methods such as `fetchEvents`, `fetchActions` etc. and to `Mina` instance. Also added two new methods `setMinaDefaultHeaders` and `setArchiveDefaultHeaders`https://github.com/o1-labs/o1js/pull/2004
24
26
25
27
### Changed
28
+
26
29
- 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
30
- Updated typedoc version for generating docs https://github.com/o1-labs/o1js/pull/1973
28
31
@@ -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