Near-One / rainbow-token-connector

ERC-20/NEP-141 Token Connector for Rainbow Bridge
62 stars 18 forks source link

Solidity: naming consistency fixes #93

Closed sept-en closed 2 years ago

sept-en commented 2 years ago

The rainbow-bridge contracts don't use trailing underscores for the public variables' names, so we need to keep consistency across all connectors.

sept-en commented 2 years ago

@mfornet we don't use those trailing underscores in most other contracts so the initial goal is to get consistency. And also the drawback I think is that it's not that convenient using it from API/Etherscan. However, I think that we may consider changing everything to underscores too, WDYT?