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

split up

df9d708
Select commit
Loading
Failed to load commit list.
Merged

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

split up
df9d708
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 27, 2024 in 0s

78.12% of diff hit (target 60.22%)

View this Pull Request on Codecov

78.12% of diff hit (target 60.22%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L192 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L242-L245

Added lines #L242 - L245 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L288 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

gno.land/pkg/gnoland/app.go#L297-L302

Added lines #L297 - L302 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 217 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#L216-L217

Added lines #L216 - L217 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

Check warning on line 2218 in gnovm/pkg/gnolang/machine.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gnovm/pkg/gnolang/machine.go#L2217-L2218

Added lines #L2217 - L2218 were not covered by tests