Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to stable Caliper release version 0.3.2 #867

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.3.2 (June 11, 2020)

* Core changes
* Addition of unbind command to Caliper CLI ([PR864](https://github.com/hyperledger/caliper/pull/864))
* Fix of MQTT messenger disposal process ([PR863](https://github.com/hyperledger/caliper/pull/863))

* Hyperledger Fabric adapter changes
* Fix network validation in V2 gateway adaptor ([PR863](https://github.com/hyperledger/caliper/pull/863))
* Aligned passage of private data in gateway transactions with the documented specification ([PR863](https://github.com/hyperledger/caliper/pull/863))
* Addition of 1.4.8 binding ([PR866](https://github.com/hyperledger/caliper/pull/866))

* Ethereum/Hyperledger Besu adapter changes
* Update HL Besu binding web3 version ([PR#863](https://github.com/hyperledger/caliper/pull/863))

* FISCO-BCOS adapter changes
* Removal of docker requirement for contract compilation ([PR#861](https://github.com/hyperledger/caliper/pull/861))

* Hyperledger generator
* Enable publishing of generator ([PR#804](https://github.com/hyperledger/caliper/pull/804))

## 0.3.1 (May 11, 2020)

* Core changes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"packages/caliper-gui-server",
"packages/generator-caliper"
],
"version": "0.3.2-unstable",
"version": "0.3.2",
"hoist": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caliper",
"description": "Performance benchmarking for Hyperledger blockchain technologies. You must install [Lerna](https://lernajs.io) to build this multi-package repository.",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper"
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-burrow/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-burrow",
"description": "Hyperledger Burrow adaptor for Caliper, enabling the running of performance benchmarks that interact with Burrow",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2",
"google-protobuf": "^3.11.4"
},
"devDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/caliper-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-cli",
"description": "Hyperledger Caliper CLI, for convenience running of a performance benchmark to test blockchain technologies",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -26,13 +26,13 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-burrow": "0.3.2-unstable",
"@hyperledger/caliper-fabric": "0.3.2-unstable",
"@hyperledger/caliper-iroha": "0.3.2-unstable",
"@hyperledger/caliper-sawtooth": "0.3.2-unstable",
"@hyperledger/caliper-ethereum": "0.3.2-unstable",
"@hyperledger/caliper-fisco-bcos": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2",
"@hyperledger/caliper-burrow": "0.3.2",
"@hyperledger/caliper-fabric": "0.3.2",
"@hyperledger/caliper-iroha": "0.3.2",
"@hyperledger/caliper-sawtooth": "0.3.2",
"@hyperledger/caliper-ethereum": "0.3.2",
"@hyperledger/caliper-fisco-bcos": "0.3.2",
"yargs": "15.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-core",
"description": "Core Hyperledger Caliper module, used for running performance benchmarks that interact with blockchain technologies",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-ethereum",
"description": "Ethereum adaptor for Caliper, enabling the running of performance benchmarks that interact with Ethereum",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2",
"ethereumjs-wallet": "^0.6.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-fabric/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-fabric",
"description": "Hyperledger Fabric adaptor for Caliper, enabling the running of performance benchmarks that interact with Fabric",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@hapi/joi": "^15.1.1",
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2",
"semver": "7.1.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-fisco-bcos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/caliper-fisco-bcos",
"version": "0.3.2-unstable",
"version": "0.3.2",
"description": "FISCO BCOS adaptor for Caliper, enabling the running of a performance benchmarks that interact with FISCO BCOS",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2",
"bn.js": "^4.11.8",
"crypto-js": "^3.1.9-1",
"ethereumjs-util": "^6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-gui-dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-gui-dashboard",
"description": "Hyperledger Caliper GUI dashboard module, for easily assembling configuration files and monitoring benchmark runs",
"version": "0.3.2-unstable",
"version": "0.3.2",
"private": true,
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/caliper-gui-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-gui-server",
"description": "Hyperledger Caliper GUI server module, for easily assembling configuration files and monitoring benchmark runs",
"version": "0.3.2-unstable",
"version": "0.3.2",
"private": true,
"repository": {
"type": "git",
Expand All @@ -22,11 +22,11 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-burrow": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-fabric": "0.3.2-unstable",
"@hyperledger/caliper-iroha": "0.3.2-unstable",
"@hyperledger/caliper-sawtooth": "0.3.2-unstable",
"@hyperledger/caliper-burrow": "0.3.2",
"@hyperledger/caliper-core": "0.3.2",
"@hyperledger/caliper-fabric": "0.3.2",
"@hyperledger/caliper-iroha": "0.3.2",
"@hyperledger/caliper-sawtooth": "0.3.2",
"chalk": "1.1.3",
"cors": "^2.8.5",
"express": "^4.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-iroha/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-iroha",
"description": "Hyperledger Iroha adaptor for Caliper, enabling the running of performance benchmarks that interact with Iroha",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.3.2-unstable"
"@hyperledger/caliper-core": "0.3.2"
},
"devDependencies": {
"iroha-helpers": "0.8.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/caliper-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "caliper-publish",
"description": "Hyperledger Caliper internal CLI for publishing packages",
"version": "0.3.2-unstable",
"version": "0.3.2",
"private": true,
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/caliper-sawtooth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/caliper-sawtooth",
"description": "Hyperledger Sawtooth adaptor for Caliper, enabling the running of performance benchmarks that interact with Sawtooth",
"version": "0.3.2-unstable",
"version": "0.3.2",
"repository": {
"type": "git",
"url": "https://github.com/hyperledger/caliper",
Expand All @@ -22,7 +22,7 @@
"npm": ">=5.6.0"
},
"dependencies": {
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2",
"request-promise": "^4.2.1",
"protocol-buffers": "^4.1.0"
},
Expand Down
18 changes: 9 additions & 9 deletions packages/caliper-tests-integration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caliper-tests-integration",
"version": "0.3.2-unstable",
"version": "0.3.2",
"private": true,
"description": "Integration tests for Hyperledger Caliper",
"scripts": {
Expand Down Expand Up @@ -31,14 +31,14 @@
"license-check-and-add": "2.3.6"
},
"dependencies": {
"@hyperledger/caliper-burrow": "0.3.2-unstable",
"@hyperledger/caliper-cli": "0.3.2-unstable",
"@hyperledger/caliper-core": "0.3.2-unstable",
"@hyperledger/caliper-ethereum": "0.3.2-unstable",
"@hyperledger/caliper-fabric": "0.3.2-unstable",
"@hyperledger/caliper-fisco-bcos": "0.3.2-unstable",
"@hyperledger/caliper-iroha": "0.3.2-unstable",
"@hyperledger/caliper-sawtooth": "0.3.2-unstable",
"@hyperledger/caliper-burrow": "0.3.2",
"@hyperledger/caliper-cli": "0.3.2",
"@hyperledger/caliper-core": "0.3.2",
"@hyperledger/caliper-ethereum": "0.3.2",
"@hyperledger/caliper-fabric": "0.3.2",
"@hyperledger/caliper-fisco-bcos": "0.3.2",
"@hyperledger/caliper-iroha": "0.3.2",
"@hyperledger/caliper-sawtooth": "0.3.2",
"yeoman-generator": "4.1.0",
"yosay": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/generator-caliper/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperledger/generator-caliper",
"description": "Yeoman generator for Hyperledger Caliper",
"version": "0.3.2-unstable",
"version": "0.3.2",
"author": "Lynn Muswere",
"homepage": "https://hyperledger.github.io/caliper/",
"repository": {
Expand Down