solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
398 stars 133 forks source link

Bank Simulator Tutorial broken due to missing clockwork-sdk dependency #215

Open lostintime101 opened 1 month ago

lostintime101 commented 1 month ago

ffffff

The clockwork dependency was previously added: https://github.com/solana-playground/solana-playground/issues/131 . But may have been removed at some point, at least it doesn't show when I search the codebase.

fdsfsdf

Current latest crate seems to be: https://docs.rs/clockwork-sdk/2.0.17/clockwork_sdk/index.html

acheroncrypto commented 1 month ago

Yeah, it was removed because:

We might be able to add it back with the next Anchor release but not sure how much support there will be for the project.

lostintime101 commented 1 month ago

Got it. Another option would be we remove or hide the tutorial then given it's useless without the crate