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: lock token transfer and parameter module #3176

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

chores: ufmt

c293926
Select commit
Loading
Failed to load commit list.
Open

feat: lock token transfer and parameter module #3176

chores: ufmt
c293926
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 21, 2024 in 1s

41.80% of diff hit (target 63.79%)

View this Pull Request on Codecov

41.80% of diff hit (target 63.79%)

Annotations

Check warning on line 406 in contribs/gnodev/pkg/dev/node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

contribs/gnodev/pkg/dev/node.go#L403-L406

Added lines #L403 - L406 were not covered by tests

Check warning on line 72 in gnovm/stdlibs/std/params.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/stdlibs/std/params.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 15 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 20 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 26 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 33 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L30-L33

Added lines #L30 - L33 were not covered by tests

Check warning on line 36 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 46 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L42-L46

Added lines #L42 - L46 were not covered by tests

Check warning on line 49 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 57 in tm2/pkg/sdk/auth/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/genesis.go#L54-L57

Added lines #L54 - L57 were not covered by tests

Check warning on line 87 in tm2/pkg/sdk/auth/params.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/params.go#L74-L87

Added lines #L74 - L87 were not covered by tests

Check warning on line 95 in tm2/pkg/sdk/auth/params.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/params.go#L90-L95

Added lines #L90 - L95 were not covered by tests

Check warning on line 104 in tm2/pkg/sdk/auth/params.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/params.go#L98-L104

Added lines #L98 - L104 were not covered by tests

Check warning on line 107 in tm2/pkg/sdk/auth/params.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/params.go#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 109 in tm2/pkg/sdk/auth/params.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/auth/params.go#L109

Added line #L109 was not covered by tests

Check warning on line 15 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 20 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L19-L20

Added lines #L19 - L20 were not covered by tests

Check warning on line 26 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 35 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L30-L35

Added lines #L30 - L35 were not covered by tests

Check warning on line 43 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L38-L43

Added lines #L38 - L43 were not covered by tests

Check warning on line 46 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 54 in tm2/pkg/sdk/bank/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/genesis.go#L51-L54

Added lines #L51 - L54 were not covered by tests

Check warning on line 51 in tm2/pkg/sdk/bank/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/keeper.go#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 66 in tm2/pkg/sdk/bank/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/keeper.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 81 in tm2/pkg/sdk/bank/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/sdk/bank/keeper.go#L77-L81

Added lines #L77 - L81 were not covered by tests