-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for debug
CLI flag.
#1322
Merged
Merged
Commits on Aug 25, 2023
-
Added support for
debug
CLI flag.Removed `manual_blocks_enabled` flag. Added a new `debug` flag: ```rust /// Should be used for local development only. Enabling debug mode: /// - Allows GraphQL Endpoints to arbitrarily advanced blocks. /// - Enabled debugger GraphQL Endpoints. /// - Allows setting `utxo_validation` to `false`. #[arg(long = "debug", env)] pub debug: bool, ``` Removed `debug` and `dap` features, now the code contains it by default and disables it if `debug` is `false` in the config. The `Config` has two stages `unvalidated` and `validated`. The config can be validated by calling the `unvalidated::Config::validate` method.
Configuration menu - View commit details
-
Copy full SHA for 15067e0 - Browse repository at this point
Copy the full SHA 15067e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d5006 - Browse repository at this point
Copy the full SHA 27d5006View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19199d - Browse repository at this point
Copy the full SHA a19199dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e177c - Browse repository at this point
Copy the full SHA 04e177cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d47738 - Browse repository at this point
Copy the full SHA 3d47738View commit details -
Apply suggestions from code review
Co-authored-by: Brandon Vrooman <brandon.vrooman@fuel.sh>
Configuration menu - View commit details
-
Copy full SHA for 863a4ea - Browse repository at this point
Copy the full SHA 863a4eaView commit details -
Update crates/fuel-core/src/service/config.rs
Co-authored-by: Brandon Vrooman <brandon.vrooman@fuel.sh>
Configuration menu - View commit details
-
Copy full SHA for e2f8319 - Browse repository at this point
Copy the full SHA e2f8319View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde339e - Browse repository at this point
Copy the full SHA cde339eView commit details
Commits on Aug 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfd1be9 - Browse repository at this point
Copy the full SHA dfd1be9View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.