-
Notifications
You must be signed in to change notification settings - Fork 39
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
Integrate Seen Tx Checkpoint API #875
Conversation
84ce95f
to
aaf2474
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.
Approving, since the changes are tiny.
0e6bfcc
to
6e0856a
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.
This looks good, but I found a cleanup that might be worth doing since we're here.
src/tezos/TezosEngine.ts
Outdated
@@ -387,13 +386,13 @@ export class TezosEngine extends CurrencyEngine< | |||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | |||
this.addToLoop('checkTransactionsInnerLoop', TRANSACTION_POLL_MILLISECONDS) | |||
// eslint-disable-next-line @typescript-eslint/no-floating-promises | |||
super.startEngine(opts) | |||
super.startEngine() |
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.
This could be await super.startEngine()
, and then we can delete the comment above.
6e0856a
to
53b7ee9
Compare
53b7ee9
to
5224e56
Compare
CHANGELOG
Does this branch warrant an entry to the CHANGELOG?
Dependencies
noneDescription
none