-
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.
Feature/scripts for updating bridge config (#624)
* Adding scripts for preparing update config msg transaction, signing transaction and submitting transaction. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing 'prepare-update-config.go' script. Signed-off-by: Nikolay Nedkov <[email protected]> * Adding documentation for scripts. Signed-off-by: Nikolay Nedkov <[email protected]> * Moving prepare-update-config.go to bridge/update-config/ Signed-off-by: Nikolay Nedkov <[email protected]> * Moving sign and submit scripts to corresponding packages. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing comments. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing more comments. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing refactoring shitness. Signed-off-by: Nikolay Nedkov <[email protected]> * Updating docs for scripts Signed-off-by: Nikolay Nedkov <[email protected]> * Adding implementation for reading and loading bridge config from HCS Messages. Signed-off-by: Nikolay Nedkov <[email protected]> * Merging 'main'. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing bridge.yml Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing main.go Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing merge changes. Signed-off-by: Nikolay Nedkov <[email protected]> * fixing alice config.yml Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing check for starting BridgeConfigWatcher. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing comments. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing 'read-only/nft/fee/handler_test.go'. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing comments. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing not updating parsedBridge cfg on start bug. Signed-off-by: Nikolay Nedkov <[email protected]> * Removing redundant bridge config global vars. Signed-off-by: Nikolay Nedkov <[email protected]> * Fixing tests. Signed-off-by: Nikolay Nedkov <[email protected]>
- Loading branch information
Nikolay Nedkov
authored
May 28, 2022
1 parent
96df903
commit 84b7c8a
Showing
59 changed files
with
1,822 additions
and
303 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
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.