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

dbft: move payloads/block/tx/crypto interfaces to dbft package #97

Merged
merged 5 commits into from
Mar 4, 2024

README: adjust indentation

2f4e90f
Select commit
Loading
Failed to load commit list.
Merged

dbft: move payloads/block/tx/crypto interfaces to dbft package #97

README: adjust indentation
2f4e90f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 4, 2024 in 0s

66.82% of diff hit (target 73.22%)

View this Pull Request on Codecov

66.82% of diff hit (target 73.22%)

Annotations

Check warning on line 100 in check.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

check.go#L100

Added line #L100 was not covered by tests

Check warning on line 101 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L96-L101

Added lines #L96 - L101 were not covered by tests

Check warning on line 169 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L169

Added line #L169 was not covered by tests

Check warning on line 197 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L197

Added line #L197 was not covered by tests

Check warning on line 218 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L218

Added line #L218 was not covered by tests

Check warning on line 351 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L351

Added line #L351 was not covered by tests

Check warning on line 358 in config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config.go#L358

Added line #L358 was not covered by tests

Check warning on line 34 in consensus_message_type.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

consensus_message_type.go#L19-L34

Added lines #L19 - L34 were not covered by tests

Check warning on line 317 in dbft.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

dbft.go#L317

Added line #L317 was not covered by tests

Check warning on line 379 in dbft.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

dbft.go#L379

Added line #L379 was not covered by tests

Check warning on line 81 in internal/block/block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/block/block.go#L81

Added line #L81 was not covered by tests

Check warning on line 61 in internal/payload/change_view.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/change_view.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in internal/payload/change_view.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/change_view.go#L65

Added line #L65 was not covered by tests

Check warning on line 41 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L41

Added line #L41 was not covered by tests

Check warning on line 54 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L54

Added line #L54 was not covered by tests

Check warning on line 75 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 85 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L83-L85

Added lines #L83 - L85 were not covered by tests

Check warning on line 88 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 91 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 98 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L97-L98

Added lines #L97 - L98 were not covered by tests

Check warning on line 108 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 118 in internal/payload/consensus_message.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/consensus_message.go#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 14 in internal/payload/constructors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/constructors.go#L14

Added line #L14 was not covered by tests

Check warning on line 19 in internal/payload/constructors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/constructors.go#L19

Added line #L19 was not covered by tests

Check warning on line 29 in internal/payload/constructors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/payload/constructors.go#L29

Added line #L29 was not covered by tests