-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: point to miden base's next and fix errors The fixes can be separated into 2: - compilation errors (most of them were because the old `Account::new` became `Account::from_parts` and the addition of `OutputNote::Partial` which needed to be handled in some pattern matchings. - start storing the partial output notes (currently being discarded), this also came with small refactors. * fix: filter out partial notes * fix: only store in scripts table if output note record has a script * fix: add new storage type to node config file from #365 * Update the `TransactionAuthenticator` imports * Remove duplicate `get_falcon_signature` * fix: update note script root hashes * Use `&mut rng` for note creation in transactions * Fix usage of new `InputNote` * fix: fix after rebase * cargo: point to node's next branch * Change node ref * test: avoid reruns on genesis cli tests test will fail on retry anyways since the genesis account stays is the same every time. * add looser sleep times to ensure blocks are included * test: add helper to wait until notes get committed/consumed * deps: point to miden-node's next branch and fix compilation errors * Test transaction ordering * make: remove dependency for node to avoid duplication on CI * Rollback node branch * fix: fix breaking change from base * fix: update swap note script root * Various refactors and simplifications * Lints * Lints * Re-add parameter * Reviews * Fixes * Test fix * Remove file again --------- Co-authored-by: Martin Fraga <[email protected]> Co-authored-by: tomyrd <[email protected]>
- Loading branch information
1 parent
afd0844
commit 36bd0db
Showing
7 changed files
with
188 additions
and
139 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.