fix typo: fd_ext_bank_sanitized_txn_load_addresess
closes #2642
This function is part of the Rust FFI in our Agave patch https://github.com/firedancer-io/agave/blob/v1.18.25-fd/runtime/src/bank.rs#L315
This function is part of the Rust FFI in our Agave patch https://github.com/firedancer-io/agave/blob/v1.18.25-fd/runtime/src/bank.rs#L315
my bad... made a PR in the Agave patch
Sorry! The workflow for the Agave branch is a bit convoluted ... but designed to keep the Agave patches clean and easily rebased. In this case...
You will need to update the Agave side, then rebase those changes into whatever commit in the Agave commit stack added the typo. Then push this rebased Agave to any branch (e.g. sonicfromnewyoke/typo). Then change the Firedancer side to point to that Agave commit (git add agave from firedancer repo), then push that change as a PR to this repo.
@mmcgee-jump Yeah, it's a little bit tricky. Would you mind if I added this contribution flow to the CONTRIBUTING.md?
and, if I understood correctly, to push agave-submodule I (and any other newcomer) need permissions for that?
This code no longer exists