Adrian Sutton

@ajsutton

Joined on Oct 6, 2020

  • Situations we need to do validation in: Importing a block All validations from beacon chain spec OperationValidator.validateForStateTransition (for some things) Replaying a known-valid block Skip as many validations as possible
     Like  Bookmark
  • Setup geth as per geth instructions on devnet-1. Ensure JDK 11 or above is installed. Clone and build teku: git clone https://github.com/ajsutton/teku.git cd teku ./gradlew installDist
     Like  Bookmark