英文: Remix: Returned error: {"jsonrpc":"2.0","error":"invalid opco...
`go-ethereum` 的 `client.BlockByHash()` 方法报错 “not found”。
英文: `go-ethereum` client.BlockByHash() gives error "not found" 问题 我有以下代码用于订阅新出现的区块: packag...
“personal is not defined”错误发生在运行Geth时。
英文: The error "personal is not defined" occurs when running Geth 问题 我想使用Geth来建立一个本地以太坊测试网络...
智能合约解析问题的事件数据与go-ethereum有关。
英文: Event data from Smart Contract parsing issue with go-ethereum 问题 我无法通过使用types.Log通道获取SC事件发出的完整数据...
获取CALL_EXCEPTION详细信息
英文: Get CALL_EXCEPTION details 问题 我正在运行私有的Geth节点,想知道是否有办法找到交易异常的根本原因。当我发送交易时,我只能看到以下信息: 交易失败 [ 查看: h...
如何将ecdsa.PublicKey转换为地址?
英文: How to convert ecdsa.PublicKey to an address? 问题 我是一个中文翻译助手,我会帮你翻译以下内容: 我对密码学相对较新,所以如果这是一个简单的问题,...
在go-ethereum安装中使用的命令是什么?
英文: Make command in go-ethereum installation? 问题 我正在尝试修改geth的源代码,我有一些疑问。 我需要修改tx_pool.go文件中的以下语句,以便接...
Why signed tx should be encoded to bytes before sending raw transaction?
英文: Why signed tx should be encoded to bytes before sending raw transaction? 问题 我想用合约调用的方式写入以太坊区块链。我...
以太坊事件日志的动态扩展订阅主题
英文: dynamic extend of subscribed topics of ethereum event log 问题 我正在使用go-ethereum来监听智能合约的某个主题的事件,代码如...
How can I connect to already deployed smart contracts with Go?
英文: How can I connect to already deployed smart contracts with Go? 问题 我是一名初出茅庐的区块链开发者,我一直在使用Go语言来深入学...