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: support message based proposals #1372

Merged
merged 10 commits into from
May 9, 2024

feat: change MakeSwapProposal to foundation proposal

3ab8739
Select commit
Loading
Failed to load commit list.
Merged

feat: support message based proposals #1372

feat: change MakeSwapProposal to foundation proposal
3ab8739
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 9, 2024 in 1s

20.75% of diff hit (target 69.54%)

View this Pull Request on Codecov

20.75% of diff hit (target 69.54%)

Annotations

Check warning on line 26 in x/fswap/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/keeper.go#L26

Added line #L26 was not covered by tests

Check warning on line 31 in x/fswap/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/keeper.go#L31

Added line #L31 was not covered by tests

Check warning on line 217 in x/fswap/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/keeper.go#L215-L217

Added lines #L215 - L217 were not covered by tests

Check warning on line 220 in x/fswap/keeper/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/keeper.go#L220

Added line #L220 was not covered by tests

Check warning on line 65 in x/fswap/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/msg_server.go#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 68 in x/fswap/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/msg_server.go#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 72 in x/fswap/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/msg_server.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 75 in x/fswap/keeper/msg_server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/keeper/msg_server.go#L75

Added line #L75 was not covered by tests

Check warning on line 38 in x/fswap/types/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/codec.go#L38

Added line #L38 was not covered by tests

Check warning on line 79 in x/fswap/types/fswap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/fswap.go#L77-L79

Added lines #L77 - L79 were not covered by tests

Check warning on line 84 in x/fswap/types/fswap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/fswap.go#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 87 in x/fswap/types/fswap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/fswap.go#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 90 in x/fswap/types/fswap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/fswap.go#L89-L90

Added lines #L89 - L90 were not covered by tests

Check warning on line 93 in x/fswap/types/fswap.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/fswap.go#L93

Added line #L93 was not covered by tests

Check warning on line 19 in x/fswap/types/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/genesis.go#L18-L19

Added lines #L18 - L19 were not covered by tests

Check warning on line 45 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L45

Added line #L45 was not covered by tests

Check warning on line 77 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L77

Added line #L77 was not covered by tests

Check warning on line 82 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L80-L82

Added lines #L80 - L82 were not covered by tests

Check warning on line 86 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L85-L86

Added lines #L85 - L86 were not covered by tests

Check warning on line 89 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L89

Added line #L89 was not covered by tests

Check warning on line 94 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L92-L94

Added lines #L92 - L94 were not covered by tests

Check warning on line 99 in x/fswap/types/msgs.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fswap/types/msgs.go#L98-L99

Added lines #L98 - L99 were not covered by tests