firedancer
firedancer copied to clipboard
Firedancer is Jump Crypto's Solana consensus node implementation.
Will let us reduce core count by sharing core for non-perf critical tiles
Implement & test with 3rd parties.
fdctl currently uses a badly handrolled parser for TOML, but it has a lot of issues
If we update the XDP program with a new version, etc, we need a way to check and invalidate the existing one otherwise could create a persistent long term issue....
Looks like these broke during the mux tile reworking to serve as other tile infrastructure. Need to fix them up and enable them in the CI scriping. test_mux_ipc_full test_mux_ipc_meta https://github.com/firedancer-io/firedancer/pull/748/files#diff-8f517f2294038c13f5f9d78ab5aee289d80e975b702dbc55b40886f6b88f6c09R45
Since all links are now specified in the topology, we can automatically bounds check messages received on links (mtu, chunk, wmark etc) to make sure they are valid, rather than...