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
- Protocol change that adds a "transaction version" to the permission to set verification keys https://github.com/MinaProtocol/mina/pull/14407
64
+
- See [the relevant RFC](https://github.com/MinaProtocol/mina/blob/9577ad689a8e4d4f97e1d0fc3d26e20219f4abd1/rfcs/0051-verification-key-permissions.md) for the motivation behind this change
65
+
- Breaks all deployed contracts, as it changes the account update layout
66
+
67
+
### Added
68
+
69
+
- Provable type `Packed<T>` to pack small field elements into fewer field elements https://github.com/o1-labs/o1js/pull/1376
70
+
- Provable type `Hashed<T>` to represent provable types by their hash https://github.com/o1-labs/o1js/pull/1377
71
+
- This also exposes `Poseidon.hashPacked()` to efficiently hash an arbitrary type
72
+
73
+
### Changed
74
+
75
+
- Reduce number of constraints of ECDSA verification by 5% https://github.com/o1-labs/o1js/pull/1376
-**SHA256 hash function** exposed via `Hash.SHA2_256` or `Gadgets.SHA256`. https://github.com/o1-labs/o1js/pull/1285
97
+
98
+
### Changed
99
+
100
+
-`Mina.accountCreationFee()` is deprecated in favor of `Mina.getNetworkConstants().accountCreationFee`. https://github.com/o1-labs/o1js/pull/1367
101
+
-`Mina.getNetworkConstants()` returns:
102
+
-[default](https://github.com/o1-labs/o1js/pull/1367/files#diff-ef2c3547d64a8eaa8253cd82b3623288f3271e14f1dc893a0a3ddc1ff4b9688fR7) network constants if used outside of the transaction scope.
103
+
-[actual](https://github.com/o1-labs/o1js/pull/1367/files#diff-437f2c15df7c90ad8154c5de1677ec0838d51859bcc0a0cefd8a0424b5736f31R1051) network constants if used within the transaction scope.
104
+
105
+
### Fixed
106
+
107
+
- Fix approving of complex account update layouts https://github.com/o1-labs/o1js/pull/1364
@@ -47,6 +142,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
47
142
- bitwise AND via `{UInt32, UInt64}.and()`
48
143
- Example for using actions to store a map data structure https://github.com/o1-labs/o1js/pull/1300
49
144
-`Provable.constraintSystem()` and `{ZkProgram,SmartContract}.analyzeMethods()` return a `summary()` method to return a summary of the constraints used by a method https://github.com/o1-labs/o1js/pull/1007
145
+
-`assert()` asserts that a given statement is true https://github.com/o1-labs/o1js/pull/1285
0 commit comments