Releases: arufa-research/polar
Releases · arufa-research/polar
v0.9.4
- [Bug fix] add mocha dependency
- [Feature] add packages/ dir and Cargo.toml in root dir of sample-project
- [Feature] skip-schema flag to skip schema generation while doing polar compile
v0.9.2
- Add optimizer version support from config file
v0.9.0
- Add token transfer support to execute msg, custom fees to contract
- Add run scripts test
- Support end-to-end js testing functionality
- Support fetching template from polar-templates
v0.5.0
- Support compiler version control from config file
- Add workflow for
polar install
- Read env from context
- Remove nighly from
polar install
- Add polar clean tests
- Fix: Signing client
- Fix: same name for different contracts throws error
- Fix: linter errors
v0.4.3
New User installation workflow (#34)
* test userflow
* add yaml dep
* fix
v0.3.0
Highlights
polar repl
command to start console
polar clean
command to clean artifacts
- Bug fix: chalk dependency
v0.2.0
Highlights
polar run scripts/path/to/script
command
- easy deployments using
contract.deploy()
function
- contract class to interact with your contracts
- example script to show how to deploy, interact wuth contracts in sample-project
v0.1.0
Highlights
polar node-info --network <your-network>
command
- Add create-account function
- Change structure for init command
- Fix compile bug
- Add config tests