https://github.com/hyperledger-caliper/caliper-benchmarks

Sample benchmark files for Hyperledger Caliper https://wiki.hyperledger.org/display/caliper

https://github.com/hyperledger-caliper/caliper-benchmarks

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

benchmark blockchain caliper hacktoberfest
Last synced: 6 months ago · JSON representation

Repository

Sample benchmark files for Hyperledger Caliper https://wiki.hyperledger.org/display/caliper

Basic Info
Statistics
  • Stars: 116
  • Watchers: 11
  • Forks: 120
  • Open Issues: 37
  • Releases: 2
Topics
benchmark blockchain caliper hacktoberfest
Created over 6 years ago · Last pushed 10 months ago
Metadata Files
Readme License Codeowners Security

README.md

Hyperledger Caliper Benchmarks

This repository contains sample benchmarks that may be used by Caliper, a blockchain performance benchmark framework. For more information on Caliper, please see the Caliper main repository

Associated performance reports, based on running these benchmarks, are published to the repository github pages.

Repository Branches

This repository has three branches:

  1. main. Contains sample benchmarks
  2. reports. Contains md files that are built and published to the gh-pages branch
  3. gh-pages. Contains the build output from the reports branch

Main Branch Contents

The benchmarks contained within the master branch are split into three directories:

  1. benchmarks. Comprises the test configuration and callback files. The test configuration files describe the benchmark test parameters and also reference the callback files that are executed by Caliper clients during the benchmark. The Benchmark folder contains the following subfolders:
    • api Tests directed towards the API of a single target blockchain.
    • samples Tests directed towards the native samples provided by target blockchain platforms.
    • scenario Generic scenarios that are valid for all (supported) target blockchain platforms
  2. networks. Comprises sample blockchain networks that may be used as target systems under test (SUT) for benchmarking purposes.
  3. src. Comprises the source smart contract files that are deployed to the SUT and interacted with via the test callbacks located within the benchmarks folder. Each smart contract is held within its own folder, under the blockchain technology that the smart contract corresponds to.

Running a Benchmark

To run any of the benchmarks present in this repository, it is required to have installed Hyperledger Caliper, which is the intended consumer of all the contained files.

In general the steps are:

  1. Install the Caliper CLI - for details please see the Caliper main repository
  2. Clone this repository
  3. Run a Caliper CLI command that targets one of the contained benchmarks.

For detailed information about using this repo with hyperledger fabric see Hyperledger Fabric Networks

Extending the Documented Reports

The documented reports are built automatically from the reports branch of this repository and subsequently hosted on the gh-pages branch; pull requests must be target the reports branch in order for any modifications to be built.

Owner

  • Name: Hyperledger Caliper
  • Login: hyperledger-caliper
  • Kind: organization

GitHub Events

Total
  • Create event: 1
  • Release event: 1
  • Issues event: 13
  • Watch event: 6
  • Issue comment event: 19
  • Push event: 2
  • Pull request review event: 3
  • Pull request review comment event: 3
  • Pull request event: 5
  • Fork event: 5
Last Year
  • Create event: 1
  • Release event: 1
  • Issues event: 13
  • Watch event: 6
  • Issue comment event: 19
  • Push event: 2
  • Pull request review event: 3
  • Pull request review comment event: 3
  • Pull request event: 5
  • Fork event: 5

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 12
  • Total pull requests: 3
  • Average time to close issues: almost 3 years
  • Average time to close pull requests: 8 months
  • Total issue authors: 10
  • Total pull request authors: 3
  • Average comments per issue: 2.42
  • Average comments per pull request: 2.33
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 2
  • Average time to close issues: 2 days
  • Average time to close pull requests: 3 months
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.5
  • Average comments per pull request: 2.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • davidkel (3)
  • ZhaoYP-2001 (1)
  • mbritel (1)
  • JhinQaQ (1)
  • farhanajaved (1)
  • fbalwy (1)
  • canarseven (1)
  • nimaafraz (1)
Pull Request Authors
  • OlegJakushkin (1)
Top Labels
Issue Labels
help wanted (4) ethereum (4) enhancement (2) Fabric (2) bug (2) good first issue (1) question (1) wontfix (1) user error (1) build (1)
Pull Request Labels

Dependencies

.github/workflows/fabric-tests.yaml actions
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • actions/setup-node v2 composite
  • dorny/paths-filter v2 composite
