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 consensus ordering for cross-chains #275

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

vm: fix checks for the blocktime window in consensus ordering

5ff9821
Select commit
Loading
Failed to load commit list.
Open

Fix consensus ordering for cross-chains #275

vm: fix checks for the blocktime window in consensus ordering
5ff9821
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 15, 2024 in 0s

70.5% of diff hit (target 60.0%)

View this Pull Request on Codecov

70.5% of diff hit (target 60.0%)

Annotations

Check warning on line 337 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L335-L337

Added lines #L335 - L337 were not covered by tests

Check warning on line 376 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L375-L376

Added lines #L375 - L376 were not covered by tests

Check warning on line 380 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L378-L380

Added lines #L378 - L380 were not covered by tests

Check warning on line 385 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L383-L385

Added lines #L383 - L385 were not covered by tests

Check warning on line 387 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L387

Added line #L387 was not covered by tests

Check warning on line 389 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L389

Added line #L389 was not covered by tests

Check warning on line 397 in src/vm/contract.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vm/contract.rs#L393-L397

Added lines #L393 - L397 were not covered by tests