Releases: maodaishan/bctest
supports meet.one main net , and new architecture for multi sidechain.
1.1.1 update meetone rpc node address
support BOS
support BOS main functions.
add net switch, supports:
EOS main net
Kylin test net
BOS main net
BOS test net
1.0.6
add function: get available rpc server which supports history_plugin (means get_actions can return not empty content)
improve 1st run speed.
improve 1st action run speed.
why slow:
will check all available api servers at 1st run , it's serilized , wtf.
how to improve:
only check 5 fastest available api servers. do it parallel.
v1.0.4: make many changes:
improve speed of get available api server. and fix bugs.
add some new functions
1:get EOS price from Huobi. (this needs pass the wall if you're in China)
2:get property of an account, will count in the liquid EOS, staked EOS(cpu,net), RAM (count RAM as EOS per latest price), and count how much dollar it worth via Huobi latest price.
3:Buy/Sell RAM at designated price.
how: user can input the price /amount wish to trade, and how long to check ram price (by minutes), will check RAM price periodly ,if it matches the designated price, will execute the trade.
Attention: this's keeped in activity , so if the activity was closed,or the app is killed, it won't executed. you need to restart and fill in the trade.
basic functions of EOS
Added new functions:
1:get_actions
2:bin_to_json
3:get_transaction
bctest_1.0.2.apk.zip
basic functions of EOS
2 changes:
1:support android N
2: fix bug in "get_available_api_servers"
basic functions of EOS
Basic functions of EOS are done. including:
1:Wallet functions, ex. create wallet, create private key, import private key, can remember password of wallets for easy use of developers.
2: Get info functions, ex. get_info,get_block,get_abi,get_data,etc, also can get ram price.
3: Execute actions, ex. sell ram, buyram, stake, and the most useful: EOS broswer, you can input account name to query all contracts it deployed, and execute each of them. attention: after you click one contract, you may need scroll the page down to see the arguments input box and execute button, it's on the bottom.
At the end, thanks EosCommander, I used their code of Wallet,sign transaction part. their link:https://github.com/plactal/EosCommander