Releases: hairyf/harsta
Releases · hairyf/harsta
v0.14.0
🚀 Features
🐞 Bug Fixes
- Update typechain paths in package.json for correct contract references - by @hairyf (853f7)
- Remove early return in fixture function to allow multiple deployments - by @hairyf (fe4fb)
View changes on GitHub
v0.13.0
🚀 Features
View changes on GitHub
v0.12.0
🚀 Features
- Restructure configuration paths and add addresses handling - by @hairyf (541f8)
- Update paths and clean up generated files in .gitignore and ensureDirectories function - by @hairyf (dd859)
- Update entry configuration to support array format for better file inclusion - by @hairyf (14f48)
View changes on GitHub
v0.11.0
v0.10.7
🐞 Bug Fixes
- Update tsconfig.json to exclude generated package directory and correct ts-expect-error comments in config.ts - by @hairyf (db6e8)
- Update upgrade function to use implement.address for callUpgrade - by @hairyf (b03a9)
- deps:
- Update demo dependencies to latest versions - by @hairyf (cc86a)
- Update upgrade demo deployment network and dependencies versions - by @hairyf (873ce)
- Update @types/react and typescript to latest versions - by @hairyf (ab8aa)
- Update @openzeppelin/contracts-upgradeable, typescript, and vitest to latest versions - by @hairyf (09db1)
- Update fs-extra to version 11.3.0 - by @hairyf (a47b7)
- Update root deps - by @hairyf (13700)
- Update dependencies to latest versions - by @hairyf (6e37d)
View changes on GitHub
v0.10.6
v0.10.4
v0.10.3
🐞 Bug Fixes
- Inconsistent location of construction and output storage deployment information - by Mr.Mao (570f7)