firedancer-io / firedancer

Firedancer is Jump Crypto's Solana consensus node implementation.
https://firedancer.io
Other
840 stars 151 forks source link

Add solfuzz target for transaction processor #1620

Open ripatel-fd opened 4 months ago

ripatel-fd commented 4 months ago

Upstream issue: https://github.com/firedancer-io/solfuzz/issues/6

@LucasSte Added new Protobuf definitions for the transaction processor target. Expose this API in the sol_compat shared object and work with Agave to clarify areas that are underspecified.

The fuzz target is replay (after block verification). The fuzz target will thus assume that all transactions are syntactically valid (refers to existing blockhash, sufficient fee payer balance)

ripatel-fd commented 2 months ago

@topointon-jump Please take over this issue or close if no longer required.

nlgripto commented 1 month ago