Skip to content
  • Ethan Reesor's avatar
    chore: refactor ./blockchain/tendermint · f591ba9e
    Ethan Reesor authored
    Package ./blockchain/tendermint had three roles:
    - ABCI application definition and initialization
    - Node initialization and startup
    - Node configuration
    
    Node initialization and startup has been separated from ABCI application
    concerns and moved into its own package, along with node configuration.
    ABCI application implementations now live in their own package.
    f591ba9e
Loading