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

*: add Hash/Address generic parameters to dBFT #94

Merged
merged 3 commits into from
Feb 13, 2024

go.mod: remove NeoGo dependency

87f247c
Select commit
Loading
Failed to load commit list.
Merged

*: add Hash/Address generic parameters to dBFT #94

go.mod: remove NeoGo dependency
87f247c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 13, 2024 in 1s

79.56% of diff hit (target 73.18%)

View this Pull Request on Codecov

79.56% of diff hit (target 73.18%)

Annotations

Check warning on line 112 in block/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

block/block.go#L112

Added line #L112 was not covered by tests

Check warning on line 105 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L99-L105

Added lines #L99 - L105 were not covered by tests

Check warning on line 173 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L172-L173

Added lines #L172 - L173 were not covered by tests

Check warning on line 201 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L200-L201

Added lines #L200 - L201 were not covered by tests

Check warning on line 222 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L221-L222

Added lines #L221 - L222 were not covered by tests

Check warning on line 355 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L354-L355

Added lines #L354 - L355 were not covered by tests

Check warning on line 362 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L361-L362

Added lines #L361 - L362 were not covered by tests

Check warning on line 22 in crypto/hash.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/hash.go#L21-L22

Added lines #L21 - L22 were not covered by tests

Check warning on line 27 in crypto/hash.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/hash.go#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 498 in dbft.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

dbft.go#L498

Added line #L498 was not covered by tests

Check warning on line 504 in dbft.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

dbft.go#L503-L504

Added lines #L503 - L504 were not covered by tests

Check warning on line 148 in payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/consensus_message.go#L146-L148

Added lines #L146 - L148 were not covered by tests

Check warning on line 151 in payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/consensus_message.go#L150-L151

Added lines #L150 - L151 were not covered by tests

Check warning on line 11 in payload/constructors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/constructors.go#L11

Added line #L11 was not covered by tests

Check warning on line 16 in payload/constructors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/constructors.go#L16

Added line #L16 was not covered by tests

Check warning on line 137 in payload/message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/message.go#L137

Added line #L137 was not covered by tests

Check warning on line 96 in payload/prepare_request.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/prepare_request.go#L96

Added line #L96 was not covered by tests

Check warning on line 101 in payload/prepare_request.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/prepare_request.go#L101

Added line #L101 was not covered by tests

Check warning on line 106 in payload/prepare_request.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/prepare_request.go#L106

Added line #L106 was not covered by tests

Check warning on line 111 in payload/prepare_request.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/prepare_request.go#L111

Added line #L111 was not covered by tests

Check warning on line 49 in payload/prepare_response.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/prepare_response.go#L49

Added line #L49 was not covered by tests

Check warning on line 54 in payload/prepare_response.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/prepare_response.go#L54

Added line #L54 was not covered by tests

Check warning on line 59 in payload/recovery_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/recovery_message.go#L59

Added line #L59 was not covered by tests

Check warning on line 85 in payload/recovery_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/recovery_message.go#L85

Added line #L85 was not covered by tests

Check warning on line 120 in payload/recovery_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

payload/recovery_message.go#L120

Added line #L120 was not covered by tests