-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
repo/nodeAkash node repo issuesAkash node repo issues
Description
Akash exported state has grown above 4GB in size which causes network upgrade tests against mainnet to fail due to
(panic: snappy: decoded block is too large)
cometbft repo has two fixes for it:
- Remove genesis persistence in state db cometbft/cometbft#1017
- node: verify genesis doc hash against the file contents rather than remarshalled JSON cometbft/cometbft#1293
Those fixes should be backported into Akash Network's cometbft fork
Changes above also affect Cosmos-SDK due to change of return result for GenesisDocProvider
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
repo/nodeAkash node repo issuesAkash node repo issues
Type
Projects
Status
Released (in Prod)