v1.5.0
📦 Installation
npm
# Install specific version
npm install -g @dorafactory/maci-operator@1.5.0
# Or install by tag
npm install -g @dorafactory/maci-operator@latestDocker
# Pull from Docker Hub
docker pull dorafactory/maci-operator:latest🚀 Quick Start
# Initialize operator
maci init ./my-operator
# Configure
cd my-operator
vim config.toml
# Run with maci-operator CLI
maci start ./my-operator
# Run with Docker
docker-compose up -d📚 Documentation
What's Changed
- chore: update version to 1.4.1 and improve CLI comments by @VegeBun-csj in #8
- Add support for 6-3-3-125 circuit by @VegeBun-csj in #10
- optimize monitoring by @VegeBun-csj in #11
- Support concurrent configuration based on different circuit scales. by @VegeBun-csj in #12
- feat(cicd): add auto cal benchmark usd and dora price by @99Kies in #13
Full Changelog: v1.4.1...v1.5.0