Justin Starry
Justin Starry
Released in v1.17.18
Hey @teymour-aldridge, heads up that I got the doc tests running on master here: https://github.com/yewstack/docs/pull/78. Could you merge/rebase?
Sorry I didn't look at this before merge. My main concern is that when loading executable accounts we redundantly load bpf loader a bunch of times and if a program...
@Lichtso should be aware of this change too because of how it impacts accounts loaded for transactions
I also think that the max is too small.. it should allow at least one max sized account to be loaded in my opinion.
Yes, sorry, I was referring to the default value. I don't think it's a good idea to backport this PR. Especially while some of these details are ironed out.
I'm pretty sure that signTransaction expects a Transaction, not `TransactionInstruction`. You can create a Transaction with `new Transaction().add(instruction)`
I believe this is due to a mismatch of `@solana/web3.js` versions. Try using the web3 version that the adapter is using: ``` "@solana/web3.js": "^0.70.3", ```
> Hi, I have the same problem. Any idea to fix this issue? > Thanks a lot @Sotatek-HungNgo3 which problem are you hitting?
The `@solana/web3.js` dependency for this adapter has been updated so I recommend updating everything to latest