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

This PR tries to store the latest n states such that an API node could provide history state retrieval. The main change is in factoryworkingset: 1. Record modifications of a...

# 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 We are going to implement EIP-1559, which introduced a new `DynamicFeeTx` type. Together with the existing `LegacyTx` and `AccessListTx` (also going to be enabled soon), we now have...

In the implementation of KVStore, e.g., boltdb, error ErrBucketNotExist is returned when the bucket doesn't exist. If the kvstore returns an error, the error will be returned without going through...

### What would you like to be added If the API node height falls significantly behind, it should be marked in the readiness api return. ### Why is this needed...

enhancement

`forTest` could be easily replaced by the value judgement as shown in this PR ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking...

### Description of new feature request For blockchain developers to spawn a new chain (new chain id, network id) with IoTeX, proof of staking with a group of full-fledged validators...

feature

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

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

bug

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