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: json rpc #22

Merged
merged 19 commits into from
Jul 12, 2024

update readme

5a13941
Select commit
Loading
Failed to load commit list.
Merged

feat: json rpc #22

update readme
5a13941
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 12, 2024 in 1s

14.57% of diff hit (target 31.67%)

View this Pull Request on Codecov

14.57% of diff hit (target 31.67%)

Annotations

Check warning on line 56 in app/ante/ante.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/ante.go#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 54 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L50-L54

Added lines #L50 - L54 were not covered by tests

Check warning on line 61 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L58-L61

Added lines #L58 - L61 were not covered by tests

Check warning on line 66 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L63-L66

Added lines #L63 - L66 were not covered by tests

Check warning on line 71 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 77 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L73-L77

Added lines #L73 - L77 were not covered by tests

Check warning on line 83 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L80-L83

Added lines #L80 - L83 were not covered by tests

Check warning on line 91 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L86-L91

Added lines #L86 - L91 were not covered by tests

Check warning on line 99 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L94-L99

Added lines #L94 - L99 were not covered by tests

Check warning on line 130 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L102-L130

Added lines #L102 - L130 were not covered by tests

Check warning on line 136 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L136

Added line #L136 was not covered by tests

Check warning on line 149 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L144-L149

Added lines #L144 - L149 were not covered by tests

Check warning on line 153 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L151-L153

Added lines #L151 - L153 were not covered by tests

Check warning on line 157 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L155-L157

Added lines #L155 - L157 were not covered by tests

Check warning on line 168 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L159-L168

Added lines #L159 - L168 were not covered by tests

Check warning on line 171 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 185 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L179-L185

Added lines #L179 - L185 were not covered by tests

Check warning on line 196 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L187-L196

Added lines #L187 - L196 were not covered by tests

Check warning on line 199 in app/ante/sigverify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/sigverify.go#L199

Added line #L199 was not covered by tests

Check warning on line 37 in app/ante/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/verify.go#L24-L37

Added lines #L24 - L37 were not covered by tests

Check warning on line 64 in app/ante/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/verify.go#L53-L64

Added lines #L53 - L64 were not covered by tests

Check warning on line 72 in app/ante/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/verify.go#L66-L72

Added lines #L66 - L72 were not covered by tests

Check warning on line 77 in app/ante/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/verify.go#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 79 in app/ante/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/verify.go#L79

Added line #L79 was not covered by tests

Check warning on line 89 in app/ante/verify.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app/ante/verify.go#L82-L89

Added lines #L82 - L89 were not covered by tests