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 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 EIP3198 is enabled in London EVM, which accesses `evm.Context.BaseFee`. See https://github.com/ethereum/go-ethereum/commit/94451c2788295901c302c9bf5fa2f7b021c924e2#diff-c21870801ba3133fda5991da046fbfd0f83999bda1008a4af84affca83ec5eb9R171 Fixes #(issue) ## Type of change Please delete options that are not relevant. - [] Bug fix...

# Description Fixes https://github.com/iotexproject/iotex-core/issues/3629 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [] New feature (non-breaking...

# Description Build `Read` unittest for `action` command refer to #3444 & #3472 ## Type of change Please delete options that are not relevant. - [x] Code refactor or improvement...

# Description Build `Execute` unittest for `action` command refer to #3444 & #3472 ## Type of change Please delete options that are not relevant. - [x] Code refactor or improvement...

# Description Refactor `didgethash` command in new `ioctl`, with the following note. * Use [client interface](https://github.com/iotexproject/iotex-core/blob/master/ioctl/client.go) to construct the Cobra command. * Output package is deprecated, replace it with errors...

# Description `make run` in standalone mode. input `ioctl node delegate/probationlist` . output shows: ``` panic: runtime error: invalid memory address or nil pointer dereference ``` Fixes #(issue) ## Type...

# 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 would you like to be added upgrade golang version to (1.18.6 or 1.19.1) ### Why is this needed see https://github.com/golang/go/issues/54385 ### How important you think this is for...

enhancement

# Description Fixes #3204 ## Type of change Please delete options that are not relevant. - [] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking...