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(amino): Add TypeDesc Amino implementation and TypedValue marshaler #2113

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

chore: typo and comments update

9dd01a1
Select commit
Loading
Failed to load commit list.
Draft

feat(amino): Add TypeDesc Amino implementation and TypedValue marshaler #2113

chore: typo and comments update
9dd01a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 28, 2024 in 1s

33.87% of diff hit (target 49.04%)

View this Pull Request on Codecov

33.87% of diff hit (target 49.04%)

Annotations

Check warning on line 65 in tm2/pkg/amino/binary_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/binary_decode.go#L65

Added line #L65 was not covered by tests

Check warning on line 69 in tm2/pkg/amino/binary_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/binary_decode.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 86 in tm2/pkg/amino/binary_encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/binary_encode.go#L84-L86

Added lines #L84 - L86 were not covered by tests

Check warning on line 621 in tm2/pkg/amino/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/codec.go#L620-L621

Added lines #L620 - L621 were not covered by tests

Check warning on line 625 in tm2/pkg/amino/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/codec.go#L624-L625

Added lines #L624 - L625 were not covered by tests

Check warning on line 628 in tm2/pkg/amino/codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/codec.go#L628

Added line #L628 was not covered by tests

Check warning on line 58 in tm2/pkg/amino/json_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_decode.go#L58

Added line #L58 was not covered by tests

Check warning on line 62 in tm2/pkg/amino/json_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_decode.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 191 in tm2/pkg/amino/json_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_decode.go#L190-L191

Added lines #L190 - L191 were not covered by tests

Check warning on line 197 in tm2/pkg/amino/json_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_decode.go#L197

Added line #L197 was not covered by tests

Check warning on line 216 in tm2/pkg/amino/json_decode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_decode.go#L216

Added line #L216 was not covered by tests

Check warning on line 66 in tm2/pkg/amino/json_encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_encode.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 69 in tm2/pkg/amino/json_encode.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/json_encode.go#L69

Added line #L69 was not covered by tests

Check warning on line 185 in tm2/pkg/amino/reflect.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/reflect.go#L180-L185

Added lines #L180 - L185 were not covered by tests

Check warning on line 189 in tm2/pkg/amino/reflect.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

tm2/pkg/amino/reflect.go#L188-L189

Added lines #L188 - L189 were not covered by tests