Skip to content

Releases: ipfs-force-community/go-fvm-sdk

v0.1.0

11 Nov 07:27
d70ec9e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • fix:set actor addr after create actor by @hunjixin in #30
  • docs: update docs by @Fatman13 in #33
  • docs:add doc for quickstart by @hunjixin in #31
  • Feat/remove construtor in client by @hunjixin in #32
  • feat:use test file as test argument by @hunjixin in #37
  • Fix/golang lint by @hunjixin in #25
  • feat:add amt arrary map to sdk/增加amt map和 array结构,方便用户用懒加载的方式保存大量的数据 by @hunjixin in #44
  • feat:add generate comment for client code by @hunjixin in #45
  • feat: 在ci中检查生成物结果,运行example测试/check code gen in ci by @hunjixin in #48
  • feat: 发布的时候自动上传生成结果/add build artifact when release by @hunjixin in #51
  • feat: 增加命令行用于为本地go/tinygo环境附加补丁文件/add new command for apply patch by @hunjixin in #56
  • fix: 修复创建模版过程中测试程序错误的问题/fix test command when new project from template by @hunjixin in #58
  • feat: update ref fvm & support go1.18.x by @hunjixin in #60
  • feat: add support go1.19 patch by @hunjixin in #64
  • feat: add test for GetChainRandomness/GetBeaconRandomness by @hunjixin in #67
  • feat: add client example by @hunjixin in #71
  • feat/simulated: support fvm sumulator in unit test/支持在单元测试中进行fvm系统调用层模拟 by @web3creator in #76
  • simulated增加context支持 by @web3creator in #79
  • Refrator/slight refrator code by @hunjixin in #85
  • Feat/ref dvm update 更新fvm接口到最新的官方接口 by @web3creator in #86

New Contributors

Full Changelog: experiatical-0.0.1...v0.1

experimental tag for testing

22 Jun 08:55
e42fdd2
Compare
Choose a tag to compare
Pre-release
Merge pull request #28 from ipfs-force-community/feat/new_template_cmd

Feat/new template cmd