argentlabs / argent-contracts-starknet

Argent accounts for Starknet
https://www.argent.xyz
GNU General Public License v3.0
166 stars 64 forks source link

use camel case for external methods #59

Closed juniset closed 2 years ago

juniset commented 2 years ago

Following the convention used by OpenZeppelin in https://github.com/OpenZeppelin/cairo-contracts, we introduce camel casing for external methods.

We also update the ERC165_ACCOUNT_INTERFACE_ID value according to the new IAccount interface.

dhruvkelawala commented 2 years ago

Everything looks fine