Releases: kradkov14/launchpad-contracts
Releases · kradkov14/launchpad-contracts
v1.0.1
Release v1.0.1
Security Improvements
- Fixed floating pragma to use specific Solidity version
- Added security improvements to _migrateLiquidity method
Refactoring
- Refactored to use direct ETH handling instead of WETH wrapping/unwrapping
- Improved gas efficiency by removing unnecessary WETH operations
v1.0.0
Initial Release v1.0.0
🚀 Features
-
Proxy-Factory Pattern Implementation
- Gas-optimized deployment through minimalistic clone contracts
- Upgradeable logic with separate storage and logic contracts
- Standardized launches across all tokens
-
Exponential Bonding Curve
- Instant liquidity without pre-locking requirements
- Fair price discovery through algorithmic adjustments
- Mathematical precision in token distribution
-
Automated Liquidity Migration
- Seamless Uniswap V2 integration
- Fair LP token distribution to holders
- Smooth price transition from bonding curve to AMM
🔧 Improvements
- Enhanced test coverage and patterns
- Optimized contract architecture
- Improved documentation and code clarity
🐛 Bug Fixes
- Fixed deprecated test patterns
- Resolved unit testing issues
- Updated test patterns to follow latest best practices
📝 Technical Notes
- Solidity Version: ^0.8.28
- Test Coverage: 60%
- Built and tested with Foundry
- MIT Licensed