networks/besu/1node-clique/docker-compose.yml docker
  • hyperledger/besu 21.10.1
networks/ethereum/1node-clique/docker-compose.yml docker
  • caliper-ethereum-clique latest
.github/workflows/besu-tests.yaml actions
  • actions/checkout v2 composite
  • actions/setup-node v2.3.1 composite
src/fabric/api/fixed-asset/go/vendor/golang.org/x/net/http2/Dockerfile docker
  • ubuntu trusty build
src/fabric/api/fixed-asset-base/go/vendor/golang.org/x/net/http2/Dockerfile docker
  • ubuntu trusty build
src/fabric/api/fixed-asset/go/go.mod go
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20200424173110-d7076418f212
  • github.com/hyperledger/fabric-contract-api-go v1.1.0
src/fabric/api/fixed-asset/go/go.sum go
  • 115 dependencies
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/jsonpointer/go.mod go
  • github.com/go-openapi/swag v0.19.5
  • github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
  • github.com/stretchr/testify v1.3.0
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/jsonpointer/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-openapi/swag v0.19.5
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/jsonreference/go.mod go
  • github.com/PuerkitoBio/purell v1.1.1
  • github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
  • github.com/go-openapi/jsonpointer v0.19.2
  • github.com/stretchr/testify v1.3.0
  • golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
  • golang.org/x/text v0.3.2
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/jsonreference/go.sum go
  • github.com/PuerkitoBio/purell v1.1.1
  • github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-openapi/jsonpointer v0.19.2
  • github.com/go-openapi/swag v0.19.2
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.2
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/spec/go.mod go
  • github.com/go-openapi/jsonpointer v0.19.3
  • github.com/go-openapi/jsonreference v0.19.2
  • github.com/go-openapi/swag v0.19.5
  • github.com/kr/pty v1.1.5
  • github.com/stretchr/objx v0.2.0
  • github.com/stretchr/testify v1.3.0
  • golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
  • golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
  • golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f
  • golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/spec/go.sum go
  • github.com/PuerkitoBio/purell v1.1.0
  • github.com/PuerkitoBio/purell v1.1.1
  • github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-openapi/jsonpointer v0.17.0
  • github.com/go-openapi/jsonpointer v0.19.0
  • github.com/go-openapi/jsonpointer v0.19.2
  • github.com/go-openapi/jsonpointer v0.19.3
  • github.com/go-openapi/jsonreference v0.19.0
  • github.com/go-openapi/jsonreference v0.19.2
  • github.com/go-openapi/swag v0.17.0
  • github.com/go-openapi/swag v0.19.2
  • github.com/go-openapi/swag v0.19.5
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/pty v1.1.5
  • github.com/kr/text v0.1.0
  • github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.2.0
  • github.com/stretchr/testify v1.2.2
  • github.com/stretchr/testify v1.3.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
  • golang.org/x/net v0.0.0-20181005035420-146acd28ed58
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
  • golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f
  • golang.org/x/text v0.3.0
  • golang.org/x/text v0.3.2
  • golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e
  • golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.1
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/swag/go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/kr/pretty v0.1.0
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/stretchr/testify v1.3.0
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/go-openapi/swag/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/gobuffalo/envy/go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/joho/godotenv v1.3.0
  • github.com/rogpeppe/go-internal v1.1.0
  • github.com/stretchr/testify v1.3.0
