Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.54 KB

Changelog

All notable changes to the sc-template project will be documented in this file.

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

[Unreleased]

  • Initial setup and configurations for both Foundry and Hardhat environments.
  • Integration of GitHub Actions for CI/CD pipelines.
  • Addition of linter configurations for Solidity and TypeScript.

[1.0.0] - 2024-01-01

Added

  • Foo.sol and Lock.sol smart contracts under the contracts directory.
  • Foundry and Hardhat configurations for building and testing smart contracts.
  • Comprehensive testing scripts for Foundry and Hardhat environments in test/foundry and test/hardhat.
  • GitHub Actions workflows for automated testing, linting, and security checks.
  • Documentation for getting started, usage, and contribution guidelines.

Changed

  • Updated the README.md to provide detailed information about the project, installation instructions, and contribution guidelines.

Fixed

  • Minor bug fixes and performance improvements in smart contract code.
  • Addressed linting issues in smart contracts and test scripts.

Security

  • Implemented security best practices in smart contract development.
  • Established a security policy for reporting vulnerabilities.

[0.1.0] - 2023-XX-XX (Initial Pre-Release)

Added

  • Initial commit with basic project structure.
  • Setup of development environments for Solidity smart contract development using Foundry and Hardhat.