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

fix(gno.land): make gno store cache respect rollbacks #2319

Merged
merged 52 commits into from
Sep 5, 2024

add TestAppOptions

c27c30c
Select commit
Loading
Failed to load commit list.
Merged

fix(gno.land): make gno store cache respect rollbacks #2319

add TestAppOptions
c27c30c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 5, 2024 in 1s

77.40% of diff hit (target 60.24%)

View this Pull Request on Codecov

77.40% of diff hit (target 60.24%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L61-L64

Added lines #L61 - L64 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L201 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L250-L252

Added lines #L250 - L252 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L287 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L296 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L305-L310

Added lines #L305 - L310 were not covered by tests

Check warning on line 44 in gno.land/pkg/gnoland/node_inmemory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/node_inmemory.go#L44

Added line #L44 was not covered by tests

Check warning on line 81 in gno.land/pkg/gnoland/node_inmemory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/node_inmemory.go#L81

Added line #L81 was not covered by tests

Check warning on line 99 in gno.land/pkg/gnoland/node_inmemory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/node_inmemory.go#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 103 in gno.land/pkg/gnoland/node_inmemory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/node_inmemory.go#L102-L103

Added lines #L102 - L103 were not covered by tests

Check warning on line 112 in gno.land/pkg/gnoland/node_inmemory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/node_inmemory.go#L108-L112

Added lines #L108 - L112 were not covered by tests

Check warning on line 131 in gno.land/pkg/gnoland/node_inmemory.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/node_inmemory.go#L131

Added line #L131 was not covered by tests

Check warning on line 180 in gno.land/pkg/integration/testing_integration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/integration/testing_integration.go#L180

Added line #L180 was not covered by tests

Check warning on line 206 in gno.land/pkg/integration/testing_integration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/integration/testing_integration.go#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 212 in gno.land/pkg/integration/testing_integration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/integration/testing_integration.go#L208-L212

Added lines #L208 - L212 were not covered by tests

Check warning on line 230 in gno.land/pkg/integration/testing_integration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/integration/testing_integration.go#L229-L230

Added lines #L229 - L230 were not covered by tests

Check warning on line 235 in gno.land/pkg/integration/testing_integration.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/integration/testing_integration.go#L234-L235

Added lines #L234 - L235 were not covered by tests

Check warning on line 47 in gno.land/pkg/integration/testing_node.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/integration/testing_node.go#L46-L47

Added lines #L46 - L47 were not covered by tests

Check warning on line 154 in gno.land/pkg/sdk/vm/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/sdk/vm/keeper.go#L152-L154

Added lines #L152 - L154 were not covered by tests

Check warning on line 639 in gno.land/pkg/sdk/vm/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/sdk/vm/keeper.go#L639

Added line #L639 was not covered by tests

Check warning on line 702 in gno.land/pkg/sdk/vm/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/sdk/vm/keeper.go#L702

Added line #L702 was not covered by tests

Check warning on line 769 in gno.land/pkg/sdk/vm/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/sdk/vm/keeper.go#L769

Added line #L769 was not covered by tests

Check warning on line 830 in gno.land/pkg/sdk/vm/keeper.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/sdk/vm/keeper.go#L830

Added line #L830 was not covered by tests

Check warning on line 54 in gnovm/pkg/gnolang/internal/txlog/txlog.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/internal/txlog/txlog.go#L54

Added line #L54 was not covered by tests

Check warning on line 132 in gnovm/pkg/gnolang/internal/txlog/txlog.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/internal/txlog/txlog.go#L132

Added line #L132 was not covered by tests