iotex-core
iotex-core copied to clipboard
Official implementation of IoTeX blockchain protocol in Go. An ultra-efficient EVM blockchain offering 1000 TPS with instant 1-block finality. Perfect for DeFi, DePIN tokenomics, Identities, and any t...
### What version of iotex-core are you using (`ioctl version`)? latest ### What operating system and processor architecture are you using? don't care ### What did you do? If possible,...
### What version of iotex-core are you using (`ioctl version`)? 0.10.0 ### What did you do? If possible, provide a recipe for reproducing the error. reward protocol which queries ProductivityByEpoch...
"evm/evmstatedbadapter.go:480" "msg":"Failed to load root for contract." "error":"failed to find key 5d38c9638907c5226c518951632b4c70ae4f874b792deba7cda3957cff0e1142: not exist in DB" "address": "io1t7pkdvadx2mrnfukzvhsr0xhc2nsjuq9sren7p"
**What would you like to be added**: Can support starting a node into archive mode, so that the historical state of the block can be fetch through GRPC/JSONRPC. **Why is...
Consider lighthouse's log format 
**What would you like to be added**: 1. blockdao is now using v2 file format which stores multiple blocks together (default 16 blocks) 2. leverage this to send 16 blocks...
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...
### Description External requests, e.g., block sync, action broadcast, and etc, should not be turned on before the core blockchain services are started. ### Is this a hard-fork (and height...