Commit 9028424 Jason Yellick
committed
1 parent b53de80 commit 9028424 Copy full SHA for 9028424
File tree 19 files changed +18
-18
lines changed
19 files changed +18
-18
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"bytes"
21
21
"fmt"
22
22
23
- "github.com/hyperledger/fabric/orderer/ common/policies"
23
+ "github.com/hyperledger/fabric/common/policies"
24
24
cb "github.com/hyperledger/fabric/protos/common"
25
25
26
26
"github.com/golang/protobuf/proto"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"fmt"
21
21
"testing"
22
22
23
- "github.com/hyperledger/fabric/orderer/ common/policies"
23
+ "github.com/hyperledger/fabric/common/policies"
24
24
cb "github.com/hyperledger/fabric/protos/common"
25
25
26
26
"github.com/golang/protobuf/proto"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package policies
19
19
import (
20
20
"fmt"
21
21
22
- "github.com/hyperledger/fabric/orderer/ common/cauthdsl"
22
+ "github.com/hyperledger/fabric/common/cauthdsl"
23
23
cb "github.com/hyperledger/fabric/protos/common"
24
24
25
25
"github.com/golang/protobuf/proto"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package policies
19
19
import (
20
20
"testing"
21
21
22
- "github.com/hyperledger/fabric/orderer/ common/cauthdsl"
22
+ "github.com/hyperledger/fabric/common/cauthdsl"
23
23
cb "github.com/hyperledger/fabric/protos/common"
24
24
25
25
"github.com/golang/protobuf/proto"
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ limitations under the License.
17
17
package static
18
18
19
19
import (
20
+ "github.com/hyperledger/fabric/common/cauthdsl"
21
+ "github.com/hyperledger/fabric/common/configtx"
20
22
"github.com/hyperledger/fabric/orderer/common/bootstrap"
21
- "github.com/hyperledger/fabric/orderer/common/cauthdsl"
22
- "github.com/hyperledger/fabric/orderer/common/configtx"
23
23
"github.com/hyperledger/fabric/orderer/common/sharedconfig"
24
24
cb "github.com/hyperledger/fabric/protos/common"
25
25
ab "github.com/hyperledger/fabric/protos/orderer"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"testing"
22
22
23
23
"github.com/golang/protobuf/proto"
24
- "github.com/hyperledger/fabric/orderer/ common/cauthdsl"
25
- "github.com/hyperledger/fabric/orderer/ common/configtx"
24
+ "github.com/hyperledger/fabric/common/cauthdsl"
25
+ "github.com/hyperledger/fabric/common/configtx"
26
26
cb "github.com/hyperledger/fabric/protos/common"
27
27
"github.com/hyperledger/fabric/protos/utils"
28
28
)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
17
17
package deliver
18
18
19
19
import (
20
- "github.com/hyperledger/fabric/orderer/ common/policies"
20
+ "github.com/hyperledger/fabric/common/policies"
21
21
"github.com/hyperledger/fabric/orderer/rawledger"
22
22
cb "github.com/hyperledger/fabric/protos/common"
23
23
ab "github.com/hyperledger/fabric/protos/orderer"
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import (
21
21
"testing"
22
22
"time"
23
23
24
+ "github.com/hyperledger/fabric/common/policies"
24
25
"github.com/hyperledger/fabric/orderer/common/bootstrap/static"
25
- "github.com/hyperledger/fabric/orderer/common/policies"
26
26
"github.com/hyperledger/fabric/orderer/rawledger"
27
27
"github.com/hyperledger/fabric/orderer/rawledger/ramledger"
28
28
cb "github.com/hyperledger/fabric/protos/common"
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ limitations under the License.
17
17
package multichain
18
18
19
19
import (
20
+ "github.com/hyperledger/fabric/common/configtx"
21
+ "github.com/hyperledger/fabric/common/policies"
20
22
"github.com/hyperledger/fabric/orderer/common/blockcutter"
21
23
"github.com/hyperledger/fabric/orderer/common/broadcast"
22
- "github.com/hyperledger/fabric/orderer/common/configtx"
23
24
"github.com/hyperledger/fabric/orderer/common/deliver"
24
25
"github.com/hyperledger/fabric/orderer/common/filter"
25
- "github.com/hyperledger/fabric/orderer/common/policies"
26
26
"github.com/hyperledger/fabric/orderer/common/sharedconfig"
27
27
"github.com/hyperledger/fabric/orderer/rawledger"
28
28
cb "github.com/hyperledger/fabric/protos/common"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package multichain
19
19
import (
20
20
"fmt"
21
21
22
- "github.com/hyperledger/fabric/orderer/ common/configtx"
23
- "github.com/hyperledger/fabric/orderer/ common/policies"
22
+ "github.com/hyperledger/fabric/common/configtx"
23
+ "github.com/hyperledger/fabric/common/policies"
24
24
"github.com/hyperledger/fabric/orderer/common/sharedconfig"
25
25
"github.com/hyperledger/fabric/orderer/rawledger"
26
26
cb "github.com/hyperledger/fabric/protos/common"
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ package multichain
19
19
import (
20
20
"bytes"
21
21
22
+ "github.com/hyperledger/fabric/common/configtx"
23
+ "github.com/hyperledger/fabric/common/policies"
22
24
"github.com/hyperledger/fabric/core/util"
23
- "github.com/hyperledger/fabric/orderer/common/configtx"
24
25
"github.com/hyperledger/fabric/orderer/common/filter"
25
- "github.com/hyperledger/fabric/orderer/common/policies"
26
26
"github.com/hyperledger/fabric/orderer/common/sharedconfig"
27
27
cb "github.com/hyperledger/fabric/protos/common"
28
28
ab "github.com/hyperledger/fabric/protos/orderer"
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ import (
20
20
"reflect"
21
21
"testing"
22
22
23
+ "github.com/hyperledger/fabric/common/policies"
23
24
coreutil "github.com/hyperledger/fabric/core/util"
24
25
"github.com/hyperledger/fabric/orderer/common/bootstrap/static"
25
26
"github.com/hyperledger/fabric/orderer/common/filter"
26
- "github.com/hyperledger/fabric/orderer/common/policies"
27
27
"github.com/hyperledger/fabric/orderer/common/sharedconfig"
28
28
cb "github.com/hyperledger/fabric/protos/common"
29
29
ab "github.com/hyperledger/fabric/protos/orderer"
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ limitations under the License.
17
17
package backend
18
18
19
19
import (
20
+ "github.com/hyperledger/fabric/common/policies"
20
21
"github.com/hyperledger/fabric/orderer/common/deliver"
21
- "github.com/hyperledger/fabric/orderer/common/policies"
22
22
"github.com/hyperledger/fabric/orderer/rawledger"
23
23
cb "github.com/hyperledger/fabric/protos/common"
24
24
ab "github.com/hyperledger/fabric/protos/orderer"
You can’t perform that action at this time.
0 commit comments