Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mempool lane size check on CheckTx #561

Merged
merged 17 commits into from
Jul 2, 2024

cleanup

50cd6dc
Select commit
Loading
Failed to load commit list.
Merged

fix: mempool lane size check on CheckTx #561

cleanup
50cd6dc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 2, 2024 in 1s

65.64% of diff hit (target 43.59%)

View this Pull Request on Codecov

65.64% of diff hit (target 43.59%)

Annotations

Check warning on line 116 in abci/checktx/mempool_parity_check_tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

abci/checktx/mempool_parity_check_tx.go#L115-L116

Added lines #L115 - L116 were not covered by tests

Check warning on line 126 in abci/checktx/mempool_parity_check_tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

abci/checktx/mempool_parity_check_tx.go#L119-L126

Added lines #L119 - L126 were not covered by tests

Check warning on line 135 in abci/checktx/mempool_parity_check_tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

abci/checktx/mempool_parity_check_tx.go#L135

Added line #L135 was not covered by tests

Check warning on line 173 in abci/checktx/mempool_parity_check_tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

abci/checktx/mempool_parity_check_tx.go#L170-L173

Added lines #L170 - L173 were not covered by tests

Check warning on line 175 in abci/checktx/mempool_parity_check_tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

abci/checktx/mempool_parity_check_tx.go#L175

Added line #L175 was not covered by tests

Check warning on line 12 in block/base/match.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

block/base/match.go#L12

Added line #L12 was not covered by tests

Check warning on line 24 in block/types.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

block/types.go#L24

Added line #L24 was not covered by tests

Check warning on line 86 in lanes/terminator/lane.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

lanes/terminator/lane.go#L86

Added line #L86 was not covered by tests

Check warning on line 321 in testutils/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

testutils/utils.go#L321

Added line #L321 was not covered by tests

Check warning on line 326 in testutils/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

testutils/utils.go#L326

Added line #L326 was not covered by tests

Check warning on line 335 in testutils/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

testutils/utils.go#L335

Added line #L335 was not covered by tests

Check warning on line 347 in testutils/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

testutils/utils.go#L347

Added line #L347 was not covered by tests

Check warning on line 37 in x/auction/client/cli/query.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/client/cli/query.go#L37

Added line #L37 was not covered by tests

Check warning on line 22 in x/auction/types/mocks/account_keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/types/mocks/account_keeper.go#L20-L22

Added lines #L20 - L22 were not covered by tests

Check warning on line 40 in x/auction/types/mocks/bank_keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/types/mocks/bank_keeper.go#L40

Added line #L40 was not covered by tests

Check warning on line 58 in x/auction/types/mocks/bank_keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/types/mocks/bank_keeper.go#L57-L58

Added lines #L57 - L58 were not covered by tests

Check warning on line 22 in x/auction/types/mocks/distribution_keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/types/mocks/distribution_keeper.go#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 20 in x/auction/types/mocks/rewards_address_provider.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/types/mocks/rewards_address_provider.go#L20

Added line #L20 was not covered by tests

Check warning on line 24 in x/auction/types/mocks/staking_keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/auction/types/mocks/staking_keeper.go#L23-L24

Added lines #L23 - L24 were not covered by tests