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 image (or code branch) are you using? v2.0.0 ### What operating system and processor architecture are you using? macOS m1 ### What did you do?...
# 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 1. add blob tx data type and definition 2. TODO: convert into native action and native action convert back Fixes #(issue) ## Type of change Please delete options...
# Description store blobs separately Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - []...
# Description introduce new api `eth_getBlobSidecars` to return blobs in a block. ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change 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. pre-pr:...
# Description There are many differences between Blob-tx and regular tx, requiring different validation rules to ensure the correctness of transactions while maintaining program performance. Based on #4366 ## Type...
# Description Now actions in actpool will be persistent on disk. There are three main functionalities: - persistence: It will save an action when it's accepted by actpool, with configureable...
# 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 P2P support `block`, `action`, `consensus` three networks, main changes including: - add option to choose networks to join - add broadcast, unicast, connectedPeers by network method for Agent...