-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved PostStateValidators to minimal typedef client
- Allows VoluntaryExitCommand to access via typedef, changed it to use the POST rather than the GET, which simplifies things a bit. - changed the json that drives the tests to match new format. Signed-off-by: Paul Harris <[email protected]>
- Loading branch information
Showing
9 changed files
with
53 additions
and
49 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
1 change: 1 addition & 0 deletions
1
...tech/pegasys/teku/cli/subcommand/voluntary-exit/validator-responses/82c2a92_response.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"execution_optimistic": false, | ||
"finalized": false, | ||
"data": [ | ||
{ | ||
"index": "2", | ||
|
1 change: 1 addition & 0 deletions
1
...tech/pegasys/teku/cli/subcommand/voluntary-exit/validator-responses/8b0f19f_response.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"execution_optimistic": false, | ||
"finalized": false, | ||
"data": [ | ||
{ | ||
"index": "1", | ||
|
1 change: 1 addition & 0 deletions
1
...tech/pegasys/teku/cli/subcommand/voluntary-exit/validator-responses/a756543_response.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"execution_optimistic": false, | ||
"finalized": false, | ||
"data": [ | ||
{ | ||
"index": "3", | ||
|
1 change: 1 addition & 0 deletions
1
...tech/pegasys/teku/cli/subcommand/voluntary-exit/validator-responses/aa51616_response.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"execution_optimistic": false, | ||
"finalized": false, | ||
"data": [ | ||
{ | ||
"index": "4", | ||
|
1 change: 1 addition & 0 deletions
1
...h/pegasys/teku/cli/subcommand/voluntary-exit/validator-responses/validators_response.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"execution_optimistic": false, | ||
"finalized": false, | ||
"data": [ | ||
{ | ||
"index": "1", | ||
|
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