-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Wrap sidecar in arcs #11554
Wrap sidecar in arcs #11554
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.
this is looking great already.
# Conflicts: # crates/primitives/src/transaction/sidecar.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.
ty, lgtm
need to do one final check before merging
does not compile yet though, looks like one function needs to be migrated |
# Conflicts: # crates/transaction-pool/src/blobstore/disk.rs # crates/transaction-pool/src/blobstore/mem.rs
I ran the unit tests and lint🤞 (although some of the unit tests don't work in the Makefile script, and I have to run them individually like |
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.
would like one smol change, otherwise 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.
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.
lgtm,
sorry about the delay.
I applied some updates: Arc::unwrap_or_clone
which makes the (*).clone a bit nicer
ref #11460