英文: Build raw Ethereum transaction in Go - contract function call 问题 我正在修改go-ethereum以便能够处理与我们正在创建的代...
How to efficiently hash (SHA 256) in golang data where only the last few bytes changes
英文: How to efficiently hash (SHA 256) in golang data where only the last few bytes changes 问题 假设你有80...
在Hyperledger Fabric v0.6链码实现中,如何查询一段时间内的状态?
英文: how to query states for a period of time in hyperledger fabric v0.6 chaincode implementation 问题 ...
当我运行Hyperledger Fabric应用程序时出现错误。
英文: Error when i running the application hyperledger fabric 问题 我正在按照这个教程进行操作: https://github.com/ITP...
ERROR: hyperledger/fabric:make gotools: unrecognized import path "golang.org/x/tools/go/gcexportdata"
英文: ERROR: hyperledger/fabric:make gotools: unrecognized import path "golang.org/x/tools/go/gce...
在构建链码时出现了”ltdl.h未找到”的错误。
英文: ltdl.h Not found error while building chaincode 问题 我正在尝试使用go build来构建一个链码。当我运行Go build命令时,它报告了以下...
stub.GetHistoryKeys() reporting GetHistoryKeys() function undefined. when tried go build on my Chaincode
英文: stub.GetHistoryKeys() reporting GetHistoryKeys() function undefined. when tried go build on my C...
在使用Docker本地运行链码时遇到问题。
英文: facing issues while running chaincode locally using docker 问题 你在本地系统上运行learn-chaincode示例时遇到了以下错误...
如何使用部分键值查询表格
英文: How to query table with partial key values 问题 我正在使用Hyperledger(v0.6)表格进行工作,结构如下: var columnDefsT...
通过值获取世界状态
英文: Getting world state by value 问题 我是新手对于区块链和使用Hyperledger Fabric(目前版本为0.6)创建一个学习性质的应用程序。 我正在将金融交易记...
9