firedancer
firedancer copied to clipboard
Firedancer is Jump Crypto's Solana consensus node implementation.
Moving fd_quic linked list implementations to util/tmpl. - **util: fix typos in dlist** - **util: add fd_list singly linked list**
Agave reports this error particular as "ExecutionOverrun", which is our equivalent to `sigtext` TODO: - [ ] add test fixture
To follow Agave's handling of jumping-into-addl-imm case TODO: - [ ] add fixture
RFC 9000 recommends skipping QUIC packets in a single datagram when the dst conn id is different than the first in the datagram.
Code block at fd_quic.c:3124 is duplicated at :3081. Probably an incorrectly resolved merge conflict.