Releases: gxchain/gxc-smart-contract-ide
V1.1.0
v1.0.0
zh-CN:
1.更新logo
2.发布正式版本v1.0.0
en-US:
1.Update logo
2.Release official version v1.0.0
v0.0.11
v0.0.10
v0.0.9
v0.0.8
zh-CN:
1.添加checksum160、checksum256、checksum512、block_id_type内置类型
2.fix:string传入中文编码错误
3.fix:不同的链导入相同的账户失败
en-US:
1.add checksum160, checksum256, checksum512, block_id_type inner type
2.fix: string type not support chinese
3.fix: different chain import same account name fail
v0.0.7
v0.0.6
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