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

The two fixes both have problems: 1. gomonkey mock doesn't work for the blockindexer_test/TestBlockIndexerChecker_CheckIndexer 2. the way of picking an old blob to delete may cause discontinue nonce @envestcc leave...

# Description block transfer with invalid address from entering into actpool. This is more lightweight as compared to (#4410), avoid adding change to `generic_validator`, which will be run when committing...

### What would you like to be added The `ioctl ws router bind` command should be enhanced to accept addresses prefixed with "0x". This is essential to ensure consistency across...

enhancement

```sh ioctl config set endpoint api.iotex.one:443 ioctl ioid register myproject panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/iotexproject/iotex-core/ioctl/cmd/ioid.register({0xc00068b8d0?, 0x0?, 0x0?}) /home/back/Source/GitHub/iotex-core/ioctl/cmd/ioid/projectregister.go:96 +0x2e5 github.com/iotexproject/iotex-core/ioctl/cmd/ioid.init.func5(0xc00014ca00?,...

bug

# Description add recipicient address validation to clean invalid transfer tx Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change...

# Description -Added a mutex and a 'stopped' flag to ActionSync struct - Implemented thread-safe stopping mechanism in Start and Stop methods - Added isStopped() method for safe state checking...

# Description The intention here should be to initialize a slice with a capacity of `len(deviceArr)` rather than initializing the length of this slice. The online demo: https://go.dev/play/p/q1BcVCmvidW ## Type...

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

### What would you like to be added as title ### Why is this needed Currently, e2etest only supports standalone mode and cannot cover testing in aspects such as consensus...

enhancement

### What would you like to be added add reward amount into GrantReward action ### Why is this needed make the code clearer ### How important you think this is...

enhancement