iotex-core icon indicating copy to clipboard operation
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...

Results 373 iotex-core issues
Sort by recently updated
recently updated
newest added

### 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,...

bug

### 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...

bug

"evm/evmstatedbadapter.go:480" "msg":"Failed to load root for contract." "error":"failed to find key 5d38c9638907c5226c518951632b4c70ae4f874b792deba7cda3957cff0e1142: not exist in DB" "address": "io1t7pkdvadx2mrnfukzvhsr0xhc2nsjuq9sren7p"

bug

**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...

patch2

Consider lighthouse's log format ![Lvd7NvwkbX](https://user-images.githubusercontent.com/989846/175994886-6d31aa8d-e854-4e2e-839a-80897ddd284c.png)

patch1

**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...

scaleup
patch1

# 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...

feature