jarry-xiao / candyland

Proof of concept program for compressing NFTs
GNU Affero General Public License v3.0
111 stars 13 forks source link

Remove deps/anchor/tests so that anchor test works #72

Closed ngundotra closed 2 years ago

ngundotra commented 2 years ago

Changes made to anchor so far:

Why necessary? anchor test is attempting to read the Anchor.toml files in deps/anchor/tests and failing to identify relative paths. This is weird because this didn't seem to be an issue last week.

Possibly had to redo this because Cargo.lock files were not updated when we migrated to 0.24.2. 🤷

ngundotra commented 2 years ago

just cd deps/anchor/tests/misc && anchor build