src/fabric/api/fixed-asset/go/vendor/github.com/gobuffalo/envy/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/joho/godotenv v1.3.0
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.1.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/errgo.v2 v2.1.0
src/fabric/api/fixed-asset/go/vendor/github.com/gobuffalo/packd/go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/stretchr/testify v1.3.0
src/fabric/api/fixed-asset/go/vendor/github.com/gobuffalo/packd/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
src/fabric/api/fixed-asset/go/vendor/github.com/gobuffalo/packr/go.mod go
  • github.com/gobuffalo/envy v1.7.0
  • github.com/gobuffalo/packd v0.3.0
  • github.com/gobuffalo/packr/v2 v2.5.1
  • github.com/spf13/cobra v0.0.5
  • github.com/stretchr/testify v1.3.0
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
src/fabric/api/fixed-asset/go/vendor/github.com/gobuffalo/packr/go.sum go
  • github.com/BurntSushi/toml v0.3.1
  • github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6
  • github.com/coreos/etcd v3.3.10+incompatible
  • github.com/coreos/go-etcd v2.0.0+incompatible
  • github.com/coreos/go-semver v0.2.0
  • github.com/cpuguy83/go-md2man v1.0.10
  • github.com/davecgh/go-spew v1.1.1
  • github.com/davecgh/go-spew v1.1.0
  • github.com/fsnotify/fsnotify v1.4.7
  • github.com/gobuffalo/envy v1.7.0
  • github.com/gobuffalo/logger v1.0.0
  • github.com/gobuffalo/packd v0.3.0
  • github.com/gobuffalo/packr/v2 v2.5.1
  • github.com/hashicorp/hcl v1.0.0
  • github.com/inconshreveable/mousetrap v1.0.0
  • github.com/joho/godotenv v1.3.0
  • github.com/karrick/godirwalk v1.10.12
  • github.com/konsorten/go-windows-terminal-sequences v1.0.2
  • github.com/konsorten/go-windows-terminal-sequences v1.0.1
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/magiconair/properties v1.8.0
  • github.com/mitchellh/go-homedir v1.1.0
  • github.com/mitchellh/mapstructure v1.1.2
  • github.com/pelletier/go-toml v1.2.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rogpeppe/go-internal v1.1.0
  • github.com/rogpeppe/go-internal v1.3.0
  • github.com/russross/blackfriday v1.5.2
  • github.com/sirupsen/logrus v1.4.2
  • github.com/spf13/afero v1.1.2
  • github.com/spf13/cast v1.3.0
  • github.com/spf13/cobra v0.0.5
  • github.com/spf13/jwalterweatherman v1.0.0
  • github.com/spf13/pflag v1.0.3
  • github.com/spf13/viper v1.3.2
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/objx v0.1.1
  • github.com/stretchr/testify v1.2.2
  • github.com/stretchr/testify v1.3.0
  • github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8
  • github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
  • golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190412213103-97732733099d
  • golang.org/x/sys v0.0.0-20190422165155-953cdadca894
  • golang.org/x/sys v0.0.0-20190515120540-06a5c4944438
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190624180213-70d37148ca0c
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/errgo.v2 v2.1.0
  • gopkg.in/yaml.v2 v2.2.2
src/fabric/api/fixed-asset/go/vendor/github.com/xeipuuv/gojsonschema/glide.yaml go
  • github.com/xeipuuv/gojsonpointer *
  • github.com/xeipuuv/gojsonreference *
  • github.com/xeipuuv/gojsonschema *
src/fabric/api/fixed-asset/go/vendor/github.com/xeipuuv/gojsonschema/go.mod go
  • github.com/stretchr/testify v1.3.0
  • github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
  • github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
src/fabric/api/fixed-asset/go/vendor/github.com/xeipuuv/gojsonschema/go.sum go
  • github.com/davecgh/go-spew v1.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.3.0
  • github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
  • github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
src/fabric/api/fixed-asset/go/vendor/google.golang.org/grpc/go.mod go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/google/go-cmp v0.2.0
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/api/fixed-asset/go/vendor/google.golang.org/grpc/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/google/go-cmp v0.2.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/api/fixed-asset/go/vendor/gopkg.in/yaml.v2/go.mod go
  • "gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
src/fabric/api/fixed-asset-base/go/go.mod go
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20200424173110-d7076418f212
  • github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
src/fabric/api/fixed-asset-base/go/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/golang/protobuf v1.3.2
  • github.com/google/go-cmp v0.2.0
  • github.com/hyperledger/fabric v2.1.0+incompatible
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20200424173110-d7076418f212
  • github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.4.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v2 v2.2.2
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/api/fixed-asset-base/go/vendor/google.golang.org/grpc/go.mod go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/google/go-cmp v0.2.0
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/api/fixed-asset-base/go/vendor/google.golang.org/grpc/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/google/go-cmp v0.2.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/samples/fabcar/go/go.mod go
  • github.com/Knetic/govaluate v3.0.0+incompatible
  • github.com/Shopify/sarama v1.22.1
  • github.com/hashicorp/go-version v1.2.0
  • github.com/hyperledger/fabric v2.0.0-alpha.0.20190624224950-f2b8fef8859c+incompatible
  • github.com/hyperledger/fabric-amcl v0.0.0-20181230093703-5ccba6eab8d6
  • github.com/miekg/pkcs11 v1.0.2
  • github.com/onsi/ginkgo v1.8.0
  • github.com/onsi/gomega v1.5.0
  • github.com/spf13/viper v1.4.0
  • github.com/sykesm/zap-logfmt v0.0.2
  • golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4
  • google.golang.org/grpc v1.21.1
