-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wasm: handle spend transaction planner requests in planner (#1801)
* wasm functionality for spend transaction planner requests * refactor planner to reduce redundancy * waasm bindgen unit tests * bump wasm deps to v0.80.5 * update lockfile * rustc linting * attempt to pass ci * changeset * handle multiple spend tpr * expand unit tests * partially address feedback * relocate spend tpr * enforce extra constraint and refactor wasm bindgen tests * accidentally uncommented unit tests --------- Co-authored-by: Gabe Rodriguez <grod220@gmail.com>
- Loading branch information
Showing
6 changed files
with
1,089 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@penumbra-zone/wasm': minor | ||
--- | ||
|
||
add support for spend transaction planner requests in wasm |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.