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...
## Summary - surface errors from EnvelopeBuilder when payload missing or validation fails - propagate build errors to action constructors and utilities - add tests covering malformed transactions and builder...
# 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 fix struct field name in comment ## Type of change - [x] 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 Add related tests for loglistener Fixes #4114 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue)...
### What version of iotex-core image (or code branch) are you using? origin/archive ### What operating system and processor architecture are you using? ### What did you do? If possible,...
### What would you like to be added support `eth_getBlockReceipts` API. Spec https://www.quicknode.com/docs/plasma/eth_getBlockReceipts https://github.com/ethereum/go-ethereum/blob/2936b41514302ec35b420f92e06aa525b96409a7/internal/ethapi/api.go#L938 ### Why is this needed Better support for TheGraph node ``` WARN Skipping use of block...