Commit a423726 Jason Yellick
committed
1 parent a061e6d commit a423726 Copy full SHA for a423726
File tree 23 files changed +21
-21
lines changed
common/configtx/tool/provisional
23 files changed +21
-21
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ import (
23
23
24
24
configtxapi "github.com/hyperledger/fabric/common/configtx/api"
25
25
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
26
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
26
27
mockconfigtxorderer "github.com/hyperledger/fabric/common/mocks/configtx/handlers/orderer"
27
28
mockpolicies "github.com/hyperledger/fabric/common/mocks/policies"
28
29
"github.com/hyperledger/fabric/common/policies"
29
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
30
30
ordererledger "github.com/hyperledger/fabric/orderer/ledger"
31
31
ramledger "github.com/hyperledger/fabric/orderer/ledger/ram"
32
32
cb "github.com/hyperledger/fabric/protos/common"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"testing"
21
21
22
22
"github.com/Shopify/sarama"
23
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
23
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
24
24
)
25
25
26
26
func TestBrokerGetOffset (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
21
21
"strings"
22
22
"testing"
23
23
24
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
24
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
25
25
)
26
26
27
27
func TestChainPartition (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ package kafka
19
19
import (
20
20
"testing"
21
21
22
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
22
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
23
23
ab "github.com/hyperledger/fabric/protos/orderer"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ import (
23
23
"time"
24
24
25
25
"github.com/Shopify/sarama"
26
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
26
27
mockconfigtxorderer "github.com/hyperledger/fabric/common/mocks/configtx/handlers/orderer"
27
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
28
28
"github.com/hyperledger/fabric/orderer/localconfig"
29
29
mockblockcutter "github.com/hyperledger/fabric/orderer/mocks/blockcutter"
30
30
mockmultichain "github.com/hyperledger/fabric/orderer/mocks/multichain"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"testing"
21
21
22
22
"github.com/Shopify/sarama"
23
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
23
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
24
24
)
25
25
26
26
func TestStaticPartitioner (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"testing"
21
21
22
22
"github.com/Shopify/sarama"
23
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
23
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
24
24
"github.com/hyperledger/fabric/orderer/localconfig"
25
25
"github.com/hyperledger/fabric/orderer/mocks/util"
26
26
"github.com/stretchr/testify/assert"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
"testing"
24
24
25
25
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
26
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
26
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
27
27
ordererledger "github.com/hyperledger/fabric/orderer/ledger"
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 @@ -21,7 +21,7 @@ import (
21
21
"os"
22
22
23
23
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
24
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
24
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
25
25
. "github.com/hyperledger/fabric/orderer/ledger"
26
26
fileledger "github.com/hyperledger/fabric/orderer/ledger/file"
27
27
cb "github.com/hyperledger/fabric/protos/common"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"testing"
21
21
22
22
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
23
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
23
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
24
24
cb "github.com/hyperledger/fabric/protos/common"
25
25
26
26
logging "github.com/op/go-logging"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ limitations under the License.
17
17
package ordererledger_test
18
18
19
19
import (
20
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
20
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
21
21
. "github.com/hyperledger/fabric/orderer/ledger"
22
22
ramledger "github.com/hyperledger/fabric/orderer/ledger/ram"
23
23
)
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ import (
26
26
"os"
27
27
28
28
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
29
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
29
30
"github.com/hyperledger/fabric/common/flogging"
30
31
"github.com/hyperledger/fabric/core/comm"
31
32
"github.com/hyperledger/fabric/orderer/common/bootstrap/file"
32
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
33
33
"github.com/hyperledger/fabric/orderer/kafka"
34
34
ordererledger "github.com/hyperledger/fabric/orderer/ledger"
35
35
fileledger "github.com/hyperledger/fabric/orderer/ledger/file"
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
23
23
24
24
"github.com/hyperledger/fabric/common/configtx"
25
25
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
26
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
26
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
27
27
ordererledger "github.com/hyperledger/fabric/orderer/ledger"
28
28
ramledger "github.com/hyperledger/fabric/orderer/ledger/ram"
29
29
cb "github.com/hyperledger/fabric/protos/common"
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ import (
22
22
23
23
"github.com/hyperledger/fabric/common/configtx"
24
24
configtxapi "github.com/hyperledger/fabric/common/configtx/api"
25
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
25
26
mockconfigtxchannel "github.com/hyperledger/fabric/common/mocks/configtx/handlers/channel"
26
27
mockconfigtxorderer "github.com/hyperledger/fabric/common/mocks/configtx/handlers/orderer"
27
28
"github.com/hyperledger/fabric/common/policies"
28
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
29
29
"github.com/hyperledger/fabric/orderer/common/filter"
30
30
cb "github.com/hyperledger/fabric/protos/common"
31
31
"github.com/hyperledger/fabric/protos/utils"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import (
33
33
"encoding/json"
34
34
35
35
"github.com/golang/protobuf/proto"
36
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
36
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
37
37
cb "github.com/hyperledger/fabric/protos/common"
38
38
ab "github.com/hyperledger/fabric/protos/orderer"
39
39
"github.com/hyperledger/fabric/protos/utils"
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ package main
18
18
19
19
import (
20
20
"github.com/hyperledger/fabric/common/configtx"
21
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
21
22
"github.com/hyperledger/fabric/msp"
22
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
23
23
cb "github.com/hyperledger/fabric/protos/common"
24
24
)
25
25
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
22
22
"time"
23
23
24
24
"github.com/golang/protobuf/proto"
25
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
25
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
26
26
"github.com/hyperledger/fabric/orderer/localconfig"
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 @@ -21,7 +21,7 @@ import (
21
21
"fmt"
22
22
"math"
23
23
24
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
24
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
25
25
"github.com/hyperledger/fabric/orderer/localconfig"
26
26
cb "github.com/hyperledger/fabric/protos/common"
27
27
ab "github.com/hyperledger/fabric/protos/orderer"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"fmt"
21
21
"time"
22
22
23
- "github.com/hyperledger/fabric/orderer/ common/bootstrap /provisional"
23
+ "github.com/hyperledger/fabric/common/configtx/tool /provisional"
24
24
cb "github.com/hyperledger/fabric/protos/common"
25
25
ab "github.com/hyperledger/fabric/protos/orderer"
26
26
"github.com/hyperledger/fabric/protos/utils"
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ import (
29
29
30
30
"github.com/golang/protobuf/proto"
31
31
genesisconfig "github.com/hyperledger/fabric/common/configtx/tool/localconfig"
32
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
32
33
"github.com/hyperledger/fabric/common/localmsp"
33
34
mspmgmt "github.com/hyperledger/fabric/msp/mgmt"
34
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
35
35
"github.com/hyperledger/fabric/orderer/ledger"
36
36
"github.com/hyperledger/fabric/orderer/ledger/ram"
37
37
"github.com/hyperledger/fabric/orderer/localconfig"
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ import (
24
24
"github.com/hyperledger/fabric/common/configtx"
25
25
configtxapplication "github.com/hyperledger/fabric/common/configtx/handlers/application"
26
26
configtxtest "github.com/hyperledger/fabric/common/configtx/test"
27
+ "github.com/hyperledger/fabric/common/configtx/tool/provisional"
27
28
mspmgmt "github.com/hyperledger/fabric/msp/mgmt"
28
- "github.com/hyperledger/fabric/orderer/common/bootstrap/provisional"
29
29
"github.com/hyperledger/fabric/peer/common"
30
30
cb "github.com/hyperledger/fabric/protos/common"
31
31
"github.com/spf13/cobra"
You can’t perform that action at this time.
0 commit comments