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: change bridge hook to check signature of l2 transaction #106

Merged
merged 17 commits into from
Sep 4, 2024

allow MsgFinalizeTokenWithdrawal to be executed by anyone

944722e
Select commit
Loading
Failed to load commit list.
Merged

feat: change bridge hook to check signature of l2 transaction #106

allow MsgFinalizeTokenWithdrawal to be executed by anyone
944722e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 4, 2024 in 1s

57.20% of diff hit (target 47.66%)

View this Pull Request on Codecov

57.20% of diff hit (target 47.66%)

Annotations

Check warning on line 19 in x/opchild/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/abci.go#L19

Added line #L19 was not covered by tests

Check warning on line 25 in x/opchild/abci.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/abci.go#L25

Added line #L25 was not covered by tests

Check warning on line 15 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 27 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L25-L27

Added lines #L25 - L27 were not covered by tests

Check warning on line 33 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 42 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L40-L42

Added lines #L40 - L42 were not covered by tests

Check warning on line 71 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 76 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 87 in x/opchild/keeper/deposit.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/deposit.go#L85-L87

Added lines #L85 - L87 were not covered by tests

Check warning on line 115 in x/opchild/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/msg_server.go#L112-L115

Added lines #L112 - L115 were not covered by tests

Check warning on line 117 in x/opchild/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/msg_server.go#L117

Added line #L117 was not covered by tests

Check warning on line 403 in x/opchild/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/msg_server.go#L402-L403

Added lines #L402 - L403 were not covered by tests

Check warning on line 455 in x/opchild/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/msg_server.go#L455

Added line #L455 was not covered by tests

Check warning on line 460 in x/opchild/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/msg_server.go#L460

Added line #L460 was not covered by tests

Check warning on line 500 in x/opchild/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/keeper/msg_server.go#L499-L500

Added lines #L499 - L500 were not covered by tests

Check warning on line 26 in x/opchild/types/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/types/genesis.go#L26

Added line #L26 was not covered by tests

Check warning on line 40 in x/opchild/types/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/types/genesis.go#L40

Added line #L40 was not covered by tests

Check warning on line 64 in x/opchild/types/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/opchild/types/genesis.go#L61-L64

Added lines #L61 - L64 were not covered by tests

Check warning on line 247 in x/ophost/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/keeper/msg_server.go#L246-L247

Added lines #L246 - L247 were not covered by tests

Check warning on line 24 in x/ophost/types/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/types/codec.go#L24

Added line #L24 was not covered by tests

Check warning on line 43 in x/ophost/types/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/types/codec.go#L43

Added line #L43 was not covered by tests

Check warning on line 35 in x/ophost/types/output.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/types/output.go#L35

Added line #L35 was not covered by tests

Check warning on line 38 in x/ophost/types/output.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/types/output.go#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 41 in x/ophost/types/output.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/types/output.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 44 in x/ophost/types/output.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/ophost/types/output.go#L43-L44

Added lines #L43 - L44 were not covered by tests