Skip to content

v0.0.6

Compare
Choose a tag to compare
@DophinL DophinL released this 06 Dec 12:03
· 35 commits to master since this release

zh-CN:

1.提供更加详细的error log,并且可以方便复制(点击时间,或者进入详情后复制)

2.可以通过f12或者cmd+option+i打开chrome devtool
3.账户、合约列表和chain联动,避免不同链的合约和账户杂糅在一起
4.log后会自动滚动到最后一条
5.解决编辑器搜索失效的bug
6.解决代码中有中文不能编译的问题
7.解决调用合约部分类型的问题

en-US:

1.Give more detail for error log, and you can quickly copy it (click the time or go to detail panel and copy)

2.You can open chrome devtool by f12 or cmd+option+i
3.Accounts and contracts filtered by chain, to avoid contracts and accounts from different chain mass together
4.Scroll to last item when new log output
5.Fix editor search box bug
6.Fix compile fail with chinese characters
7.Fix call contract fail with some types