-
Notifications
You must be signed in to change notification settings - Fork 54
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.5 release #787
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
* refactor: update notes naming, rename offchain note type * chore: minor wording and naming fixes * chore: update changelog --------- Co-authored-by: Bobbin Threadbare <[email protected]>
* refactor: remove nonce increase restriction * test: add nonce update with empty delta test * refactor: update tx script, update comment
* test: Add test for executing transactions with new accounts, and small refactor * test: Add proving and verification on test * chore: Fmt * chore: Lints after merge * chore: Fmt * Address reviews
This includes implementing some form of merge for all its child components.
bobbinth
added
the
no changelog
This PR does not require an entry in the `CHANGELOG.md` file
label
Jul 29, 2024
…ffset based storage access (#763)
* refactor: rename `NoteOrigin` to `NoteLocation` * refactor: simplify `NoteInclusionProof` * docs: update CHANGELOG.md * fix: address review comments * refactor: make `BlockNoteTree::to_absolute_index` and `BlockNoteTree::leaf_index` return `u32` * refactor: remove incorrect `MAX_TRANSACTIONS_PER_BATCH` constant * refactor: address review comments * refactor: address review comments
* refactor: make `node_index_in_block` method return `u32` * docs: update CHANGELOG.md * refactor: rename constants * docs: update doc comment * docs: fix docs building
* feat: Add NoteExecutionHint; rename previously existing enum * docs: Changelog * Fix doc link * Address reviews * Add separator * Cargo fmt
feat: Add `after_block_num` field to `NoteFile::NoteDetails`
* feat: implement send_note procedure * test: attempt to implement test for send_note * feat: send_note without hash check * feat: implement send_note with hash check * refactor: divide send_note into two procedures * chore: update changelog, fix formatting in bench_tx/README * refactor: simplify move_asset_to_note * refactor: change add_asset_to_note procedure output, update tests * chore: update CHANGELOG * refactor: optimize add_asset_to_note, update comments * refactor: update comments, update padding for called and syscalled procs * refactor: update padding before calls
* feat: Add conversion for NoteExecutionHint * Conversion and changelog * Conversion * Add test * Rectify comment
* refactor: use maps in storage and vault deltas * docs: update CHANGELOG.md * refactor: address review comments * tests: fix compilation errors * refactor: address review comments * refactor: address review comments
refactor: implement compilation of miden-lib MASM files chore: fix miden-lib compilation chore: make miden-tx crate compile feat: add conversion for `NoteExecutionHint` (#827) * feat: Add conversion for NoteExecutionHint * Conversion and changelog * Conversion * Add test * Rectify comment chore: update miden-vm dependencies to crates.io versions chore: refactor execute_transaction() chore: remove unused TransactionCompiler
* refactor: use maps in storage and vault deltas * docs: update CHANGELOG.md * refactor: address review comments * tests: fix compilation errors * refactor: address review comments * refactor: address review comments
* ci: limit workflows to latest commit per PR * ci: cache artifacts on next branch * style: wrap comments at 100 characters * remove excess nightly jobs * combine test jobs
updates to the latest product description and correct discord link
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.5.0 release.