Skip to content

Commit

Permalink
Merging 'main' branch (#712)
Browse files Browse the repository at this point in the history
* 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
3 people authored and svetlio8 committed Sep 30, 2022
1 parent 428025a commit 7a2b992
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion e2e/setup/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"context"
"errors"
"fmt"

"github.com/shopspring/decimal"

"github.com/ethereum/go-ethereum/accounts/abi/bind"
Expand Down
1 change: 0 additions & 1 deletion scripts/bridge/setup/from-config/cmd/setup-from-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ func createAndAssociateNativeTokens(networkInfo *parser.NetworkForDeploy, client
if tokenAddress == constants.Hbar {
continue
}

fmt.Printf("Creating Hedera Native Fungible Token based on info of token with address [%s] ...\n", tokenAddress)
tokenId, err := nativeFungibleCreate.CreateNativeFungibleToken(
client,
Expand Down

0 comments on commit 7a2b992

Please sign in to comment.