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

Merge branch 'main' into fix/lane-size-bound

4d1eedf
Select commit
Loading
Failed to load commit list.
Merged

fix: mempool lane size check on CheckTx #561

Merge branch 'main' into fix/lane-size-bound
4d1eedf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 2, 2024 in 0s

65.83% of diff hit (target 43.59%)

View this Pull Request on Codecov

65.83% of diff hit (target 43.59%)

Annotations

Check warning on line 119 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#L112-L119

Added lines #L112 - L119 were not covered by tests

Check warning on line 162 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#L159-L162

Added lines #L159 - L162 were not covered by tests

Check warning on line 164 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#L164

Added line #L164 was not covered by tests

Check warning on line 194 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#L193-L194

Added lines #L193 - L194 were 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 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 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