ravyu-jump

Results 17 issues of ravyu-jump

DO NOT MERGE # TODO: - [ ] tests/fixtures - [ ] fix hardcoded header padding

# Dumping account state in CPI calls To generate seed corpus with execution effects, the CPI dump tool was modified to capture post-CPI instruction account data. Also added a script...

Agave reports this error particular as "ExecutionOverrun", which is our equivalent to `sigtext` TODO: - [ ] add test fixture

vm

To follow Agave's handling of jumping-into-addl-imm case TODO: - [ ] add fixture

We currently do not throttle outgoing pull responses, which overwhelms our egress traffic (~1Gbps on testnet with a median-staked node).

Gossip egress traffic is currently very high, hovering around ~1.3Gbps on testnet with a median-staked node. Biggest offender is pull responses (~1Gbps), with push traffic a distant second.

Due to the issue described in https://github.com/firedancer-io/firedancer/issues/7393, we end up re-requesting these values again in pull requests since we generate filters that do not contain these values. An easy work...

### Summary When fd_crds first receives stake information, it transitions the table to a "stake-aware" mode. Because existing CRDS values have not yet been updated with their origin stake, the...