NethermindEth / starknet-contract-verifier

CLI to verify your starknet contracts classes on block explorers!
19 stars 7 forks source link

chore: remove dynamic compiler (WIP) #60

Closed cwkang1998 closed 1 month ago

cwkang1998 commented 2 months ago

Dynamic compiler was initially introduced in order to support compiling multiple version of cairo with multiple version of scarb, and abstrating away the versions from the CLI.

As we move to have a universal verifier, this should be removed and we should instead start have generic crates to handle aspects of the verification process.

As of right now we also do not use this for its original purpose anymore, so it should be relatively safe to remove this.

cwkang1998 commented 1 month ago

Closing this with the same reasoning as closing #61.