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

refactor: modular design - Tx and Query message #6

Merged
merged 1 commit into from
Sep 8, 2023

refactor: modular design - Tx and Query message

61b42ab
Select commit
Loading
Failed to load commit list.
Merged

refactor: modular design - Tx and Query message #6

refactor: modular design - Tx and Query message
61b42ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 8, 2023 in 1s

67.43% of diff hit (target 60.83%)

View this Pull Request on Codecov

67.43% of diff hit (target 60.83%)

Annotations

Check warning on line 721 in client/tx.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/tx.go#L712-L721

Added lines #L712 - L721 were not covered by tests

Check warning on line 180 in client/xplaclient.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

client/xplaclient.go#L180

Added line #L180 was not covered by tests

Check warning on line 24 in core/auth/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/auth/external.go#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 36 in core/auth/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/auth/external.go#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 48 in core/auth/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/auth/external.go#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 60 in core/auth/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/auth/external.go#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 72 in core/auth/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/auth/external.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 26 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 38 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 50 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L49-L50

Added lines #L49 - L50 were not covered by tests

Check warning on line 66 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L65-L66

Added lines #L65 - L66 were not covered by tests

Check warning on line 74 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 82 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L81-L82

Added lines #L81 - L82 were not covered by tests

Check warning on line 88 in core/authz/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/authz/external.go#L86-L88

Added lines #L86 - L88 were not covered by tests

Check warning on line 26 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 41 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 49 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 64 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L63-L64

Added lines #L63 - L64 were not covered by tests

Check warning on line 72 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 78 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L76-L78

Added lines #L76 - L78 were not covered by tests

Check warning on line 88 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 96 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 102 in core/bank/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/bank/external.go#L100-L102

Added lines #L100 - L102 were not covered by tests

Check warning on line 26 in core/base/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/base/external.go#L25-L26

Added lines #L25 - L26 were not covered by tests

Check warning on line 38 in core/base/external.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/base/external.go#L37-L38

Added lines #L37 - L38 were not covered by tests