coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.69k stars 1.35k forks source link

cli: `anchor new` does not use new unique program id and does not add new program id to `Anchor.toml` #1245

Closed paul-schaaf closed 1 year ago

armaniferrante commented 2 years ago

I think what we want to do here is first complete https://github.com/project-serum/anchor/issues/695. And then use that new macro instead of hardcoding a keypair.

acheroncrypto commented 1 year ago

Fixed in #2509 and #2516