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

### What version of iotex-core image (or code branch) are you using? [v1.13.1](https://github.com/iotexproject/iotex-core/releases/tag/v1.13.1) ### What operating system and processor architecture are you using? Ubuntu 20.04.1, x86_64 ### What did you...

bug

### What would you like to be added `HeaderByHeight`, which to be implemented in filedao_v2, should be used instead of `GetBlockByHeight` in https://github.com/iotexproject/iotex-core/blob/1791f82354c672631690e7b759de6bb51cb2a031/blockchain/filedao/filedao.go#L235 ```Go // Before blk, err := v2.GetBlockByHeight(height)...

enhancement

### What would you like to be added Check if the transaction hash information is included in the call chain logs of the `eth_call` and `eth_sendRawTransaction` APIs, especially in the...

enhancement
good first issue

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

# Description Action announcing and pulling mechanism is required for eip4844 implementation. ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which...

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

bug

# Description Fixes #4160 ## Type of change Please delete options that are not relevant. - [x] Code refactor or improvement # How Has This Been Tested? Please describe the...

1. set the right pending nonce when balance is lower than 0 2. delete all timeout actions 3. remove empty account in `Reset` 4. clean up all actions of an...

# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...

# Description There are zombie transactions left in `ap.allActions` and `ap.accountDesActs`, but couldn't be found in queueWorker Fixes #(issue) ## Type of change Please delete options that are not relevant....