We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e402f7 commit 3808513Copy full SHA for 3808513
CHANGELOG.md
@@ -18,6 +18,12 @@ This project adheres to
18
19
## [Unreleased](https://github.com/o1-labs/o1js/compare/c2e51a84...HEAD)
20
21
+### Removed
22
+
23
+- `Transaction.setFeePerSnarkCost` has been removed, since "snark cost" has been
24
+ removed in `mina`, replaced with `MAX_ZKAPP_SEGMENT_PER_TRANSACTION`,
25
+ simplifying calculations. Instead, use `setFee`.
26
27
### Fixed
28
29
- Fixed an edge case that prevented the cache from being generated and read
0 commit comments