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
c4d1eea6
Commit
c4d1eea6
authored
1 year ago
by
Andrzej Such
Browse files
Options
Downloads
Patches
Plain Diff
Use BlockLogUtilSignedBlock schema for BlockLogUtilResult
parent
05376558
No related branches found
No related tags found
1 merge request
!196
test-tool changes for block_log_util
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/test_tools/__private/block_log.py
+2
-2
2 additions, 2 deletions
package/test_tools/__private/block_log.py
with
2 additions
and
2 deletions
package/test_tools/__private/block_log.py
+
2
−
2
View file @
c4d1eea6
...
...
@@ -8,7 +8,7 @@ from pathlib import Path
from
typing
import
Literal
,
overload
from
helpy._interfaces.time
import
Time
,
TimeFormats
from
schemas.apis.block_api.fundaments_of_responses
import
SignedBlock
from
schemas.apis.block_api.fundaments_of_responses
import
BlockLogUtil
SignedBlock
from
schemas.transaction
import
Transaction
from
test_tools.__private
import
paths_to_executables
from
test_tools.__private.exceptions
import
BlockLogUtilError
,
MissingBlockLogArtifactsError
...
...
@@ -16,7 +16,7 @@ from test_tools.__private.exceptions import BlockLogUtilError, MissingBlockLogAr
if
typing
.
TYPE_CHECKING
:
from
datetime
import
datetime
BlockLogUtilResult
=
SignedBlock
[
Transaction
]
BlockLogUtilResult
=
BlockLogUtil
SignedBlock
[
Transaction
]
class
BlockLog
:
...
...
This diff is collapsed.
Click to expand it.
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