-
Notifications
You must be signed in to change notification settings - Fork 499
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DISABLE-TX-SUB configuration parameter (#4979)
* Add DisableTxSub param * Add tests * Add test for ApplyFlags * Revert "Add tests" This reverts commit 79562fb. * Make changes - 1 * Update parameters_test.go * Add check for INGEST=false and refactor test for help output * Update integration.go * Check if integration tests have been enabled * Remove INGEST=false condition for tx-submission * Update flags.go * Make changes - 1 * Make changes - 2 * Make changes - 3 * Change type to String This makes it easy for us to check if the flag has been provided by the user or not. * Make changes - 4 * Add tests for different configurations of DISABLE_TX_SUB * Update parameters_test.go * Add integration tests checking transaction submission * Update txsub_test.go * Update parameters_test.go * Update parameters_test.go
- Loading branch information
1 parent
8371bee
commit bf6fa60
Showing
10 changed files
with
193 additions
and
83 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
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.