Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
F
flextesa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
7
Issues
7
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tezos
flextesa
Commits
ef1d640d
Commit
ef1d640d
authored
Oct 08, 2020
by
Seb Mondet
☕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo peice → piece
parent
3c181ce2
Pipeline
#199965793
passed with stages
in 33 minutes and 58 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/lib/interactive_mini_network.ml
src/lib/interactive_mini_network.ml
+1
-1
src/lib/interactive_test.ml
src/lib/interactive_test.ml
+1
-1
src/lib/interactive_test.mli
src/lib/interactive_test.mli
+1
-1
No files found.
src/lib/interactive_mini_network.ml
View file @
ef1d640d
...
...
@@ -326,7 +326,7 @@ let run state ~protocol ~size ~base_port ~clear_root ~no_daemons_for ?hard_fork
Interactive_test
.
Commands
.(
(
shell_env_help
::
all_defaults
state
~
nodes
)
@
[
secret_keys
state
~
protocol
;
forge_and_inject_p
ei
ce_of_json
state
~
clients
:
keyed_clients
]
;
forge_and_inject_p
ie
ce_of_json
state
~
clients
:
keyed_clients
]
@
arbitrary_commands_for_each_and_all_clients
state
~
clients
)
;
match
test_kind
with
|
`Interactive
->
...
...
src/lib/interactive_test.ml
View file @
ef1d640d
...
...
@@ -477,7 +477,7 @@ module Commands = struct
|
json
}
branch
src
key_name
fee_mutez
counter
let
forge_and_inject_p
ei
ce_of_json
state
~
clients
=
let
forge_and_inject_p
ie
ce_of_json
state
~
clients
=
Console
.
Prompt
.
unit_and_loop
~
description
:
Fmt
.(
...
...
src/lib/interactive_test.mli
View file @
ef1d640d
...
...
@@ -181,7 +181,7 @@ module Commands : sig
->
clients
:
Tezos_client
.
Keyed
.
t
list
->
Console
.
Prompt
.
item
val
forge_and_inject_p
ei
ce_of_json
:
val
forge_and_inject_p
ie
ce_of_json
:
<
application_name
:
string
;
console
:
Console
.
t
;
env_config
:
Environment_configuration
.
t
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment