Releases: koinos/koinos-cli
Releases · koinos/koinos-cli
v2.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
- Update changelog by @youkaicountry in #189
Full Changelog: v1.0.0...v2.0.0
v1.0.0
Merge pull request #136 from koinos/bump-rc Update .koinosrc for mainnet pob and vhp
v0.4.0
New features and bugfixes
Compatibility with testnet 4
Koinos CLI v0.4.1 - RC
Merge pull request #117 from koinos/public Add public command, and show public key on generate
Koinos CLI v0.3.1
- Error message on transferring with insufficient funds now displays the address properly
- Correct version number is now reported
- Improvements to satoshi conversion
Koinos CLI v0.3.0
- Commands that take file paths now have autofill.
- Many arguments now have more specific argument types with better input verification and more detailed error messages.
- Transaction receipts are printed upon successful application of a transaction.
- The transaction RC Limit can now be set by the user as either a percentage of their mana, or as an absolute amount of mana.
- Account nonces are tracked by the CLI to prevent nonce collisions.
- Uploading a contract with the CLI allows you to specify an optional ABI file to upload alongside the contract.
- The CLI can accept a file at start to run many commands sequentially.
Koinos CLI v0.2.0
Major additions and bugfixes, including ABI generated commands and sessions.
Koinos CLI Wallet v0.1.2
Minor bugfixes
Koinos CLI Wallet v0.1.1
Initial release