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 a16a702 commit 0e4d0c5Copy full SHA for 0e4d0c5
CHANGELOG.md
@@ -49,6 +49,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
49
Ubuntu 22.04 for test binary artifacts to ensure compatibility with Debian
50
Bullseye container environment ([#1249](https://github.com/o1-labs/openmina/pull/1249))
51
- **Build System**: Enhanced Makefile with documentation-related targets and comprehensive formatting commands ([#1234](https://github.com/o1-labs/openmina/pull/1234))
52
+- Use consistent `use` statements for fields. Replace `mina_hasher::Fp` with
53
+ `mina_curves::pasta::Fp`.
54
+ ([#1269](https://github.com/o1-labs/openmina/pull/1269/)).
55
+
56
### Fixed
57
58
- **Documentation**: Resolved broken links and bare URL warnings in Rust
0 commit comments