Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix(gno.land): make gno store cache respect rollbacks #2319
Changes from 44 commits
14cea4f
dcffca3
a132452
bf9a692
33c580c
57f6f47
ed84bf7
4b318a0
7be7e37
48593e7
74df3ea
a7db07a
dfab57a
4f91956
0cab316
a45d9c5
818558f
e360017
63641a1
738ff0b
7baf0de
a38ff80
b0a67ae
3e6bb61
1347c5f
84ad015
2235cb6
9a1ba12
40fae48
6e2591a
bcf0e0e
b859b07
78552f8
73af9c4
cba4c0f
cf76081
00297d1
bd3bf21
0909738
5b9d8d5
8eb0ce4
7109b8a
b00508f
d16d560
df9d708
2b2c7da
26afca5
c027067
5799ce1
1869855
4ca129c
c27c30c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this should be named 'commit.' Here, it only writes to the store, while the actual commit happens in Commit(), not in EndBlock().
Check warning on line 192 in gno.land/pkg/gnoland/app.go
Codecov / codecov/patch
gno.land/pkg/gnoland/app.go#L192
Check warning on line 266 in gno.land/pkg/gnoland/app.go
Codecov / codecov/patch
gno.land/pkg/gnoland/app.go#L266
Check warning on line 279 in gno.land/pkg/gnoland/app.go
Codecov / codecov/patch
gno.land/pkg/gnoland/app.go#L274-L279