-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat: add expiration delta to TransactionRequest
#553
Conversation
406d26c
to
802790c
Compare
802790c
to
eea774c
Compare
eea774c
to
b5c3ac4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look's really good, nice work. I left a very minor comment.
CHANGELOG.md
Outdated
* [BREAKING] Refactored `OutputNoteRecord` to use states and transitions for updates (#551). | ||
* Added better error handling for WASM sync state | ||
* Added better error handling for WASM sync state |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are already touching this line, would you mind adding the final dot?
9483955
to
6ccf59b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thank you! I left one small comment inline. Once it is addressed, we can merge.
* feat: add transaction expiration delta to `TransactionScriptBuilder` * feat: add transaction expiration delta to `TransactionRequest` * feat: add unit test * testing fix * fix: rename procedure * chore: updage CHANGELOG * fix: address suggestions * fix: doc comments
* feat: add transaction expiration delta to `TransactionScriptBuilder` * feat: add transaction expiration delta to `TransactionRequest` * feat: add unit test * testing fix * fix: rename procedure * chore: updage CHANGELOG * fix: address suggestions * fix: doc comments
* feat: add transaction expiration delta to `TransactionScriptBuilder` * feat: add transaction expiration delta to `TransactionRequest` * feat: add unit test * testing fix * fix: rename procedure * chore: updage CHANGELOG * fix: address suggestions * fix: doc comments
closes #544
Should be merged after 0xPolygonMiden/miden-base#925
This PR adds support for transaction expiration delta in
TransactionRequest
.