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

Delete expired blob in `PutBlock` Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - []...

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

### What version of iotex-core image (or code branch) are you using? latest ### What operating system and processor architecture are you using? ### What did you do? If possible,...

bug

# Description This PR implement another `FileDAO`, which only store fixed number of latest blocks. It is designed to be used as block storage for delegate nodes, as delegate nodes...

# Description This PR implement another FileDao, which wrap a FileDao and merge blocks from another FileDao on start. This can be used to switch FileDao smoothly It's based on...

### What would you like to be added add web3 api `eth_feeHistory` ### Why is this needed better for eip-1559 usage ### How important you think this is for IoTeX...

enhancement

# Description based #4653 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [] New feature (non-breaking...

# Description fix some function names in comment ## Type of change - [] Code refactor or improvement # How Has This Been Tested? Please describe the tests that you...

# 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 as title ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...