Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Backport rlp encode subcommand #965

Merged
merged 4 commits into from
Feb 26, 2019

Commits on Feb 26, 2019

  1. RLP encode subcommand (PegaSysEng#944)

    Add RLP encoding subcommand for at least ibftExtraData to be inserted in genesis file.
    
    There's only one encodable type for the moment, however the `--type` option is already there with a default value on this type. We'll add more possible types later if needed and the current type will remain the default one.
    
    The file output is optional and it writes to standard output by default, same for
    standard input or a file.
    
    Tests and doc change.
    NicolasMassart authored and ajsutton committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    564bffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b58694d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41e65c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcabbc8 View commit details
    Browse the repository at this point in the history