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...
# Description The Erigon database does not allow the creation and committing of write transactions to occur in different threads, and currently, mint and commit are in different threads, which...
# 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...
While working on the iotex-core project, we discovered a critical vulnerability in the Go package Pion Interceptor(this dependency used by iotex-core), tracked as [CVE-2025-49140](https://vulert.com/vuln-db/CVE-2025-49140). This vulnerability affects versions v0.1.36 through...
# Description Some wallet app returns the error "archive-mode not supported" when querying the balance on testnet, because it usually includes the height in the query. To accommodate this situation,...
# Description Optimize code using a more modern writing style. Fixes #(issue) ## Type of change - [x] Code refactor or improvement # How Has This Been Tested? Please describe...
# Description 1. create the PR draft for prune. 2. the code is based on quite old branches. Will need to rebase to master branch after #4551 and #4559 Fixes...
### What would you like to be added 1 - migrate the latest contract staking storage from indexer to trie 2 - indexer support historical storage ### Why is this...
# Description use versioned db to reduce candidates bucket indexer storage Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change...
# Description as title, so fullsync runs the same check as sync blocks from network. Fixes #4561 ## Type of change Please delete options that are not relevant. - []...
### Description of new feature request historical apis includes: - eth_getCode - eth_getTransactionCount - eth_estimateGas - eth_getStorageAt - debug_traceCall - debug_traceBlockByNumber - debug_traceBlockByHash - debug_traceTransaction