firedancer
firedancer copied to clipboard
Firedancer is Jump Crypto's Solana consensus node implementation.
prevents a msan false positive in fuzz_tls
random drive-by typo fixes found during code review
This PR removes parts of the "direct mapping" implementation that are specific to ABIv1. Leaves intact the CPI and serialization routines because those might be reused for ABIv2 when it...
there was no bug previously, because alpha was not used, but UBSAN would trigger anyway, and report div by 0
Msan can not track inline assembly.
`create_genesis` uses `fd_cstr_printf_check( file_path, PATH_MAX, NULL, "%s/vote-account.json", config->scratch_directory )`. That's the default in some sense, but if the vote account path is empty, normally that means the validator should not...
Too much confusing code duplication