Open gwalen opened 5 months ago
my workaround is to not upgrade and stay on solana-* 1.17.6
lol
https://github.com/igneous-labs/sanctum-solana-utils/blob/1c5963c00bd9348cc4a9bddc309415ae780c069e/sanctum-solana-test-utils/src/extended_program_test.rs#L73-L129 seems to work for me now in solana-* = ^2
, though the programs are now in their .so
format and in a tests/fixtures/
folder instead, following how ProgramTest::find_file works
Hey, I encountered a the same problem and didn't have another way to reach you, so I’m adding an issue here. Were you able to fix it or find a workaround?