8000 `SaveBlockStoreState` changed signature betweeon `v0.38.2` and `v0.38.3` · Issue #2085 · cometbft/cometbft · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
SaveBlockStoreState changed signature betweeon v0.38.2 and v0.38.3 #2085
Closed
@sergio-mena

Description

@sergio-mena

SaveBlockStoreState changed its signature from

func SaveBlockStoreState(bsj *cmtstore.BlockStoreState, db dbm.DB)

to

func SaveBlockStoreStateBatch(bsj *cmtstore.BlockStoreState, batch dbm.Batch)

Since this function is public in this release, and v0.38.3 is a point release, this function should not be changing

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0