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

feat(zetaclient)!: orchestrator V2 #3332

Merged
merged 28 commits into from
Jan 10, 2025

FIX DATA RACE

c1c0078
Select commit
Loading
Failed to load commit list.
Merged

feat(zetaclient)!: orchestrator V2 #3332

FIX DATA RACE
c1c0078
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 10, 2025 in 1s

48.80% of diff hit (target 61.88%)

View this Pull Request on Codecov

48.80% of diff hit (target 61.88%)

Annotations

Check warning on line 117 in pkg/chains/chain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/chains/chain.go#L113-L117

Added lines #L113 - L117 were not covered by tests

Check warning on line 117 in pkg/scheduler/scheduler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/scheduler/scheduler.go#L110-L117

Added lines #L110 - L117 were not covered by tests

Check warning on line 119 in pkg/scheduler/scheduler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/scheduler/scheduler.go#L119

Added line #L119 was not covered by tests

Check warning on line 182 in pkg/scheduler/scheduler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/scheduler/scheduler.go#L181-L182

Added lines #L181 - L182 were not covered by tests

Check warning on line 186 in pkg/scheduler/scheduler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/scheduler/scheduler.go#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 244 in pkg/scheduler/scheduler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/scheduler/scheduler.go#L244

Added line #L244 was not covered by tests

Check warning on line 171 in zetaclient/chains/base/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/base/observer.go#L169-L171

Added lines #L169 - L171 were not covered by tests

Check warning on line 175 in zetaclient/chains/base/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/base/observer.go#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 51 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 56 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 61 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 116 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L114-L116

Added lines #L114 - L116 were not covered by tests

Check warning on line 137 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L129-L137

Added lines #L129 - L137 were not covered by tests

Check warning on line 142 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L139-L142

Added lines #L139 - L142 were not covered by tests

Check warning on line 150 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L145-L150

Added lines #L145 - L150 were not covered by tests

Check warning on line 163 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L153-L163

Added lines #L153 - L163 were not covered by tests

Check warning on line 188 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L167-L188

Added lines #L167 - L188 were not covered by tests

Check warning on line 201 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L191-L201

Added lines #L191 - L201 were not covered by tests

Check warning on line 204 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L204

Added line #L204 was not covered by tests

Check warning on line 213 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L207-L213

Added lines #L207 - L213 were not covered by tests

Check warning on line 218 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L215-L218

Added lines #L215 - L218 were not covered by tests

Check warning on line 222 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L220-L222

Added lines #L220 - L222 were not covered by tests

Check warning on line 228 in zetaclient/chains/bitcoin/bitcoin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/bitcoin.go#L225-L228

Added lines #L225 - L228 were not covered by tests

Check warning on line 39 in zetaclient/chains/bitcoin/observer/inbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/inbound.go#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 43 in zetaclient/chains/bitcoin/observer/inbound.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/observer/inbound.go#L42-L43

Added lines #L42 - L43 were not covered by tests