Skip to content

Commit aa26167

Browse files
authored
Merge pull request #1832 from o1-labs/copilot/remove-ffi-codebase-port-ocaml
Remove FFI codebase and port_ocaml module
2 parents cb02d47 + 6eb7383 commit aa26167

File tree

11 files changed

+2
-3120
lines changed

11 files changed

+2
-3120
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Removed
2727

28+
- **Ledger**: remove FFI codebase and `port_ocaml` module, fix
29+
[#1235](https://github.com/o1-labs/mina-rust/issues/1235)
2830
- **Frontend**: remove outdated `frontend/functions` directory containing unused
2931
Firebase Cloud Functions
3032
- **CI**: remove network debugger from CI

ledger/src/account/account.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,10 +1075,6 @@ impl AccountId {
10751075
Self::new(public_key, token_id)
10761076
}
10771077

1078-
pub fn ocaml_hash(&self) -> u32 {
1079-
crate::port_ocaml::account_id_ocaml_hash(self)
1080-
}
1081-
10821078
pub fn rand() -> Self {
10831079
let mut rng = rand::thread_rng();
10841080

ledger/src/ffi/block.rs

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)