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 InMemory gnoland node #1241

Merged
merged 47 commits into from
Nov 7, 2023

Merge branch 'master' into feat/inmemory-gnoland

a86eabc
Select commit
Loading
Failed to load commit list.
Merged

feat: add InMemory gnoland node #1241

Merge branch 'master' into feat/inmemory-gnoland
a86eabc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 7, 2023 in 1s

43.13% of diff hit (within 100.00% threshold of 47.87%)

View this Pull Request on Codecov

43.13% of diff hit (within 100.00% threshold of 47.87%)

Annotations

Check warning on line 14 in gno.land/cmd/gnoland/root.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/root.go#L14

Added line #L14 was not covered by tests

Check warning on line 212 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L212

Added line #L212 was not covered by tests

Check warning on line 253 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L253

Added line #L253 was not covered by tests

Check warning on line 282 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L282

Added line #L282 was not covered by tests

Check warning on line 291 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L291

Added line #L291 was not covered by tests

Check warning on line 297 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L297

Added line #L297 was not covered by tests

Check warning on line 310 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L310

Added line #L310 was not covered by tests

Check warning on line 323 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L321-L323

Added lines #L321 - L323 were not covered by tests

Check warning on line 331 in gno.land/cmd/gnoland/start.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoland/start.go#L327-L331

Added lines #L327 - L331 were not covered by tests

Check warning on line 489 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L489

Added line #L489 was not covered by tests

Check warning on line 493 in gno.land/cmd/gnoweb/main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/cmd/gnoweb/main.go#L491-L493

Added lines #L491 - L493 were not covered by tests

Check warning on line 41 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L41

Added line #L41 was not covered by tests

Check warning on line 79 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L78-L79

Added lines #L78 - L79 were not covered by tests

Check warning on line 149 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L149

Added line #L149 was not covered by tests

Check warning on line 151 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L151

Added line #L151 was not covered by tests

Check warning on line 206 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L203-L206

Added lines #L203 - L206 were not covered by tests

Check warning on line 209 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L209

Added line #L209 was not covered by tests

Check warning on line 212 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L212

Added line #L212 was not covered by tests

Check warning on line 215 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L214-L215

Added lines #L214 - L215 were not covered by tests

Check warning on line 224 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L223-L224

Added lines #L223 - L224 were not covered by tests

Check warning on line 236 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L229-L236

Added lines #L229 - L236 were not covered by tests

Check warning on line 240 in gno.land/pkg/gnoland/app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L240

Added line #L240 was not covered by tests

Check warning on line 34 in gno.land/pkg/gnoland/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/genesis.go#L19-L34

Added lines #L19 - L34 were not covered by tests

Check warning on line 40 in gno.land/pkg/gnoland/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/genesis.go#L37-L40

Added lines #L37 - L40 were not covered by tests

Check warning on line 45 in gno.land/pkg/gnoland/genesis.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/genesis.go#L42-L45

Added lines #L42 - L45 were not covered by tests