-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Transaction Inclusion Proposal #12936
Conversation
650d961
to
5cb16ce
Compare
Mind wrapping at 80 char to ease review? 🙏 |
8595640
to
7879887
Compare
sys-tuner/src/main.rs
Outdated
@@ -151,7 +151,8 @@ fn main() { | |||
info!("Tuning the system now"); | |||
#[cfg(target_os = "linux")] | |||
{ | |||
// tune_poh_service_priority(peer_uid); | |||
[cfg(target_os = "linux")] |
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.
nits: @carllin oh again? ;)
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.
hehe darn! yeah
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.
7879887
to
dc42c5d
Compare
@t-nelson wrapped! |
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.
Additions look good and jive with my mental model of what needs to happen.
One nit. You may want to replace the GH links that target master with ones targeting a specific commit. The linked code blocks will drift otherwise.
@t-nelson yup, updated! |
Pull request has been modified.
e0b5cc4
to
8926210
Compare
Problem
No way for light clients to independently verify a transaction was optimistically confirmed
Summary of Changes
Fixes #