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): add support for EIP-1559 outbound transactions #2387

Closed
wants to merge 17 commits into from

Merge branch 'develop' into feat/zetaclient-london-gas

07999ec
Select commit
Loading
Failed to load commit list.
Closed

feat(zetaclient): add support for EIP-1559 outbound transactions #2387

Merge branch 'develop' into feat/zetaclient-london-gas
07999ec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 3, 2024 in 1s

65.34% of diff hit (target 69.10%)

View this Pull Request on Codecov

65.34% of diff hit (target 69.10%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/base/observer.go#L333-L334

Added lines #L333 - L334 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L191 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L227 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L231 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L236 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L244 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L312 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L329 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L333 was not covered by tests

Check warning on line 343 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L343

Added line #L343 was not covered by tests

Check warning on line 346 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L346

Added line #L346 was not covered by tests

Check warning on line 352 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L352

Added line #L352 was not covered by tests

Check warning on line 354 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L354

Added line #L354 was not covered by tests

Check warning on line 379 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L374-L379

Added lines #L374 - L379 were not covered by tests

Check warning on line 381 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L381

Added line #L381 was not covered by tests

Check warning on line 385 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L384-L385

Added lines #L384 - L385 were not covered by tests

Check warning on line 387 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L387

Added line #L387 was not covered by tests

Check warning on line 393 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L391-L393

Added lines #L391 - L393 were not covered by tests

Check warning on line 396 in zetaclient/chains/evm/observer/observer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/observer/observer.go#L396

Added line #L396 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/gas.go#L32

Added line #L32 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/gas.go#L36

Added line #L36 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/gas.go#L40

Added line #L40 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/outbound_data.go#L66-L70

Added lines #L66 - L70 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/outbound_data.go#L89

Added line #L89 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zetaclient/chains/evm/signer/outbound_data.go#L100

Added line #L100 was not covered by tests