Solana Transaction Simulation Rapid Debug

Fork
I am debugging jlsburn.php which uses kamino.php, kamino/buildFlashBundle.mjs and assets/js/jlsburn.js with test wallet B2XEy13ZaUStFCB5qYuJT7ZdzvRikmvDYYBB5j5woF8R and im going step by step making sure everything works as it should. here is the simulation log with debugging info: ``` [transaction] ``` [simulation] If SOLANA_TRANSACTION_SIMULATION_TEST.md is inadequate fix the test procedure, make it more robust and update it. lets go step by step and solve this using SOLANA_TRANSACTION_SIMULATION_TEST.md and run experiments. Take every opportunity to add debug info for rapid debugging
I am debugging jlsburn.php which uses kamino.php and kamino/buildFlashBundle.mjs and im going step by step making sure everything works as it should. here is the simulation log with debugging info: ``` [transaction] ``` [simulation] If you get transaction too large error add debugging and fix it because it is not respecting the 1400000 CU limit increase. If SOLANA_TRANSACTION_SIMULATION_TEST.md is inadequate fix the test procedure, make it more robust and update it. lets go step by step using SOLANA_TRANSACTION_SIMULATION_TEST.md and run experiments to see if adding some headroom or fixing the transaction can build a transaction as it should not error as the flash loan should be providing the USDC, which repays JLP loan, which allows withdrawal of JLP, which gets burned for USDC, which repays the flash loan and we should be able to build simulate a transaction. Take every opportunity to add debug info for rapid debugging
Cancel