-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #863 from nklincoln/v032-bugfix-release
0.3.2 release candidate: web3 version change, mqtt fixes, fabric gateway fixes
- Loading branch information
Showing
25 changed files
with
363 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
language: node_js | ||
node_js: | ||
- "8" | ||
- "10" | ||
|
||
services: | ||
- docker | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,20 +32,20 @@ sut: | |
# The name/key of the SDK binding | ||
1.0.0: | ||
# Specifies the packages and their versions to install | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
# The settings to apply during binding. The first setting whose versionRegexp matches the node version will be used | ||
settings: | ||
- *new-node-old-grpc | ||
1.1.0: | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
settings: | ||
- *new-node-old-grpc | ||
1.2.0: | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
settings: | ||
- *new-node-old-grpc | ||
1.3.0: | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
1.4.0: | ||
packages: ['[email protected]', '[email protected]', '[email protected]', '[email protected]', '[email protected]'] | ||
1.4.1: | ||
|
@@ -99,14 +99,14 @@ sut: | |
|
||
ethereum: | ||
1.2.1: ðereum-latest | ||
packages: ['[email protected].0'] | ||
packages: ['[email protected].2'] | ||
latest: *ethereum-latest | ||
|
||
besu: | ||
1.3.2: | ||
packages: ['[email protected].0'] | ||
packages: ['[email protected].2'] | ||
1.3: | ||
packages: ['[email protected].0'] | ||
packages: ['[email protected].2'] | ||
1.4: &besu-latest | ||
packages: ['[email protected].0'] | ||
packages: ['[email protected].2'] | ||
latest: *besu-latest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.