src/fabric/samples/fabcar/go/go.sum go
  • 156 dependencies
src/fabric/samples/marbles/go/go.mod go
  • github.com/golang/protobuf v1.3.2
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
src/fabric/samples/marbles/go/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/golang/protobuf v1.3.2
  • github.com/google/go-cmp v0.2.0
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/samples/marbles-norichquery/go/go.mod go
  • github.com/golang/protobuf v1.3.2
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
src/fabric/samples/marbles-norichquery/go/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/golang/protobuf v1.3.2
  • github.com/google/go-cmp v0.2.0
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/scenario/simple/go/go.mod go
  • github.com/golang/protobuf v1.3.2
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
src/fabric/scenario/simple/go/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/golang/protobuf v1.3.2
  • github.com/google/go-cmp v0.2.0
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/scenario/smallbank/go/go.mod go
  • github.com/golang/protobuf v1.3.2
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
src/fabric/scenario/smallbank/go/go.sum go
  • cloud.google.com/go v0.26.0
  • github.com/BurntSushi/toml v0.3.1
  • github.com/client9/misspell v0.3.4
  • github.com/davecgh/go-spew v1.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
  • github.com/golang/mock v1.1.1
  • github.com/golang/protobuf v1.2.0
  • github.com/golang/protobuf v1.3.2
  • github.com/google/go-cmp v0.2.0
  • github.com/hyperledger/fabric-chaincode-go v0.0.0-20220131132609-1476cf1d3206
  • github.com/hyperledger/fabric-protos-go v0.0.0-20190919234611-2a87503ac7c9
  • github.com/hyperledger/fabric-protos-go v0.0.0-20220315113721-7dc293e117f7
  • github.com/kr/pretty v0.1.0
  • github.com/kr/pty v1.1.1
  • github.com/kr/text v0.1.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/objx v0.1.0
  • github.com/stretchr/testify v1.7.0
  • golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
  • golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3
  • golang.org/x/net v0.0.0-20190311183353-d8887717615a
  • golang.org/x/net v0.0.0-20190522155817-f3200d17e092
  • golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
  • golang.org/x/sync v0.0.0-20190423024810-112230192c58
  • golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
  • golang.org/x/sys v0.0.0-20190710143415-6ec70d6a5542
  • golang.org/x/text v0.3.0
  • golang.org/x/tools v0.0.0-20190311212946-11955173bddd
  • golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135
  • google.golang.org/appengine v1.1.0
  • google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8
  • google.golang.org/genproto v0.0.0-20180831171423-11092d34479b
  • google.golang.org/grpc v1.23.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
  • gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
  • honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc
src/fabric/api/fixed-asset/java/build.gradle maven
  • org.assertj:assertj-core 3.11.1 testImplementation
  • org.junit.jupiter:junit-jupiter 5.4.2 testImplementation
src/fabric/samples/fabcar/java/build.gradle maven
  • com.owlike:genson 1.5 implementation
  • org.hyperledger.fabric-chaincode-java:fabric-chaincode-shim 2.2.3 implementation
  • org.assertj:assertj-core 3.11.1 testImplementation
  • org.junit.jupiter:junit-jupiter 5.4.2 testImplementation
src/fabric/api/fixed-asset/node/package.json npm
  • fabric-contract-api ^2.2.0
  • fabric-shim ^2.2.0
src/fabric/api/fixed-asset-base/node/package.json npm
  • fabric-shim ^2.2.0
src/fabric/samples/fabcar/node/package.json npm
  • chai ^4.1.2 development
  • eslint ^4.19.1 development
  • mocha ^5.2.0 development
  • nyc ^12.0.2 development
  • sinon ^6.0.0 development
  • sinon-chai ^3.2.0 development
  • fabric-contract-api ^2.2.0
  • fabric-shim ^2.2.0
src/fabric/samples/marbles/node/package.json npm
  • fabric-shim ^2.2.0
src/fabric/samples/marbles-norichquery/node/package.json npm
  • fabric-shim ^2.2.0
src/fabric/scenario/simple/node/package.json npm
  • fabric-shim ^2.2.0