springrain
springrain
需要先登录一下,访问路径是 /nft/api/system/login 参数userName和password
使用 SDK 发布EVM合约
具体到哪一步出问题了呢?或者哪个步骤不够详细,我们补充一下
Set gas for each WASM instruction, support host function custom setting gas value, so that the gas used by wasm execution is calculated, and if the gas limit is exceeded,...
@iansmith Calculating gas is the core function, and the exit logic of gas exhaustion can add a function configuration ```WithGasExhaustedCallback(...func name..)```
> lint needs to be fixed 🙏 Run `gofumpt -l -extra . ` to check. I have already executed the command locally and there is no problem, I don't know...
@yhcflyy 大佬,你把这个程序和SQLite一起编译成功没? Go程序加载动态链接库在跨平台编译也有很多问题呀
> 你是说苹果自己家的 CPU 用是吗?我最近没时间研究怎么在 github 弄这个。你应该很容易拿苹果的机器编译一个 是的,编译出来的有兼容性问题,不知道github Actions 能不能编译出来
感觉还是把源码和SQLite合并到一起,一起编译比较稳点