zxzyy10

Results 5 issues of zxzyy10

没有太理解控制台为什么要把solidity合约编译完后还生成一份java合约,请问这份java合约的使用场景是什么呢?

resolved

共识节点使用树状网络结构同步区块时,树的结构都是一致的吗?假设进行节点扩容,那么后加入的节点就会排在树靠下层的位置吗?

resolved

目的:监视EVM运行过程中的一些参数并利用已有的存储模块功能存入mysql 方法:在不修改deps中evmone源码之前对FISCO-BCOS进行整体编译,得到各类.a文件(包括但不限于libstorage.a)。修改evmone中源码,再链接libstorage.a。(提问内容见最后) 已有操作: 1、在完成第一次整体编译后的fisco-bcos/deps/src/evmone/lib/evmone/execution.cpp 中尝试增加 libstorage/Table.h 头文件,代码中尝试做一些与Table中声明的对象相关的操作(**标记部分为新增代码)。 ``` // evmone: Fast Ethereum Virtual Machine implementation // Copyright 2019 Pawel Bylica. // Licensed under the Apache License, Version 2.0. #include "execution.hpp"...

resolved

download release binary from https://github.com/solana-labs/solana/releases/tag/v1.16.23 but when I check solana and solana-validator version is 1.17.13

community

I attempted to subscribe to the latest blocks received by my local node using the eth_blockSubscribe method provided by the Avalanche node. I then calculated the delay by subtracting the...

enhancement
lifecycle/stale