-
Notifications
You must be signed in to change notification settings - Fork 75
Kyoto: Remove connection requirement to send tx #202
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
Kyoto: Remove connection requirement to send tx #202
Conversation
bab0d8b
to
6ca7372
Compare
Pull Request Test Coverage Report for Build 15730343098Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 15707490095Details
💛 - Coveralls |
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.
utACK 6ca7372
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.
tACK 6ca7372
Thank you for updating this, Rob. Successfully tested on signet.
nit: I will update the timeout error message if you don't have time before merging.
Kyoto now holds on to a transaction internally until it is successfully broadcast, so we can broadcast the transaction immediately once the node starts up, and wait for a confirmation or 30 second timeout
6ca7372
to
3b60b7b
Compare
Updated the error message as well as the irrelevant tracing message |
Thank you @rustaceanrob |
Kyoto now holds on to a transaction internally until it is successfully broadcast, so we can broadcast the transaction immediately once the node starts up, and wait for a confirmation or 30 second timeout
Successful test on Signet. Note that
Testnet4
still has the difficulty adjustment bug when loading block headers from storage.Checklists
All Submissions:
cargo fmt
andcargo clippy
before committingNew Features:
CHANGELOG.md
Bugfixes: