zxzyy10
zxzyy10
目的:监视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"...
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
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...