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 397 iotex-core issues
Sort by recently updated
recently updated
newest added

### What would you like to be added add unit tests for `action/protocol/staking/contractstake_bucket_type.go` - [ ] Add unit tests to cover L28-L29 - [ ] Add unit tests to cover...

test

### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_base.go` - [ ] Add unit tests to cover L149-L150

test

### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_bucketsbycandidate.go` - [ ] Add unit tests to cover L160

test

### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_bucketsbyindexes.go` - [ ] Add unit tests to cover L139

test

### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_composite_buckets.go` - [ ] Add unit tests to cover L132 - [ ] Add unit tests to cover...

test

### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_bucketsbyvoter.go` Add unit tests to cover L166

test

### What would you like to be added config codecov to ignore some generated source files, such as `_mock.go` `_generated.go`

test

working on proposal: https://iotex.larksuite.com/wiki/NdqEwcwgTi4qcQka3zluIOhusmf

feature

Proposal: https://iotex.larksuite.com/wiki/wikusqgKuaoDOtNhVhvJZIJamid

feature

# Description ``` BenchmarkPassSealedEnvelope/PassByValue BenchmarkPassSealedEnvelope/PassByValue-8 397502140 3.011 ns/op 0 B/op 0 allocs/op BenchmarkPassSealedEnvelope/PassByPointer BenchmarkPassSealedEnvelope/PassByPointer-8 584725507 2.047 ns/op 0 B/op 0 allocs/op actpool_test.go:1212: PassByPointer is 32% faster than PassByValue ``` Fixes...