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

Support plugins #2051

Merged
merged 22 commits into from
Oct 16, 2024

lint

85aa88a
Select commit
Loading
Failed to load commit list.
Merged

Support plugins #2051

lint
85aa88a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 11, 2024 in 0s

43.24% of diff hit (target 60.00%)

View this Pull Request on Codecov

43.24% of diff hit (target 60.00%)

Annotations

Check warning on line 836 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L836

Added line #L836 was not covered by tests

Check warning on line 840 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L840

Added line #L840 was not covered by tests

Check warning on line 545 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L545

Added line #L545 was not covered by tests

Check warning on line 550 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L550

Added line #L550 was not covered by tests

Check warning on line 574 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L574

Added line #L574 was not covered by tests

Check warning on line 725 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L725

Added line #L725 was not covered by tests

Check warning on line 733 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L733

Added line #L733 was not covered by tests

Check warning on line 740 in core/state.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/state.go#L740

Added line #L740 was not covered by tests

Check warning on line 166 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L164-L166

Added lines #L164 - L166 were not covered by tests

Check warning on line 170 in node/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

node/node.go#L168-L170

Added lines #L168 - L170 were not covered by tests

Check warning on line 25 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L24-L25

Added lines #L24 - L25 were not covered by tests

Check warning on line 34 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L28-L34

Added lines #L28 - L34 were not covered by tests

Check warning on line 38 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 59 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L56-L59

Added lines #L56 - L59 were not covered by tests

Check warning on line 64 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L62-L64

Added lines #L62 - L64 were not covered by tests

Check warning on line 69 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 72 in plugin/plugin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

plugin/plugin.go#L72

Added line #L72 was not covered by tests

Check warning on line 195 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L194-L195

Added lines #L194 - L195 were not covered by tests

Check warning on line 200 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L199-L200

Added lines #L199 - L200 were not covered by tests

Check warning on line 205 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L204-L205

Added lines #L204 - L205 were not covered by tests

Check warning on line 213 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L212-L213

Added lines #L212 - L213 were not covered by tests

Check warning on line 218 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L217-L218

Added lines #L217 - L218 were not covered by tests

Check warning on line 230 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L230

Added line #L230 was not covered by tests

Check warning on line 291 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L291

Added line #L291 was not covered by tests