Skip to content

Commit

Permalink
threads 1
Browse files Browse the repository at this point in the history
  • Loading branch information
keruch committed Oct 16, 2024
1 parent e3fc776 commit 5453a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions block/produce.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,6 @@ func (m *Manager) ProduceBlockLoop(ctx context.Context, bytesProducedC chan int)
}
}

// nextProposerInfo holds information about the next proposer.
type nextProposerInfo struct {
// nextProposerHash is a tendermint-compatible hash of the sequencer.
nextProposerHash [32]byte
// nextProposerAddr is a sequencer's settlement address.
nextProposerAddr string
}

// ProduceApplyGossipLastBlock produces and applies a block with the given nextProposerHash.
func (m *Manager) ProduceApplyGossipLastBlock(ctx context.Context, nextProposerHash [32]byte) (err error) {
_, _, err = m.produceApplyGossip(ctx, true, &nextProposerHash)
Expand Down
1 change: 1 addition & 0 deletions p2p/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func TestClientStartup(t *testing.T) {
}

// TestBootstrapping TODO: this test is flaky in main. Try running it 100 times to reproduce.
// https://github.com/dymensionxyz/dymint/issues/869
func TestBootstrapping(t *testing.T) {
assert := assert.New(t)
logger := log.TestingLogger()
Expand Down

0 comments on commit 5453a2f

Please sign in to comment.