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

jwk #2: ensure jwk txns are expected in consensus #11855

Merged
merged 29 commits into from
Feb 5, 2024

update

6452075
Select commit
Loading
Failed to load commit list.
Merged

jwk #2: ensure jwk txns are expected in consensus #11855

update
6452075
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 5, 2024 in 1s

58.9% of diff hit (target 71.2%)

View this Pull Request on Codecov

58.9% of diff hit (target 71.2%)

Annotations

Check warning on line 260 in aptos-move/aptos-release-builder/src/components/feature_flags.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-release-builder/src/components/feature_flags.rs#L260

Added line #L260 was not covered by tests

Check warning on line 341 in aptos-move/aptos-release-builder/src/components/feature_flags.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-release-builder/src/components/feature_flags.rs#L341

Added line #L341 was not covered by tests

Check warning on line 47 in aptos-move/aptos-vm/src/system_module_names.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/system_module_names.rs#L42-L47

Added lines #L42 - L47 were not covered by tests

Check warning on line 69 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L55-L69

Added lines #L55 - L69 were not covered by tests

Check warning on line 71 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L71

Added line #L71 was not covered by tests

Check warning on line 73 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L73

Added line #L73 was not covered by tests

Check warning on line 81 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L75-L81

Added lines #L75 - L81 were not covered by tests

Check warning on line 86 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L83-L86

Added lines #L83 - L86 were not covered by tests

Check warning on line 121 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L88-L121

Added lines #L88 - L121 were not covered by tests

Check warning on line 126 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L124-L126

Added lines #L124 - L126 were not covered by tests

Check warning on line 147 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L129-L147

Added lines #L129 - L147 were not covered by tests

Check warning on line 154 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L149-L154

Added lines #L149 - L154 were not covered by tests

Check warning on line 157 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L157

Added line #L157 was not covered by tests

Check warning on line 160 in aptos-move/aptos-vm/src/validator_txns/jwk.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/jwk.rs#L159-L160

Added lines #L159 - L160 were not covered by tests

Check warning on line 25 in aptos-move/aptos-vm/src/validator_txns/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

aptos-move/aptos-vm/src/validator_txns/mod.rs#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 88 in consensus/safety-rules/src/safety_rules_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/safety-rules/src/safety_rules_manager.rs#L79-L88

Added lines #L79 - L88 were not covered by tests

Check warning on line 102 in consensus/src/dag/rb_handler.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/dag/rb_handler.rs#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 992 in consensus/src/epoch_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/epoch_manager.rs#L992

Added line #L992 was not covered by tests

Check warning on line 1017 in consensus/src/epoch_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/epoch_manager.rs#L1017

Added line #L1017 was not covered by tests

Check warning on line 1110 in consensus/src/epoch_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/epoch_manager.rs#L1110

Added line #L1110 was not covered by tests

Check warning on line 1163 in consensus/src/epoch_manager.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/epoch_manager.rs#L1163

Added line #L1163 was not covered by tests

Check warning on line 1468 in consensus/src/round_manager_test.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/round_manager_test.rs#L1468

Added line #L1468 was not covered by tests

Check warning on line 2133 in consensus/src/round_manager_test.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/round_manager_test.rs#L2133

Added line #L2133 was not covered by tests

Check warning on line 19 in consensus/src/util/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus/src/util/mod.rs#L19

Added line #L19 was not covered by tests

Check warning on line 33 in types/src/jwks/jwk/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

types/src/jwks/jwk/mod.rs#L28-L33

Added lines #L28 - L33 were not covered by tests