Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

65 lines (48 loc) · 3.13 KB

Changelog

All notable changes to this project will be documented in this file.

[2.0.0]

What's Changed

  • Change endpoint in readme to be https by @jredbeard in #137
  • Adds the command get_account_rc by @sgerbino in #147
  • Implementation of register_token by @sgerbino in #148
  • Rename get_account_rc -> account_rc by @mvandeberg in #150
  • Remove the double spacing of .koinosrc execution results by @sgerbino in #156
  • Do not display a warning when the .env file does not exist by @sgerbino in #154
  • Add issue management workflows by @mvandeberg in #160
  • Issue management by @mvandeberg in #161
  • #122: Handle enums and fix panic on empty list in return by @mvandeberg in #162
  • Involves #166 by @youkaicountry in #167
  • #121 Add build instructions to readme by @jredbeard in #165
  • Offline transaction signing by @youkaicountry in #164
  • Fix balance check on token transfer by @youkaicountry in #171
  • Allow offline signing for contract calls by @mvandeberg in #172
  • Add all system contracts to the default .koinosrc file by @sgerbino in #175
  • Do not check user balance upon transfer when wallet is offline by @mvandeberg in #178
  • Remove extra padding around chain_id command output by @sgerbino in #179
  • Crash on contract read by @youkaicountry in #181
  • Use uint64 to track rclimit by @youkaicountry in #180
  • Update github workflows by @mvandeberg in #185
  • Change default RC limit to 10%, show more helpful error messages by @youkaicountry in #184
  • Bump version number to v2.0.0 by @youkaicountry in #188

Full Changelog: https://github.com/koinos/koinos-cli/compare/v1.0.0...v2.0.0

[1.0.0]

Added

  • payer command which sets the current transaction payer

[v0.4.0]

Added

  • public command which shows open wallet's public key
  • generate now shows public key

Changed

  • Fix terminal scrolling error
  • Many small parser fixes

[v0.2.0]

Added

  • Optional parameters
  • .env file handling
  • error handling when attempting to transfer too low an amount
  • session
  • abi generated commands

Changed

  • Transfer checks balance to ensure there is enough KOIN
  • balance command will now use the open wallet's address is none is given
  • open, import, and create now check the environment variable WALLET_PASS if no password is given