* Add '--step-limit' option to the 'deploy' and 'transfer' commands * Support docker image - iconloop/tbears * Fix minor bugs
1.0.5.1
* Remove sanic package from dependencies
1.0.5
* '-t' option of the deploy command deprecated. Deploy command supports zip type only. * Remove runtime warning message of T-Bears block_manager. * Modify the deploy command. Deploy command can get directory and zip file as a project. * Fix the transfer command to read 'stepLimit' from the configuration file. * Add test account 'test1' in genesis block. * Modify the keystore command to receive the password twice to confirm it.
1.0.4
* Change the encryption parameter 'N' of keystore * Improve IconClient error handling * Update README.md
1.0.3
* Add interactive mode. Activate with 'console' command * Add '-p' option to 'deploy' command. Now can enter keystore file password as argument. * Add block manager. * Rename tbears_tutorial.md to README.md
1.0.0
* Tbears service support 'call', 'sendtx' and 'genconf' command * call : Send icx_call request * sendtx : Send icx_sendTransaction request * genconf : Generate tbears configuration files. (tbears_server_config.json, tbears_cli_config.json)