feat(evm-funtoken-precompile): Implement "balance", "bankBalance", and "whoAmI" methods #2107
60.36% of diff hit (target 0.00%)
View this Pull Request on Codecov
60.36% of diff hit (target 0.00%)
Annotations
Check warning on line 63 in x/evm/precompile/errors.go
codecov / codecov/patch
x/evm/precompile/errors.go#L63
Added line #L63 was not covered by tests
Check warning on line 75 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L75
Added line #L75 was not covered by tests
Check warning on line 227 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L227
Added line #L227 was not covered by tests
Check warning on line 234 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L234
Added line #L234 was not covered by tests
Check warning on line 241 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L241
Added line #L241 was not covered by tests
Check warning on line 273 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L272-L273
Added lines #L272 - L273 were not covered by tests
Check warning on line 277 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L276-L277
Added lines #L276 - L277 were not covered by tests
Check warning on line 283 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L281-L283
Added lines #L281 - L283 were not covered by tests
Check warning on line 288 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L287-L288
Added lines #L287 - L288 were not covered by tests
Check warning on line 320 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L318-L320
Added lines #L318 - L320 were not covered by tests
Check warning on line 327 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L325-L327
Added lines #L325 - L327 were not covered by tests
Check warning on line 333 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L331-L333
Added lines #L331 - L333 were not covered by tests
Check warning on line 342 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L340-L342
Added lines #L340 - L342 were not covered by tests
Check warning on line 349 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L347-L349
Added lines #L347 - L349 were not covered by tests
Check warning on line 372 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L371-L372
Added lines #L371 - L372 were not covered by tests
Check warning on line 376 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L375-L376
Added lines #L375 - L376 were not covered by tests
Check warning on line 402 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L400-L402
Added lines #L400 - L402 were not covered by tests
Check warning on line 409 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L407-L409
Added lines #L407 - L409 were not covered by tests
Check warning on line 415 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L413-L415
Added lines #L413 - L415 were not covered by tests
Check warning on line 424 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L422-L424
Added lines #L422 - L424 were not covered by tests
Check warning on line 428 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L426-L428
Added lines #L426 - L428 were not covered by tests
Check warning on line 454 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L453-L454
Added lines #L453 - L454 were not covered by tests
Check warning on line 480 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L478-L480
Added lines #L478 - L480 were not covered by tests
Check warning on line 487 in x/evm/precompile/funtoken.go
codecov / codecov/patch
x/evm/precompile/funtoken.go#L485-L487
Added lines #L485 - L487 were not covered by tests
Check warning on line 56 in x/evm/precompile/oracle.go
codecov / codecov/patch
x/evm/precompile/oracle.go#L55-L56
Added lines #L55 - L56 were not covered by tests