Looks like after commit e76ac6c, running the test for create account now fails.
My guess is, this is due to the hardcoding of Au21huMZuDQrbzu2Ec5ohpW5CKRqhcGV6qLawfydStGs as program ID in the test.
Below is the error:
Create a system account
1) Create the account
0 passing (103ms)
1 failing
1) Create a system account
Create the account:
Error: failed to send transaction: Transaction simulation failed: Attempt to load a program that does not exist
at Connection.sendEncodedTransaction (node_modules/@solana/web3.js/src/connection.ts:4934:13)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at Connection.sendRawTransaction (node_modules/@solana/web3.js/src/connection.ts:4893:20)
at Connection.sendTransaction (node_modules/@solana/web3.js/src/connection.ts:4881:12)
at sendAndConfirmTransaction (node_modules/@solana/web3.js/src/utils/send-and-confirm-transaction.ts:31:21)
Looks like after commit e76ac6c, running the test for create account now fails.
My guess is, this is due to the hardcoding of
Au21huMZuDQrbzu2Ec5ohpW5CKRqhcGV6qLawfydStGsas program ID in the test.Below is the error: