Skip to content

Releases: zsystm/gadget

v1.5.0

22 Dec 17:14
b644308

Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0

04 Jul 06:51
6b4b1a3

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

v1.3.0

02 Jul 06:30
46b8df5

Choose a tag to compare

What's Changed

  • feat: EIP-55 checksum addresses by @zsystm in #1

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

v1.2.0

20 Mar 05:23

Choose a tag to compare

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

New Commands

  • ed25519
    • gadget ed25519 addr-from-pubkey
    • gadget ed25519 pubkey-from-privkey

Refactoring

  • re organized directory tree
  • changed naming of some commands (check through gadget -h)

v1.1.1

01 Oct 05:58

Choose a tag to compare

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

v1.1.0

25 Sep 03:11

Choose a tag to compare

Full Changelog: v1.0.2...v1.1.0

New Command
Creates random ethereum account

$ gadget eth new-acc
{
  "privateKey": "0xd4bd5397a4902a8bf8b447807bfe6059fe035889dc12a0694a99e1630245a786",
  "address": "0x740cb9f3e02f0bbaa0edb13404ccce773e942362"
}

v1.0.1

25 Sep 02:27

Choose a tag to compare

Full Changelog: https://github.com/zsystm/gadget/commits/v1.0.1

Commands

Available Commands:
  b64-to-hex   Convert a base64 string to hexadecimal
  bech-to-eth  Convert a bech32 address to 20-byte hexadecimal ethereum address)
  completion   Generate the autocompletion script for the specified shell
  eth          Ethereum related commands
  eth-to-bech  Convert a 20-byte hexadecimal ethereum address to bech32 address
  help         Help about any command
  hex-to-b64   Convert a hexadecimal string to base64
  other-prefix Convert a bech32 address to another prefix
  secp256k1    secp256k1 related commands