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(evm): typed events for contract creation, contract execution and transfer #1971

Merged
merged 7 commits into from
Jul 24, 2024

refactor: adjusted evm event tests

123ae5d
Select commit
Loading
Failed to load commit list.
Merged

feat(evm): typed events for contract creation, contract execution and transfer #1971

refactor: adjusted evm event tests
123ae5d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jul 24, 2024 in 1s

73.46% of diff hit (target 0.00%)

View this Pull Request on Codecov

73.46% of diff hit (target 0.00%)

Annotations

Check warning on line 53 in x/evm/evmtest/smart_contract.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/smart_contract.go#L53

Added line #L53 was not covered by tests

Check warning on line 106 in x/evm/evmtest/smart_contract.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/smart_contract.go#L106

Added line #L106 was not covered by tests

Check warning on line 79 in x/evm/evmtest/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/tx.go#L77-L79

Added lines #L77 - L79 were not covered by tests

Check warning on line 88 in x/evm/evmtest/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/tx.go#L86-L88

Added lines #L86 - L88 were not covered by tests

Check warning on line 96 in x/evm/evmtest/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/evmtest/tx.go#L94-L96

Added lines #L94 - L96 were not covered by tests