-
Notifications
You must be signed in to change notification settings - Fork 94
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
[r2r] Tx wait for confirmation timeout fix #1446
Conversation
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.
Good progress! I added some comments about what we discussed in discord :)
You will need to refactor more code other than what I mentioned in the below comments since I only highlighted the most important changes here.
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.
Second review iteration. Next time, please revise the whole PR changes before making it ready to review :)
@shamardy this is now ready for another round of review. thanks |
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.
Third review iteration :)
@shamardy this is now ready for another round of review. thanks) |
@borngraced could you please check if it's possible to compile This could help us to avoid |
After some discussion with @sergeyboyko0791, we decided that
Also, this can be done later on a seperate PR, it is not required now. |
alright noted. 👍 |
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.
Good progress! Another review round :)
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.
Only 2 comments. Last review iteration from my side if those are resolved without issues :)
@shamardy @sergeyboyko0791 this is ready for another round of review. |
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.
Great Work! Only some minor changes left!
@borngraced please also fix |
Nevermind, it will be fixed automatically by this #1446 (comment) |
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.
LGTM!
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.
Great refactoring! We're getting rid of the String
errors step-by-step.
Please consider my change requests.
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.
Thank you for this enhancement!
Approve 🔥
252776d
to
bd55559
Compare
…rror_fix # Conflicts: # mm2src/coins/utxo/utxo_indexedb_block_header_storage.rs # mm2src/mm2_core/src/mm_ctx.rs
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.
Re-approve
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.
Thank you for the great enhancement!
Approve!
fixes #1442