Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #350 from bstasyszyn/v0.1.1
Browse files Browse the repository at this point in the history
chore: Release v0.1.1
  • Loading branch information
fqutishat authored Jan 29, 2020
2 parents 49fc047 + 41e0c2f commit fad265c
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .ci-properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# Release Parameters
BASE_VERSION=0.1.1
IS_RELEASE=false
IS_RELEASE=true

ARCH=$(go env GOARCH)

Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ require (
go.uber.org/zap v1.10.0
)

replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520
replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.1

replace github.com/hyperledger/fabric/extensions => ./mod/peer

replace github.com/trustbloc/fabric-peer-ext => ./

replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b
replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1

replace github.com/spf13/viper2015 => github.com/spf13/viper v0.0.0-20150908122457-1967d93db724

Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -285,10 +285,10 @@ github.com/syndtr/goleveldb v0.0.0-20190625010220-02440ea7a285/go.mod h1:9OrXJhf
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc h1:LUUe4cdABGrIJAhl1P1ZpWY76AwukVszFdwkVFVLwIk=
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520 h1:bpEZzcPtjqbEOPbInw0sjf0zJ1NbP8R8Xz4qA0lY97Y=
github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520/go.mod h1:3H8G6Ab3wf0NFqoS8SBQMGixiyKxDyZ0JHZF+jBRREQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b h1:tM1brMvZspXKRSOp83gwKQL+5CGobSqHjh8XB1QM3tQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/trustbloc/fabric-mod v0.1.1 h1:BEIPQlVYmMNVGdfYiFxm3nUj370c6dTOyZbwVWqoj5I=
github.com/trustbloc/fabric-mod v0.1.1/go.mod h1:3H8G6Ab3wf0NFqoS8SBQMGixiyKxDyZ0JHZF+jBRREQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1 h1:SEEL2g9N2yjxEDbzO6fsWjt4kmaj5SvpQFRq/uVMo5w=
github.com/trustbloc/fabric-protos-go-ext v0.1.1/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/ugorji/go v1.1.1/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/urfave/cli v1.18.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
Expand Down
4 changes: 2 additions & 2 deletions mod/peer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

module github.com/trustbloc/fabric-peer-ext/mod/peer

replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520
replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.1

replace github.com/hyperledger/fabric/extensions => ./

replace github.com/trustbloc/fabric-peer-ext => ../..

replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b
replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1

replace github.com/spf13/viper2015 => github.com/spf13/viper v0.0.0-20150908122457-1967d93db724

Expand Down
8 changes: 4 additions & 4 deletions mod/peer/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ github.com/syndtr/goleveldb v0.0.0-20190625010220-02440ea7a285/go.mod h1:9OrXJhf
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc h1:LUUe4cdABGrIJAhl1P1ZpWY76AwukVszFdwkVFVLwIk=
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520 h1:bpEZzcPtjqbEOPbInw0sjf0zJ1NbP8R8Xz4qA0lY97Y=
github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520/go.mod h1:3H8G6Ab3wf0NFqoS8SBQMGixiyKxDyZ0JHZF+jBRREQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b h1:tM1brMvZspXKRSOp83gwKQL+5CGobSqHjh8XB1QM3tQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/trustbloc/fabric-mod v0.1.1 h1:BEIPQlVYmMNVGdfYiFxm3nUj370c6dTOyZbwVWqoj5I=
github.com/trustbloc/fabric-mod v0.1.1/go.mod h1:3H8G6Ab3wf0NFqoS8SBQMGixiyKxDyZ0JHZF+jBRREQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1 h1:SEEL2g9N2yjxEDbzO6fsWjt4kmaj5SvpQFRq/uVMo5w=
github.com/trustbloc/fabric-protos-go-ext v0.1.1/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/ugorji/go v1.1.1/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/urfave/cli v1.18.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
Expand Down
2 changes: 1 addition & 1 deletion scripts/pull_fabric.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cp -r . $GOPATH/src/github.com/hyperledger/fabric/fabric-peer-ext
cd $GOPATH/src/github.com/hyperledger/fabric
git config advice.detachedHead false
# fabric-mod (Jan 9, 2020)
git checkout 55843c4fd520784bda71c3bb7769521687eef38f
git checkout v0.1.1

# apply custom modules
sed 's/\.\/extensions/.\/fabric-peer-ext\/mod\/peer/g' -i go.mod
Expand Down
4 changes: 2 additions & 2 deletions test/bddtests/fixtures/fabric/peer/cmd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ require (
github.com/trustbloc/fabric-peer-ext v0.0.0
)

replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520
replace github.com/hyperledger/fabric => github.com/trustbloc/fabric-mod v0.1.1

replace github.com/hyperledger/fabric/extensions => ../../../../../../mod/peer

replace github.com/trustbloc/fabric-peer-ext => ../../../../../..

replace github.com/spf13/viper2015 => github.com/spf13/viper v0.0.0-20150908122457-1967d93db724

replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b
replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1

go 1.13
8 changes: 4 additions & 4 deletions test/bddtests/fixtures/fabric/peer/cmd/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,10 @@ github.com/syndtr/goleveldb v0.0.0-20190625010220-02440ea7a285/go.mod h1:9OrXJhf
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc h1:LUUe4cdABGrIJAhl1P1ZpWY76AwukVszFdwkVFVLwIk=
github.com/tedsuo/ifrit v0.0.0-20180802180643-bea94bb476cc/go.mod h1:eyZnKCc955uh98WQvzOm0dgAeLnf2O0Rz0LPoC5ze+0=
github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520 h1:bpEZzcPtjqbEOPbInw0sjf0zJ1NbP8R8Xz4qA0lY97Y=
github.com/trustbloc/fabric-mod v0.1.1-0.20200109180344-55843c4fd520/go.mod h1:3H8G6Ab3wf0NFqoS8SBQMGixiyKxDyZ0JHZF+jBRREQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b h1:tM1brMvZspXKRSOp83gwKQL+5CGobSqHjh8XB1QM3tQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/trustbloc/fabric-mod v0.1.1 h1:BEIPQlVYmMNVGdfYiFxm3nUj370c6dTOyZbwVWqoj5I=
github.com/trustbloc/fabric-mod v0.1.1/go.mod h1:3H8G6Ab3wf0NFqoS8SBQMGixiyKxDyZ0JHZF+jBRREQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1 h1:SEEL2g9N2yjxEDbzO6fsWjt4kmaj5SvpQFRq/uVMo5w=
github.com/trustbloc/fabric-protos-go-ext v0.1.1/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/ugorji/go v1.1.1/go.mod h1:hnLbHMwcvSihnDhEfx2/BzKp2xb0Y+ErdfYcrs9tkJQ=
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
github.com/urfave/cli v1.18.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
Expand Down
4 changes: 2 additions & 2 deletions test/bddtests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ require (
github.com/hyperledger/fabric-sdk-go v1.0.0-beta1.0.20191219180315-e1055f391525
github.com/pkg/errors v0.8.1
github.com/spf13/viper v1.0.2
github.com/trustbloc/fabric-peer-test-common v0.1.1-0.20191128150623-95d6e4c6a2ac
github.com/trustbloc/fabric-peer-test-common v0.1.1
)

replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b
replace github.com/hyperledger/fabric-protos-go => github.com/trustbloc/fabric-protos-go-ext v0.1.1

go 1.13
8 changes: 4 additions & 4 deletions test/bddtests/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ github.com/tidwall/match v1.0.1 h1:PnKP62LPNxHKTwvHHZZzdOAOCtsJTjo6dZLCwpKm5xc=
github.com/tidwall/match v1.0.1/go.mod h1:LujAq0jyVjBy028G1WhWfIzbpQfMO8bBZ6Tyb0+pL9E=
github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/trustbloc/fabric-peer-test-common v0.1.1-0.20191128150623-95d6e4c6a2ac h1:8QvV7Uy216CoENFJbqkn9gsMs6duSATAG97vJgHeJj8=
github.com/trustbloc/fabric-peer-test-common v0.1.1-0.20191128150623-95d6e4c6a2ac/go.mod h1:RdxV7v2Ix5gKgh1vYdPGCQ+l0PnOyC5Pv//78UB11oE=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b h1:tM1brMvZspXKRSOp83gwKQL+5CGobSqHjh8XB1QM3tQ=
github.com/trustbloc/fabric-protos-go-ext v0.1.1-0.20191126151100-5a61374c2e1b/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/trustbloc/fabric-peer-test-common v0.1.1 h1:7KHxAST02AADPikEY0enlv4Km+jeXcYNKqz+wOlEcbY=
github.com/trustbloc/fabric-peer-test-common v0.1.1/go.mod h1:RdxV7v2Ix5gKgh1vYdPGCQ+l0PnOyC5Pv//78UB11oE=
github.com/trustbloc/fabric-protos-go-ext v0.1.1 h1:SEEL2g9N2yjxEDbzO6fsWjt4kmaj5SvpQFRq/uVMo5w=
github.com/trustbloc/fabric-protos-go-ext v0.1.1/go.mod h1:xVYTjK4DtZRBxZ2D9aE4y6AbLaPwue2o/criQyQbVD0=
github.com/vishvananda/netlink v1.0.0 h1:bqNY2lgheFIu1meHUFSH3d7vG93AFyqg3oGbJCOJgSM=
github.com/vishvananda/netlink v1.0.0/go.mod h1:+SR5DhBJrl6ZM7CoCKvpw5BKroDKQ+PJqOg65H/2ktk=
github.com/vishvananda/netns v0.0.0-20180720170159-13995c7128cc h1:R83G5ikgLMxrBvLh22JhdfI8K6YXEPHx5P03Uu3DRs4=
Expand Down

0 comments on commit fad265c

Please sign in to comment.