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

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

enhancement

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

good first issue

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

refactor

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

refactor

Create an IoTeX SDK (by encapsulating p2p+consensus) to allow 3rd party developers easily integrate with IoTeX chain

patch2

Prep the iotex-core codebase for possible extension of delegates

HF Planned

1. implement chain ID into antenna SDK 2. make sure crypto dex and important projects adopt new SDK

HF Planned

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

patch2