You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bcos\bcos.go:19:3: cannot use "group0" (type untyped string) as type int in field value
bcos\bcos.go:21:3: unknown field 'Host'in struct literal of type conf.Config
bcos\bcos.go:22:3: unknown field 'Port'in struct literal of type conf.Config
bcos\bcos.go:23:3: unknown field 'TLSCaFile'in struct literal of type conf.Config
bcos\bcos.go:24:3: unknown field 'TLSKeyFile'in struct literal of type conf.Config
bcos\bcos.go:25:3: unknown field 'TLSCertFile'in struct literal of type conf.Config
bcos\hello.go:44:2: cannot use receipt (type *"github.com/FISCO-BCOS/go-sdk/core/types".Transaction) as type*"github.com/FISCO-BCOS/go-sdk/core/types".Receipt inreturn argument
bcos\hello.go:180:49: _Hello.Contract.HelloTransactor.contract.TransactWithResult undefined (type *bind.BoundContract has no field or method TransactWithResult)
bcos\hello.go:199:33: _Hello.Contract.contract.TransactWithResult undefined (type *bind.BoundContract has no field or method TransactWithResult)
bcos\hello.go:260:46: _Hello.contract.TransactWithResult undefined (type *bind.BoundContract has no field or method TransactWithResult)
bcos\hello.go:260:46: too many errors
The text was updated successfully, but these errors were encountered:
目前克隆go-sdk后,编译得到的abigen,用其生成的代码默认使用v1.0.0这个tag来处理,这个tag里的代码和生成的代码不兼容。是不是考虑发布一个新的tag?
另外,工程首页的教程也是最新代码,和tagv1.0.0也不兼容
The text was updated successfully, but these errors were encountered: