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

refactor: integrated base signer structure into existing EVM/BTC signers #2357

Merged
merged 22 commits into from
Jun 21, 2024

Merge branch 'develop' into refactor-integrate-base-signer

921ca67
Select commit
Loading
Failed to load commit list.
Merged

refactor: integrated base signer structure into existing EVM/BTC signers #2357

Merge branch 'develop' into refactor-integrate-base-signer
921ca67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 21, 2024 in 1s

46.42% of diff hit (target 68.67%)

View this Pull Request on Codecov

46.42% of diff hit (target 68.67%)

Annotations

Check warning on line 187 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L184-L187

Added lines #L184 - L187 were not covered by tests

Check warning on line 221 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L221

Added line #L221 was not covered by tests

Check warning on line 225 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L225

Added line #L225 was not covered by tests

Check warning on line 230 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L230

Added line #L230 was not covered by tests

Check warning on line 241 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L238-L241

Added lines #L238 - L241 were not covered by tests

Check warning on line 267 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L267

Added line #L267 was not covered by tests

Check warning on line 281 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L281

Added line #L281 was not covered by tests

Check warning on line 301 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L301

Added line #L301 was not covered by tests

Check warning on line 306 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L306

Added line #L306 was not covered by tests

Check warning on line 321 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L321

Added line #L321 was not covered by tests

Check warning on line 325 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L325

Added line #L325 was not covered by tests

Check warning on line 344 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L344

Added line #L344 was not covered by tests

Check warning on line 378 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L378

Added line #L378 was not covered by tests

Check warning on line 389 in zetaclient/chains/bitcoin/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/bitcoin/signer/signer.go#L389

Added line #L389 was not covered by tests

Check warning on line 177 in zetaclient/chains/evm/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/signer.go#L177

Added line #L177 was not covered by tests

Check warning on line 382 in zetaclient/chains/evm/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/signer.go#L382

Added line #L382 was not covered by tests

Check warning on line 384 in zetaclient/chains/evm/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/signer.go#L384

Added line #L384 was not covered by tests

Check warning on line 555 in zetaclient/chains/evm/signer/signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/signer.go#L554-L555

Added lines #L554 - L555 were not covered by tests

Check warning on line 254 in zetaclient/tss/tss_signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/tss/tss_signer.go#L253-L254

Added lines #L253 - L254 were not covered by tests

Check warning on line 307 in zetaclient/tss/tss_signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/tss/tss_signer.go#L307

Added line #L307 was not covered by tests

Check warning on line 330 in zetaclient/tss/tss_signer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/tss/tss_signer.go#L329-L330

Added lines #L329 - L330 were not covered by tests