-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(plugin-bungee-hermes): use ledger type from core-api OpenAPI spec
Also fixing a few other bugs which were all necessary to make it work after a rebase onto upstream/main as of 2024-10-10. 1. The tsconfig.json file in the root did not contain a reference to the package at `packages/cactus-plugin-ccmodel-hephaestus` so it was being excluded from the compilation. 2. express version was not up to date with the rest of the monorepo which Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
37 changed files
with
8,021 additions
and
234 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
5,778 changes: 5,778 additions & 0 deletions
5,778
...e-cbdc-bridging-backend/src/solidity/asset-reference-contract/AssetReferenceContract.json
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ging-backend/src/solidity/main/generated/build-info/cc32f19d615fffc1949510db91badd48.json
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
{"id":"cc32f19d615fffc1949510db91badd48","source_id_to_path":{"0":"node_modules/@openzeppelin/contracts/access/AccessControl.sol","1":"node_modules/@openzeppelin/contracts/access/IAccessControl.sol","2":"node_modules/@openzeppelin/contracts/access/Ownable.sol","3":"node_modules/@openzeppelin/contracts/interfaces/draft-IERC6093.sol","4":"node_modules/@openzeppelin/contracts/token/ERC20/ERC20.sol","5":"node_modules/@openzeppelin/contracts/token/ERC20/IERC20.sol","6":"node_modules/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol","7":"node_modules/@openzeppelin/contracts/utils/Context.sol","8":"node_modules/@openzeppelin/contracts/utils/Strings.sol","9":"node_modules/@openzeppelin/contracts/utils/introspection/ERC165.sol","10":"node_modules/@openzeppelin/contracts/utils/introspection/IERC165.sol","11":"node_modules/@openzeppelin/contracts/utils/math/Math.sol","12":"node_modules/@openzeppelin/contracts/utils/math/SignedMath.sol","13":"src/solidity/main/ITraceableContract.sol","14":"src/solidity/main/satp-contract-interface.sol","15":"src/solidity/main/satp-erc20.sol","16":"src/solidity/main/satp-wrapper.sol"},"language":"Solidity"} |
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -305,6 +305,7 @@ components: | |
- BESU_2X | ||
- BURROW_0X | ||
- CORDA_4X | ||
- ETHEREUM | ||
- FABRIC_2 | ||
- SAWTOOTH_1X | ||
type: string | ||
|
2 changes: 2 additions & 0 deletions
2
packages/cactus-core-api/src/main/go/generated/openapi/go-client/model_ledger_type.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.