iotex-core
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...
### 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...
### 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
### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_bucketsbycandidate.go` - [ ] Add unit tests to cover L160
### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_bucketsbyindexes.go` - [ ] Add unit tests to cover L139
### 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...
### What would you like to be added add unit tests for `action/protocol/staking/ethabi/stake_bucketsbyvoter.go` Add unit tests to cover L166
### What would you like to be added config codecov to ignore some generated source files, such as `_mock.go` `_generated.go`
working on proposal: https://iotex.larksuite.com/wiki/NdqEwcwgTi4qcQka3zluIOhusmf
Proposal: https://iotex.larksuite.com/wiki/wikusqgKuaoDOtNhVhvJZIJamid
# 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...