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: add fungible keeper ability to lock/unlock ZRC20 tokens #2979

Merged
merged 11 commits into from
Oct 17, 2024

Merge branch 'develop' into feat/add-lock-zrc20-function-fungible

900da58
Select commit
Loading
Failed to load commit list.
Merged

feat: add fungible keeper ability to lock/unlock ZRC20 tokens #2979

Merge branch 'develop' into feat/add-lock-zrc20-function-fungible
900da58
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 17, 2024 in 1s

67.48% of diff hit (target 66.25%)

View this Pull Request on Codecov

67.48% of diff hit (target 66.25%)

Annotations

Check warning on line 62 in precompiles/bank/method_withdraw.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

precompiles/bank/method_withdraw.go#L62

Added line #L62 was not covered by tests

Check warning on line 91 in precompiles/bank/method_withdraw.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

precompiles/bank/method_withdraw.go#L89-L91

Added lines #L89 - L91 were not covered by tests

Check warning on line 113 in precompiles/bank/method_withdraw.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

precompiles/bank/method_withdraw.go#L113

Added line #L113 was not covered by tests

Check warning on line 120 in precompiles/bank/method_withdraw.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

precompiles/bank/method_withdraw.go#L120

Added line #L120 was not covered by tests

Check warning on line 36 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L36

Added line #L36 was not covered by tests

Check warning on line 43 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L43

Added line #L43 was not covered by tests

Check warning on line 58 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L58

Added line #L58 was not covered by tests

Check warning on line 81 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L81

Added line #L81 was not covered by tests

Check warning on line 85 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L85

Added line #L85 was not covered by tests

Check warning on line 108 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L108

Added line #L108 was not covered by tests

Check warning on line 117 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L117

Added line #L117 was not covered by tests

Check warning on line 148 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L148

Added line #L148 was not covered by tests

Check warning on line 155 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L155

Added line #L155 was not covered by tests

Check warning on line 177 in x/fungible/keeper/zrc20_cosmos_coins_mapping.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_cosmos_coins_mapping.go#L177

Added line #L177 was not covered by tests

Check warning on line 58 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L58

Added line #L58 was not covered by tests

Check warning on line 62 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L62

Added line #L62 was not covered by tests

Check warning on line 67 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L67

Added line #L67 was not covered by tests

Check warning on line 71 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L71

Added line #L71 was not covered by tests

Check warning on line 76 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L76

Added line #L76 was not covered by tests

Check warning on line 114 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L114

Added line #L114 was not covered by tests

Check warning on line 118 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L118

Added line #L118 was not covered by tests

Check warning on line 123 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L123

Added line #L123 was not covered by tests

Check warning on line 127 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L127

Added line #L127 was not covered by tests

Check warning on line 132 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L132

Added line #L132 was not covered by tests

Check warning on line 165 in x/fungible/keeper/zrc20_methods.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/fungible/keeper/zrc20_methods.go#L165

Added line #L165 was not covered by tests