-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding script for bridge deployment automation. (#675) * Adding script for bridge deployment automation. Signed-off-by: Nikolay Nedkov <[email protected]> * Replacing deprecated 'hedera.GeneratePrivateKey' function with 'hedera.PrivateKeyGenerateEd25519'. Signed-off-by: Nikolay Nedkov <[email protected]> * Adding script for extending bridge config for automated bridge setup/… (#686) * Adding script for extending bridge config for automated bridge setup/deploy. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing import. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing comments. Signed-off-by: Nikolay Nedkov <[email protected]> * docs: update stale configuration.md (#688) Signed-off-by: Antonio Mindov <[email protected]> * Changing unit to Locale Format for Grafana Balances Panels. (#687) Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Nikolay Nedkov <[email protected]> * Added a rule for a health check alert (#630) (#689) * Fix quote escape problem with Prometheus rules Signed-off-by: Antonio Mindov <[email protected]> * Adding fix. (#692) Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Nikolay Nedkov <[email protected]> * Use retry policy values multiplied by seconds (#700) * Use retry policy values multiplied by seconds Signed-off-by: Boris Lachev <[email protected]> * Add tests Signed-off-by: Boris Lachev <[email protected]> Signed-off-by: Boris Lachev <[email protected]> * Adding event handler on bridge config update in 'fee/calculator/servi… (#708) * Adding event handler on bridge config update in 'fee/calculator/service.go'. Signed-off-by: Nikolay Nedkov <[email protected]> * Adding test for bridgeCfgUpdateEventHandler in fee calculator service. Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Nikolay Nedkov <[email protected]> * Adding gcp logging driver to docker-compose.yml (#693) Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Nikolay Nedkov <[email protected]> * Changinb to use public RPC urls in æextend-bridge-config.go' (#711) Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Nikolay Nedkov <[email protected]> Signed-off-by: Antonio Mindov <[email protected]> Signed-off-by: Boris Lachev <[email protected]> Co-authored-by: Antonio Mindov <[email protected]> Co-authored-by: Boris Lachev <[email protected]>
- Loading branch information
1 parent
d3458a6
commit 2527d28
Showing
45 changed files
with
1,786 additions
and
634 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
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 |
---|---|---|
|
@@ -22,4 +22,6 @@ testscenario/ | |
.DS_Store | ||
|
||
# CodeCav | ||
coverage.txt | ||
coverage.txt | ||
|
||
scripts/**/*.yml |
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.