pcaversaccio / snekmate

State-of-the-art, highly opinionated, hyper-optimised, and secure 🐍Vyper smart contract building blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ”– Meta: `0.1.0` Checklist

pcaversaccio opened this issue Β· comments

πŸ“‹ 🐍 snekmate 0.1.0 Checklist

Important

The aggregating PR used to implement the full checklist is #207.

  • Authentication
  • Extensions
  • Governance
    • timelock_controller (#220)
  • Tokens
  • Utility Functions
    • base64 (#222)
    • batch_distributor (#223)
    • create_address (#224)
    • create2_address (#225)
    • ecdsa (#227)
    • message_hash_utils (#227)
    • signature_checker (#228)
    • eip712_domain_separator (#229)
    • math (#230)
    • merkle_proof_verification (#231)
    • multicall (#232)
  • Miscellaneous
    • Use snake_case notation for module and mock contracts. (#242)
    • Add documentation on how to use 🐍 snekmate contracts as modules. (#247)
    • Add the following new features to 🐍 snekmate: