ripatel-fd
ripatel-fd
Now that Firedancer is actually integrating with the Labs client, it turns out that this is not a blocker. We are using a shim module that imports structs and interfaces...
@jumpsiegel This looks super out of date. Closing. Feel free to reopen.
@cpu @holodorum Hmm... This seems broken. After the latest rustls release, my peers stopped being able to handshake with rustls. I believe this is because this implementation is not RFC...
@cpu Thank you for the quick response, I submitted these two issues: #2257 #2258.
To add some context, we'll need to download snapshots over HTTPS. @mmcgee-jump For this one, I suggest dynamically linking libssl via dlopen. What do you think? libssl is typically tightly...
Can you please squash the changes? Thanks!
@marctrem Should I press merge on this?
Sorry I missed this, I'll try to rebase the patch
> Move txn parsing into verify from QUIC This just kicks the architectural security concern from verify to pack. Pack might not want to do arbitrary memory accesses based on...
Sounds good to me either way. It's not worth arguing about. I agree that the security benefit of isolating verify from downstream is marginal. The main security benefit is that...