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...
Due to the introduction of [incompatible changes to loop](https://tip.golang.org/doc/go1.22#language) in Go 1.22, this may cause potential bugs in our program. Therefore, we've created this issue to track related matters. We...
### What would you like to be added also check `ValidateBlock` during fullsync ### Why is this needed Ensure that the new code is compatible with the history block ###...
https://hub.docker.com/repository/docker/iotex/iotex-core/tags/fix_vul/sha256-1ac8d38e76b7e3ca9cb16bdefe146c8e49ab1c276e9fb4a061a2721122010a95?tab=vulnerabilities ### What would you like to be added ### Why is this needed ### How important you think this is for IoTeX - [] must have - [] should...
# Description 1. split consensus messages to a different topic 2. may also split block and action Fixes #(issue) ## Type of change Please delete options that are not relevant....
For an incoming msg with type iotextypes.Action, the validation of signature should be done once receiving the msg at the p2p level. If the signature is invalid, ignore this message....
2.1.0 / 2.1.1 - since like 6 hours ago - cpu usage surging , scaling up 4x still seems sluggish https://iotexscan.io/ explorer halted for a while too
# Description Prep for pipelined `ValidateBlock/CommitBlock`. Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) -...
# Description Special address (rewarding pool and staking bucket pool) is not allowed as transaction address Fixes #(issue) ## Type of change Please delete options that are not relevant. -...
# Description Capture exceptions when processing transactions to prevent the program from exiting abnormally, and instead remove problematic transactions. ## Type of change Please delete options that are not relevant....
# Description block the special address in certain actions. This is included in v2.1.0, now back-port to mainline Fixes #(issue) ## Type of change Please delete options that are not...