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: Only skip debit/credit on gas estimation #2273

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

palango
Copy link
Contributor

@palango palango commented Feb 28, 2024

Description

Through an oversight debit/credit were skipped for all calls, not just calls from gas estimation. This commit fixes that.

Copy link

github-actions bot commented Feb 28, 2024

Coverage from tests in ./e2e_test/... for ./consensus/istanbul/... at commit 1195802

coverage: 51.1% of statements across all listed packages
coverage:  63.2% of statements in consensus/istanbul
coverage:  43.2% of statements in consensus/istanbul/announce
coverage:  56.0% of statements in consensus/istanbul/backend
coverage:   0.0% of statements in consensus/istanbul/backend/backendtest
coverage:  24.3% of statements in consensus/istanbul/backend/internal/replica
coverage:  65.7% of statements in consensus/istanbul/core
coverage:  50.0% of statements in consensus/istanbul/db
coverage:   0.0% of statements in consensus/istanbul/proxy
coverage:  64.2% of statements in consensus/istanbul/uptime
coverage:  51.8% of statements in consensus/istanbul/validator
coverage:  79.2% of statements in consensus/istanbul/validator/random

Copy link

github-actions bot commented Feb 28, 2024

5890 passed, 1 failed, 45 skipped

Test failures:
  TestTransactionIndices: core

Failed
    blockchain_test.go:1946: Oldest indexded block mismatch, want 100, have 67
This test report was produced by the test-summary action.  Made with ❤️ in Cambridge.

@palango palango merged commit 1195802 into master Feb 28, 2024
26 checks passed
@palango palango deleted the palango/no-skip-on-call branch February 28, 2024 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants