febo / pinocchio

Create Solana programs with no dependencies attached
Apache License 2.0
89 stars 18 forks source link

Ambiguous fields in token program sdk #40

Closed Jac0xb closed 6 days ago

Jac0xb commented 1 week ago

Issue

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/burn.rs#L20

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/burn_checked.rs#L19

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/close_account.rs#L16

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/freeze_account.rs#L16

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/initialize_account.rs#L17

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/initialize_account_2.rs#L21

https://github.com/febo/pinocchio/blob/f0eac8f192840c7e96b0890be4ec0a0d8823cfc3/programs/token/src/instructions/initialize_account_3.rs#L20

sonicfromnewyoke commented 1 week ago

I, personally, vote for account. This name should prevent misunderstandings because this is used in the original solana-program-library

febo commented 1 week ago

I, personally, vote for account. This name should prevent misunderstandings because this is used in the original solana-program-library

Agree.