Ackee-Blockchain / trident

Rust-based framework to Fuzz and Integration test Solana programs to help you ship secure code.
https://ackee.xyz/trident/docs/latest/
MIT License
205 stars 18 forks source link

🔥 remove explorer #171

Closed lukacan closed 3 months ago

lukacan commented 3 months ago

This PR removes trident-explorer as it is no longer actively developed and maintained. Also, the testing logic of derive macros is not the greatest. We should try to test the macros differently, let's say using a pipeline also for Fuzz Tests, which should ensure the correctness of the macros.