-
Notifications
You must be signed in to change notification settings - Fork 48
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
Implement support for on-chain notes #141
Comments
For some context: related issues in miden-base: 0xPolygonMiden/miden-base#403 0xPolygonMiden/miden-base#402 |
We break it down into smaller issues @hackaugusto @Dominik1999 @bobbinth
|
@bobbinth see comment above |
I broke out points 1 and 4 into separate issues: #286 and #288. So, this issue is now only for points 2 and 3 of the original description. I think the order of implementation could be:
|
Should be closed by #310 |
Currently, the node can handle only off-chain notes. To support on-chain notes we'd need to do the following:
apply_block
.a. Maybe also update
sync_state
endpoint to return on-chain note details for such notes (though, this requires a bit more thinking).This work requires 0xPolygonMiden/miden-base#403 to be completed.
The text was updated successfully, but these errors were encountered: