saber-hq / anchor-gen

Generates an Anchor CPI crate from a JSON IDL.
https://crates.io/crates/anchor-gen
Apache License 2.0
105 stars 58 forks source link

What is the function of these features? #44

Closed lthiery closed 1 year ago

lthiery commented 1 year ago

Just curious what the functions of no-entrypoint, no-idl, and no-log-ix-name are within this context? Are these just accidental holdovers from compiling the actual programs?

macalinao commented 1 year ago

Yes they just come from Anchor

lthiery commented 1 year ago

So they don't do anything in this context, correct?