share block parts when we're the proposer

This commit is contained in:
Jae Kwon
2014-09-07 02:21:25 -07:00
parent f030c69495
commit 5dfa2ecebb
11 changed files with 390 additions and 225 deletions

View File

@@ -1,19 +0,0 @@
package state
import (
. "github.com/tendermint/tendermint/blocks"
)
// XXX ugh, bad name.
type StateStore struct {
}
func (ss *StateStore) StageBlock(block *Block) error {
// XXX implement staging.
return nil
}
func (ss *StateStore) CommitBlock(block *Block) error {
// XXX implement staging.
return nil
}