-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(relay): curl openssl added -L; upgrade openssl from 1.1.1 to 3.0.14
Also fixed the codegen script which was failing due to the cdl connector package declaring the OpenAPI generator version as 6.3.0 instead of 6.6.0 Also also: Because of the version change of the code generator there was also a diff in the generated code. Finally, I'm also hot-fixing the hermes CI job here by allowing it to free up disk space at the GitHub action runner so that it doesn't get stuck with the execution of tests when it runs out of disk space. Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: Sandeep Nishad <sandeep.nishad1@ibm.com> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information
1 parent
500ac9b
commit 935e4b8
Showing
19 changed files
with
91 additions
and
86 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
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
2 changes: 1 addition & 1 deletion
2
...n-ledger-connector-cdl/src/main/go/generated/openapi/go-client/.openapi-generator/VERSION
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 +1 @@ | ||
6.3.0 | ||
6.6.0 |
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
18 changes: 9 additions & 9 deletions
18
...cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/api_default.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
39 changes: 20 additions & 19 deletions
39
...ages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/client.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client/go.mod
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 @@ | ||
module github.com/hyperledger/cactus-plugin-ledger-connector-cdl/src/main/go/generated/openapi/go-client | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
) |
4 changes: 2 additions & 2 deletions
4
...ger-connector-cdl/src/main/go/generated/openapi/go-client/model_cdl_common_response_v1.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
32 changes: 16 additions & 16 deletions
32
...r-connector-cdl/src/main/go/generated/openapi/go-client/model_gateway_configuration_v1.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.