Skip to content

Releases: zsystm/solizard

v1.6.0

13 Nov 15:18
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.6.0

Fixes

  • array input
  • contract_infos.json should be array

v1.5.0

13 Nov 11:56
Compare
Choose a tag to compare

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.

v1.4.1

06 Nov 08:01
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.4.1

v1.3.1

24 Aug 23:34
Compare
Choose a tag to compare

Full Changelog: v1.3.0...v1.3.1

v1.3.0

24 Aug 22:58
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Aug 17:32
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.2.0

Changes

  • Project dir
    • old: $HOME/solizard
    • now: $HOME/.solizard

Features

  • Auto init
    • if there is no $HOME/.solizard dir, then it automatically creates and setup default config and exmaple erc20.abi file.

v1.1.1

22 May 15:58
Compare
Choose a tag to compare

Full Changelog: v1.1.0...v1.1.1

Refactoring

  • Refactored entire project structure
    • More maintainable and readable

v1.1.0

22 May 15:13
Compare
Choose a tag to compare

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

19 May 15:29
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

Fix

  • un-readable receipt

v1.0.0

19 May 15:25
Compare
Choose a tag to compare

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