Releases: zsystm/solizard
Releases · zsystm/solizard
v1.6.0
v1.5.0
Full Changelog: v1.4.1...v1.5.0
Features
- AddressBook
- Now user can pre-configure contract address for specific ABI at
$HOME/.solizard/address_book.json
. - No need to type contract address aynmore.
- Now user can pre-configure contract address for specific ABI at
v1.4.1
Full Changelog: v1.3.0...v1.4.1
v1.3.1
Full Changelog: v1.3.0...v1.3.1
v1.3.0
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Full Changelog: v1.1.1...v1.2.0
Changes
- Project dir
- old:
$HOME/solizard
- now:
$HOME/.solizard
- old:
Features
- Auto init
- if there is no
$HOME/.solizard
dir, then it automatically creates and setup default config and exmaple erc20.abi file.
- if there is no
v1.1.1
Full Changelog: v1.1.0...v1.1.1
Refactoring
- Refactored entire project structure
- More maintainable and readable
v1.1.0
Full Changelog: v1.0.1...v1.1.0
New Features
- pre-defined configuration
- don't input manually everytime
- set RPC URL, Chain ID, Private Key at once in
$HOME/solizard/config.toml
v1.0.1
v1.0.0
Full Changelog: v0.0.8...v1.0.0
Featrues
- Masking private key input
Fix
- Duplicate line issues when given input exceeds current terminal's width