Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.26 KB

File metadata and controls

57 lines (41 loc) · 1.26 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.4.0] - 2025-12-31

Added

  • Integrated Hardhat compilation error reporting for Solidity and Vyper.
  • Enhanced VS Code extension to display compilation diagnostics (red squiggles).
  • Refactored Hardhat tasks (audit, compile) into separate module files.

[1.3.0] - 2025-12-19

Added

  • SunHat CLI as Hardhat CLI alternative
  • Project Scaffolding and Automated Setup
  • Developer Documents Updated
  • Official Docker Image Published

Fixed

  • Release Workflow

[1.2.0] - 2025-12-5

Added

  • Support LLM Contract Audit
  • Sunhat VSCode Extension v0.1.1
  • Developer Documents Updated

[1.1.0] - 2025-11-18

Added

  • Support tronsolc v0.8.25
  • Developer Pack v0.0.1
  • Developer Documents Updated

[1.0.1] - 2025-11-06

Added

  • Developer Documents Updated
  • Release Workflow

[1.0.0] - 2025-11-03

Added

  • support vyper compile
  • support multi-solc-version compile
  • support base58Address output
  • support bandwith output
  • CI workflow and test case
  • Developer Documents

Fixed

  • Some Code compatibility issue