SPL Token fundraiser program example - #82
Conversation
|
@Woody4618 Could you have a look when you have the time? |
Woody4618
left a comment
There was a problem hiding this comment.
Cool stuff, thank you for writing this \o/
I added some questions. Would be nice if you could address. Them in general its great.
I also ran the tests. All green :)
| const tx = await program | ||
| .methods | ||
| .initialize(new anchor.BN(30000000), 0) | ||
| .accountsPartial({ |
There was a problem hiding this comment.
Any reason you are using accountsPartial here instead of accounts? With anchor 30 you can save a bunch of these accounts probably.
There was a problem hiding this comment.
The goal, since it is an example, is just to show all the accounts needed being passed
|
Thank you for the changes. Could you please pull in master and run the biome checks. You can find them in the package.json. will probably do the trick. |
|
Should be ok now |
|
@ASCorreia What's the required anchor and solana version? |
|
@heyAyushh It was initially Anchor 0.30.0 and Solana 1.18.12, and yesterday I migrated it to Anchor 0.30.1 and Solana 1.18.8 after seeing the issues in the job work |
|
Added NFT operations program example |
SPL Token Program with anchor 0.30 and Solana Program 1.18