Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
test-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
test-tools
Commits
2723b00c
Commit
2723b00c
authored
1 year ago
by
Łukasz Bujak
Committed by
Bartek Wrona
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed obsolete transaction_status_track_after_block option
parent
62d86e2e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!189
Removed obsolete transaction_status_track_after_block option
Pipeline
#90493
passed
11 months ago
Stage: static_code_analysis
Stage: tests
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
package/test_tools/__private/node_config.py
+0
-1
0 additions, 1 deletion
package/test_tools/__private/node_config.py
package/test_tools/node_configs/default.py
+0
-1
0 additions, 1 deletion
package/test_tools/node_configs/default.py
with
0 additions
and
2 deletions
package/test_tools/__private/node_config.py
+
0
−
1
View file @
2723b00c
...
...
@@ -92,7 +92,6 @@ class NodeConfig(BaseModel, validate_assignment=True):
tags_start_promoted
:
str
|
None
=
None
tags_skip_startup_update
:
str
|
None
=
None
transaction_status_block_depth
:
str
|
None
=
None
transaction_status_track_after_block
:
str
|
None
=
None
webserver_http_endpoint
:
str
|
None
=
None
webserver_unix_endpoint
:
str
|
None
=
None
webserver_ws_endpoint
:
str
|
None
=
None
...
...
This diff is collapsed.
Click to expand it.
package/test_tools/node_configs/default.py
+
0
−
1
View file @
2723b00c
...
...
@@ -44,7 +44,6 @@ def create_default_config(*, skip_address: bool = False) -> NodeConfig:
tags_start_promoted
=
"
0
"
,
tags_skip_startup_update
=
"
0
"
,
transaction_status_block_depth
=
"
64000
"
,
transaction_status_track_after_block
=
"
0
"
,
webserver_thread_pool_size
=
"
32
"
,
enable_stale_production
=
False
,
required_participation
=
33
,
...
...
This diff is collapsed.
Click to expand it.
Wieslaw Kedzierski
@wkedzierski
mentioned in merge request
clive!342 (merged)
·
11 months ago
mentioned in merge request
clive!342 (merged)
mentioned in merge request clive!342
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment