Skip to content

Releases: gxchain/gxc-smart-contract-ide

V1.1.0

18 Apr 10:45
Compare
Choose a tag to compare

zh-CN:
1.修复无法导入合约的问题
2.修复无法新增文件的问题

en-US:
1.Fix the problem of not being able to import the contract
2.Fix the problem of not being able to add files

v1.0.0

19 Mar 13:28
Compare
Choose a tag to compare

zh-CN:
1.更新logo
2.发布正式版本v1.0.0

en-US:
1.Update logo
2.Release official version v1.0.0

v0.0.11

11 Mar 07:51
51ec92d
Compare
Choose a tag to compare

zh-CN:
1.升级gxbjs版本以解决字符编码问题

en-US:
1.update gxbjs version to fix encoding bug

v0.0.10

09 Jan 11:31
Compare
Choose a tag to compare

zh-CN:
1.修复:method name长度为12导致无法部署合约

en-US:
1.fix: deploy contract fail when method name length is 12

v0.0.9

07 Jan 09:51
Compare
Choose a tag to compare

zh-CN:
1.fix: calculateUTF8导致的合约不能部署、更新的bug

en-US:
1.fix: calculateUTF8 cause contract can not deploy and update bug

v0.0.8

04 Jan 11:26
Compare
Choose a tag to compare
v0.0.8 Pre-release
Pre-release

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

11 Dec 13:17
Compare
Choose a tag to compare

zh-CN:

1.添加合约更新功能
2.悬浮合约title可以查看owner
3.部分代码重构与优化
4.修复合约from字段 undefined bug

en-US:


1.Add update contract feature
2.Hover on contract title you can check owner
3.Partial code refactor and optimize
4.Fix contract from field undefined bug

v0.0.6

06 Dec 12:03
Compare
Choose a tag to compare

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

v0.0.5

15 Nov 06:51
Compare
Choose a tag to compare

zh-CN:
1.添加线上接入点
2.升级websocket,更加稳定

en-US:
1.add online entry point
2.upgrade websocket, more stable

v0.0.4

13 Sep 09:09
Compare
Choose a tag to compare

zh-CN:
1.核心资产变更为1.3.1,即gxs => gxc, gxc => null
2.添加合约导入i18n

en-US:
1.core asset change to 1.3.1, in other words gxs => gxc, gxc => null
2.add import contract i18n