-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tracking PR for v0.2 release #518
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* mock: mock_account now requires account_id parameter * mock: mock_account now requires account_code parameter * mock: all account mock in the same module
* objects: add account/note details to ProvenTransaction #403 * objects: Add ProvenTransactionBuilder * tx-prover: Add account on-chain state tracking * review: typo fixes * docs: added changelog --------- Co-authored-by: polydez <155382956+polydez@users.noreply.github.com>
* readme: prepare it for a release * docs: update content in main readme --------- Co-authored-by: Bobbin Threadbare <bobbinth@protonmail.com>
* typo: entires -> entries * storage: use long form names * objects: using structs instead of tuples for readability
* fix: use of deprecated apis in miden-mock * fix: use of deprecated apis in miden-objects * fix: use of deprecated apis in miden-tx * fix: use of deprecated apis in miden-lib
* feat: implement proven transaction validation * refactor: fix review comments
* Added cargo-make, updated ci, added version script, added rust-toolchain * Updated test ci * Updated all cargo.toml + updated test command in Makefile * Added cargo-make to README * Update test CI naming * Update Makefile and Readme with Bobbin's requirements * Add doc-serce command and update script * Added cargo-make, updated ci, added version script, added rust-toolchain * Revert "Added cargo-make, updated ci, added version script, added rust-toolchain" This reverts commit a159eb4. * Removed additional white lines
* Serialise Note instead of (NoteId, Note) * More idiomatic way to access value
Notes can be stored offchain, on-chain, or encrypted. This is an orthogonal concept to how the notes are executed. This commit adds a new metadata field to encode the storage type.
* feat: add conversion for `NoteTag` to and from `u64` * fix: compilation error under no-std
* refactor: update code to work with next branch of miden-vm * refactor: import vec from alloc within each file
* refactor: update code to work with next branch of miden-vm * refactor: import vec from alloc within each file * feat: implemented wrapper over `SimpleSmt` for storing notes * feat: implemented `BatchOutputNotesTree` and `BlockOutputNotesTree` * fix: compilation errors/warnings under no-std * fix: address review comments * fix: note metadata by value in iterator * feat: implemented `BlockNoteTree::mekle_path` * fix: `NoteId` instead of digest * feat: implemented (de)serialization of `BlockNoteTree`, improved docs * feat: implement conversion from `NoteId` to `Digest` * feat: implement `Default` for `BlockNoteTree` * fix: write size descriptor in serialization of `BlockNoteTree` * fix: update `miden-crypto` dependency version --------- Co-authored-by: Andrey <andrey@polygon.technology>
…lEq` and `Eq` traits (#569)
* refactor: return path to note parent from BlockNoteTree * fix: changed `Self::note_index()` to `Self::leaf_index()`
* Add parameter for faucet::distribute
* update method * fix: create_basic_fungible_faucet order in test
* Fix account details propagation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a tracking PR for v0.2 release of the
miden-base
crates