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 This PR contains changes for two issues Fixes #3504 #3506 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which...
### What would you like to be added Read cache in API `./api/read_cache.go` should be integrated into db layer ### Why is this needed ### How important you think this...
### What would you like to be added - Step 1: refactor command [ConfigCmd](https://github.com/iotexproject/iotex-core/blob/master/ioctl/config/config.go#L47) in `./ioctl/newcmd/config/config.go` - Step 2: add unit test in config_test.go #### Notes: 1. Use [client interface](https://github.com/iotexproject/iotex-core/blob/master/ioctl/client.go)...
# Description - perf: [coreservice] check reverse count - test: [coreservice] add proof test Fixes #3064 ## Type of change Please delete options that are not relevant. - [x] Code...
### Description of the code refactor as title ### Why is this needed - [] better/less memory usage - [] reduce running time - [] clean (easy-to-understand) data structure or...
### Description of the code refactor it contains `RollDPoS` struct, so need to handle that as well ### Why is this needed - [] better/less memory usage - [] reduce...
Create an IoTeX SDK (by encapsulating p2p+consensus) to allow 3rd party developers easily integrate with IoTeX chain
Prep the iotex-core codebase for possible extension of delegates
1. implement chain ID into antenna SDK 2. make sure crypto dex and important projects adopt new SDK
Intermittent error connecting to bootnode, which is caused by bootnode hitting rate limit in underlying swarm module. Continue to investigate why it is hitting that rate limit