-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(satp-hermes): docker and gateway runner for SATP
Signed-off-by: Bruno Mateus <[email protected]> refactor(satp-hermes): gateway container image definition with bundler Signed-off-by: Peter Somogyvari <[email protected]> refactor(satp-hermes): merge policies type guard example Signed-off-by: Peter Somogyvari <[email protected]> refactor(satp-hermes): type guards for SATP env variables Signed-off-by: Bruno Mateus <[email protected]> squash! - peter's fixes for besu connectivity use LAN IP Instead of hardcoded localhost use the LAN IP of machine so that the gateway container can access it too. Why though? Because if you tell the gateway container that it should access the besu ledger via localhost then it will try to do that through the container's own localhost, which is different from the host machine's localhost (where the besu ledger is actually running). Using the actual IP address of the host machine's primary network interface resolves the ambiguity between the two differnet localhosts. Signed-off-by: Peter Somogyvari <[email protected]> Co-authored-by: Peter Somogyvari <[email protected]>
- Loading branch information
1 parent
9f1b080
commit 5a6ccc0
Showing
56 changed files
with
5,136 additions
and
401 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
3 changes: 3 additions & 0 deletions
3
packages/cactus-plugin-bungee-hermes/src/main/typescript/public-api.ts
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
src/main/typescript/fabric-contracts/satp/chaincode-typescript/.yarn/ | ||
src/main/typescript/.env | ||
packages/cactus-plugin-satp-hermes/cache/solidity-files-cache.json | ||
src/keys/ | ||
src/test/typescript/integration/gateway-info |
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.