Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
ee3d332
Ledger/transaction_logic: extract valid module to separate file
dannywillems Oct 7, 2025
c8156ef
Ledger/transaction_logic: extract signed_command module to separate file
dannywillems Oct 7, 2025
2ec9196
Ledger/transaction_logic: extract zkapp_command module to separate file
dannywillems Oct 7, 2025
3e8b2b3
Ledger/transaction_logic: extract zkapp_statement module to separate …
dannywillems Oct 7, 2025
0da5eb9
Ledger/transaction_logic: extract verifiable module to separate file
dannywillems Oct 7, 2025
137204b
Ledger/transaction_logic: extract transaction_applied module to separ…
dannywillems Oct 7, 2025
aff5f24
Ledger/transaction_logic: extract transaction_witness module to separ…
dannywillems Oct 7, 2025
dcf3dae
Ledger/transaction_logic: extract protocol_state module to separate file
dannywillems Oct 7, 2025
a7ff1b4
Ledger/transaction_logic: extract local_state module to separate
dannywillems Oct 7, 2025
6c564ff
Ledger/transaction_logic: extract transaction_partially_applied
dannywillems Oct 7, 2025
2d903f2
Ledger/transaction_logic: extract transaction_union_payload module
dannywillems Oct 7, 2025
8061ff3
CHANGELOG: add description for patch 1515
dannywillems Oct 7, 2025
46c9cc4
Ledger/scan_state: use mina_curves::pasta::Fp instead of mina_hasher
dannywillems Oct 7, 2025
311b34e
Ledger: remove unused imports
dannywillems Oct 7, 2025
280d1de
Ledger/transaction_logic: move tests to integration tests
dannywillems Oct 7, 2025
1bedb9e
Ledger: move tests to directory tests
dannywillems Oct 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#1500](https://github.com/o1-labs/mina-rust/pull/1500))
- **Dependencies**: move all dependencies to the workspace Cargo.toml
([#1513](https://github.com/o1-labs/mina-rust/pull/1513))
- **scan_state**: refactorize `transaction_logic.rs` in smaller modules
([#1515](https://github.com/o1-labs/mina-rust/pull/1515))

## v0.17.0

Expand Down
Loading
Loading