Lightprotocol / light-protocol

The ZK Compression Protocol For Solana
https://www.zkcompression.com
GNU General Public License v3.0
157 stars 27 forks source link

refactor: Remove hard dependency on `light-system-program` in SDK #1230

Closed vadorovsky closed 1 week ago

vadorovsky commented 1 week ago

First of all, add more types to the SDK, which are going to be used by third-party applications, which were until now defined in program crates:

Hide the imports from light_system_program behind a feature flag. The long-term plan is to remove them all together.

Provide a dependency-free, tinier implementation of TestIndexer in the light-client crate.