Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
srene committed Nov 11, 2024
1 parent ed21ee9 commit dd744b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 0 additions & 4 deletions block/fork_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ func TestMonitorForkUpdate(t *testing.T) {
},
}, nil)

mockSL.On("GetStateInfo", uint64(100)).Return(&types.StateInfo{
NextProposer: "sequencer1",
}, nil)

logger := log.NewNopLogger()

pubsubServer := pubsub.NewServer()
Expand Down
7 changes: 5 additions & 2 deletions settlement/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@ type Client struct {
}

func (c *Client) GetRollapp() (*types.Rollapp, error) {
// TODO implement me
panic("implement me")
return &types.Rollapp{
RollappID: c.rollappID,
Revision: 0,
RevisionStartHeight: 1,
}, nil
}

// GetObsoleteDrs returns the list of deprecated DRS.
Expand Down
5 changes: 0 additions & 5 deletions types/state_info.go

This file was deleted.

0 comments on commit dd744b9

Please sign in to comment.