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 as title. Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [x] New...

# Description Show the account address in 0x + io1 format upon creation with `ioctl account createadd` ```sh ~ bin/ioctl account createadd test-address #test-address: Set password #test-address: Enter password again...

ioctl

# Description Adding an action resend mechanism to prevent a transaction from being stuck due to unsuccessful broadcasting. - attempt to resend exact pending transactions if still unconfirmed after 1min...

# Description In order to avoid inconsistencies in nonce and other nodes caused by the act pool being cleared after the API node restarts, we persist all types of transactions...

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

feature

# Description The background is that currently cannot sense the contracts created through contracts. We hope to use a VM tracer to catch events similar to contract create2. Here, a...

### What version of iotex-core image (or code branch) are you using? v2.0.8 ### What operating system and processor architecture are you using? ### What did you do? If possible,...

bug

# Description as title ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) # How Has This Been...

# Description improve the counting index interface. Fixes #4489 ## 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? v2.0.6 ### What operating system and processor architecture are you using? macOS ### What did you do? If...

bug