Skip to content

Commit

Permalink
Merge PR: DDS lastrun & bump version to v1.6.5.5(#2763)
Browse files Browse the repository at this point in the history
* dds lastrun

* Version=v1.6.5.5
  • Loading branch information
zhongqiuwood authored Nov 20, 2022
1 parent e827f96 commit 3dcee9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ IGNORE_CHECK_GO=false
install_rocksdb_version:=$(ROCKSDB_VERSION)


Version=v1.6.5.3
Version=v1.6.5.5
CosmosSDK=v0.39.2
Tendermint=v0.33.9
Iavl=v0.14.3
Expand Down
3 changes: 2 additions & 1 deletion libs/tendermint/state/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -328,9 +328,10 @@ func (blockExec *BlockExecutor) runAbci(block *types.Block, deltaInfo *DeltaInfo

if deltaInfo != nil {
blockExec.logger.Info("Apply delta", "height", block.Height, "deltas-length", deltaInfo.deltaLen)

t0 := time.Now()
execBlockOnProxyAppWithDeltas(blockExec.proxyApp, block, blockExec.db)
abciResponses = deltaInfo.abciResponses
duration = time.Now().Sub(t0)
} else {
pc := blockExec.prerunCtx
if pc.prerunTx {
Expand Down

0 comments on commit 3dcee9f

Please sign in to comment.