prysm-pulse/tools/pcli
Victor Farazdagi d169b490fa
Fix ineffectual assignments (#7403)
* update rpc/beacon
* more fixes to beacon-chain/rpc
* update beacon-chain/sync
* Merge refs/heads/master into fix-ineffectual-assignments
* updates beacon-chain/p2p
* Merge branch 'fix-ineffectual-assignments' of github.com:prysmaticlabs/prysm into fix-ineffectual-assignments
* update beacon-chain/*
* fix imports
* update beacon-chain/blockchain
* more updates
* Merge refs/heads/master into fix-ineffectual-assignments
* Merge branch 'master' into fix-ineffectual-assignments
* Merge refs/heads/master into fix-ineffectual-assignments
* next round of updated
* Merge branch 'fix-ineffectual-assignments' of github.com:prysmaticlabs/prysm into fix-ineffectual-assignments
* wrap up remaining items
2020-10-01 18:53:36 +00:00
..
BUILD.bazel Update fastssz: Attempt 2 (#7115) 2020-08-27 18:13:32 +00:00
main.go Fix ineffectual assignments (#7403) 2020-10-01 18:53:36 +00:00
README.md Create Pcli (#5644) 2020-04-27 16:47:28 +00:00

Pcli (Prysm CLI)

This is a utility to help users perform eth2 specific commands.

Usage

Name:
pcli - A command line utility to run eth2 specific commands

Usage:
pcli [global options] command [command options] [arguments...]

Commands: help, h Shows a list of commands or help for one command state-transition: state-transition Subcommand to run manual state transitions

Flags:
--help, -h show help (default: false) --version, -v print the version (default: false)

State Transition Subcommand: pcli state-transition - Subcommand to run manual state transitions

State Transition Usage:: pcli state-transition [command options] [arguments...]

State Transition Flags: --block-path value Path to block file(ssz) --pre-state-patch value Path to pre state file(ssz) --expected-post-state-path value Path to expected post state file(ssz) --help, -h show help (default: false)

Example

To use pcli manual state transition:

bazel run //tools/pcli:pcli -- state-transition --block-path /path/to/block.ssz --pre-state-path /path/to/state.ssz