Releases: FISCO-BCOS/go-sdk
Releases · FISCO-BCOS/go-sdk
v3.0.2
What's Changed
- fix macOS ci use apple silicon by @bxq2011hust in #272
- fix runtime error by @zhanglin9833 in #276
- fix Unpack failed because of tx failed by @bxq2011hust in #277
- update bcos-c-sdk by @bxq2011hust in #282
New Contributors
- @zhanglin9833 made their first contribution in #276
Full Changelog: v3.0.1...v3.0.2
FISCO-BCOS go-sdk v3.0.1
What's Changed
- #260 by @Keyon11 in #268
- update bcos-c-sdk by @Keyon11 in #270
- fix receipt error code out-of-date by @bxq2011hust in #271
New Contributors
Full Changelog: v3.0.0...v3.0.1
FISCO-BCOS go-sdk v3.0.0
What's Changed
- try to fix ci by @bxq2011hust in #184
- add parse contract function reture value by @yinghuochongfly in #183
- fix can not close connect bug and add unsubcribeEventLogs function by @yinghuochongfly in #188
- add smcrypto.GenerateKey by @bxq2011hust in #191
- fix message return before uuid write cause stuck by @dyy8888 in #203
- use single goroutine to process eventlog sub by @bxq2011hust in #205
- update txdata by @leowei1234567 in #204
- try flexible tx sign by @leowei1234567 in #207
- merge v3 into master by @bxq2011hust in #209
- update readme by @bxq2011hust in #210
- update README.md by @bxq2011hust in #223
- upgrade bcos-c-sdk commit to eb5eb3c by @bxq2011hust in #224
- add DisableSsl to config by @bxq2011hust in #225
- update bcos-c-sdk to adapt disableSsl by @bxq2011hust in #227
- undefined: types问题解决 by @yekai1003 in #216
- upgrade bcos-c-sdk by @bxq2011hust in #229
- add bfs and sharding, add appendColumns in curd_service by @subowei in #230
- rebuild crud, consensus, config by @Subway2023 in #237
- rebuild auth by @Subway2023 in #239
- add some tx method and update c-sdk by @bxq2011hust in #242
- move to v3 dir by @bxq2011hust in #243
- add parallelOk by @bxq2011hust in #244
- add option for console by @bxq2011hust in #246
- abigen support smbin flag and remove useless code by @bxq2011hust in #247
- add getABI method by @bxq2011hust in #248
- fix cmd/console load specific private key by @bxq2011hust in #249
- delete useless method by @bxq2011hust in #250
- add parallelok manual by @bxq2011hust in #251
- print console command line flasg by @bxq2011hust in #253
- support transaction encode/decode by @bxq2011hust in #254
- update bcos-c-sdk and sendTransaction default without proof by @bxq2011hust in #255
- update deps by @bxq2011hust in #256
- optimize async sendTransaction memory usage by @bxq2011hust in #257
- update bcos-c-sdk by @bxq2011hust in #258
- fix example parallelok not set smCrypto by @bxq2011hust in #259
- update bcos-c-sdk by @bxq2011hust in #262
- Update README.md by @chinamonkeyking in #266
- update README.md by @bxq2011hust in #267
New Contributors
- @dyy8888 made their first contribution in #203
- @yekai1003 made their first contribution in #216
- @subowei made their first contribution in #230
- @Subway2023 made their first contribution in #237
- @chinamonkeyking made their first contribution in #266
Full Changelog: v1.0.0...v3.0.0
v1.1.1
What's Changed
- fix ci by @bxq2011hust in #265
- fix channel close by @ltmhaha in #264
New Contributors
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- try to fix ci by @bxq2011hust in #184
- add parse contract function reture value by @yinghuochongfly in #183
- fix can not close connect bug and add unsubcribeEventLogs function by @yinghuochongfly in #188
- add smcrypto.GenerateKey by @bxq2011hust in #191
- fix message return before uuid write cause stuck by @dyy8888 in #203
- use single goroutine to process eventlog sub by @bxq2011hust in #205
- update txdata by @leowei1234567 in #204
- try flexible tx sign by @leowei1234567 in #207
- unicast func by @leowei1234567 in #212
- fix: already subscribe to topic by @liuxinfeng96 in #231
New Contributors
- @dyy8888 made their first contribution in #203
- @leowei1234567 made their first contribution in #204
- @liuxinfeng96 made their first contribution in #231
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v1.0.0版本对应FISCO BCOS v2,适配FISCO BCOS v3的SDK仍在开发中
新增与变更
- 支持合约事件监听
- 修改部分RPC接口返回为结构体
- 支持从内存buffer获取证书、私钥等
修复
- abigen生成的合约事件监听代码无法工作
- 修复部分cmd/console命令实现
- SDK心跳逻辑确缺失导致的链接空闲断开
删除
- 删除无用的代码
go-sdk v0.11.0
新增
- 新增mobile/ios模块,可使用gomobile编译得到iOS SDK.
go-sdk v0.10.3
修复
- 网络断开后重连只能成功一次的bug
go-sdk v0.10.2
修复
- 异步接口可能出现的崩溃问题
- README过时的描述
- Receipt的GetErrorMessage()返回不准确的问题
go-sdk v0.10.1
修复
client.Close()
卡死- console无法连接节点