Skip to content

v0.1.2 – Test Coverage + Cleanup

Latest

Choose a tag to compare

@Jason-Gregoire Jason-Gregoire released this 10 Jun 10:42

[0.1.2] - 2025-06-10

Added

  • Significantly expanded test suite to achieve 95% coverage across SDK
  • Unit tests for models, transactions, signers, utilities, and API client logic

Changed

  • Updated .gitignore to exclude:
    • __pycache__, .pyc, .pyo, and other bytecode artifacts
    • .coverage, test caches, and build directories
    • MkDocs site/ build artifacts
    • examples/debug_archive/ and other debug/test-related files

Removed

  • All previously committed __pycache__ files, debug JSON files, and site artifacts