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 397 iotex-core issues
Sort by recently updated
recently updated
newest added

### Storing staled chain db data in a different directory These staled chain db files are read only, thus, they could be stored in a different directory which may be...

feature

by default, `ioctl version` prints the version of `ioctl`. And use `ioctl node version` to print the version of remote node. ### Description of new feature request ### Is this...

feature

### What would you like to be added the current node_info message has a node's version, operatorAddr, and height `iotex_node_info_height_gauge{address="io10a0h7m2gm9cylnztewfctpp87sc6t69pc0y3ep",version="v1.12.0"} 2.6621886e+07` the request is to add the p2pID into this...

enhancement

### Description of new feature request As title, request is to support pending tx query, which is not working at the moment ![pending-tx](https://github.com/iotexproject/iotex-core/assets/12551272/a5d5df84-a9c8-4107-a97a-dfea05095442) ### Is this a hard-fork (and height...

feature

### Description of new feature request ### Is this a hard-fork (and height to be activated) - [] Yes - Name of activation height: ### Implementation plan - [x] Phase...

feature

# Description Returns the correct json when the contract call contains a custom revert error The PR needs to add a new HF height config in genesis.yaml , pls confirm...

# Description provides a func to check the contractstaking indexer DB file fingerprint see #3924 which fixes #3921. Mainnet does not contain any buggy tx that would trigger #3921, the...

### What version of iotex-core image (or code branch) are you using? N/A ### What operating system and processor architecture are you using? Mac M1 ### What did you do?...

bug

### What would you like to be added as title ### Why is this needed currently the mainnet node syncs at a rate of 3-5 blocks every second, which is...

enhancement

# Description fix SyncStatus() datarace, the blocksync(v2) speed-up 4x Fixes #3889 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes...