File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
integration/token/fungible/dlog Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,8 @@ require (
9797 github.com/hashicorp/golang-lru v0.5.4 // indirect
9898 github.com/hashicorp/hcl v1.0.0 // indirect
9999 github.com/huin/goupnp v1.0.0 // indirect
100+ github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.3-alpha.1 // indirect
101+ github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.2.3-alpha.1.0.20210812140206-37f430515b8c // indirect
100102 github.com/hyperledger/fabric-amcl v0.0.0-20210603140002-2670f91851c8 // indirect
101103 github.com/hyperledger/fabric-config v0.1.0 // indirect
102104 github.com/hyperledger/fabric-lib-go v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -811,6 +811,10 @@ github.com/hyperledger-labs/orion-sdk-go v0.2.5 h1:HFGRTuMZgzo9EtyJeFAhVSlbrj6x3
811811github.com/hyperledger-labs/orion-sdk-go v0.2.5 /go.mod h1:At8hiFATfkDXQ4AFLVbaTiC9GDhVDo8aN/supb1KBb4 =
812812github.com/hyperledger-labs/orion-server v0.2.5 h1:aFudmB9SAnsT5v8jhazkuszEu0pdJNFqaYZF2GpvAuI =
813813github.com/hyperledger-labs/orion-server v0.2.5 /go.mod h1:8kXVAU1wvFYGbFL1qmXwMi2i8gKV2smOdp1F1kq0HMk =
814+ github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.3-alpha.1 h1:vBvo0PNm82ht7wpBjlYY4ZHxV3YprCfdVd3T4JG9vBw =
815+ github.com/hyperledger-labs/weaver-dlt-interoperability/common/protos-go v1.2.3-alpha.1 /go.mod h1:POCGO/RK9YDfgdhuyqjoD9tRNtWfK7Rh5AYYmsb1Chc =
816+ github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.2.3-alpha.1.0.20210812140206-37f430515b8c h1:pKr8VnHlduEgdInwLWykYAw+lpUizjQJaJ8I5fVoRUo =
817+ github.com/hyperledger-labs/weaver-dlt-interoperability/sdks/fabric/go-sdk v1.2.3-alpha.1.0.20210812140206-37f430515b8c /go.mod h1:si2XAWZclHXC359OyYMpNHfonf2P7P2nzABdCA8mPqs =
814818github.com/hyperledger/fabric v1.4.0-rc1.0.20201118191903-ec81f3e74fa1 /go.mod h1:ppiyrJ+sUSk/rAX9cTd8xwAwSQ7chEbOQMAqtQ3pLG4 =
815819github.com/hyperledger/fabric v1.4.0-rc1.0.20220808214918-83596078d0c3 h1:jyvu6MbYQFamEnJs9+sptdgtuJcuTlE1plZEMSun3OQ =
816820github.com/hyperledger/fabric v1.4.0-rc1.0.20220808214918-83596078d0c3 /go.mod h1:owdt10WC1/pKP9Qgayq7Abj/P4I7yPXlJ3fNTCUk4eI =
Original file line number Diff line number Diff line change @@ -57,9 +57,9 @@ var _ = Describe("EndToEnd", func() {
5757 network .Start ()
5858 })
5959
60- // It("succeeded", func() {
61- // fungible.TestAll(network, "issuer")
62- // })
60+ It ("succeeded" , func () {
61+ fungible .TestAll (network , "issuer" )
62+ })
6363
6464 It ("Update public params" , func () {
6565 tms := fungible .GetTMS (network , "default" )
You can’t perform that action at this time.
0 commit comments