prysm-pulse/cmd/beacon-chain
mick cc1ea81d4a
Implement generate-auth-secret on beacon node CLI (#10733)
* s

* s

* typo

* typo

* s

* s

* fixes based on PR feedback

* PR feedback

* reverting log changes

* adding flag per feedback

* conventions

* main fixes

* Update cmd/beacon-chain/jwt/jwt.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update cmd/beacon-chain/jwt/jwt.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* Update cmd/flags.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>

* s

* tests

* test attempt

* test

* Update cmd/beacon-chain/jwt/jwt.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>

* err fix

* s

* further simplify

* cleanup

* namefix

* tests pass

* gaz

* rem deadcode

* Gaz

* shorthand

* naming

* test pass

* dedup

* success

* Ignore jwt.hex file

* logrus

* feedback

* junk

* Also check that no file was written

* local run config

* small fix

* jwt

* testfix

* s

* disabling test

* reverting main changes

* main revert

* removing temp folder

* comment

* gaz

* clarity

* rem

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
2022-06-07 07:37:12 +00:00
..
blockchain Checkpoint Sync 4/5 - enable checkpoint sync to be used by beacon node (#10386) 2022-03-28 21:01:55 +00:00
db Miscellaneous Packages from Shared Into Proper Folders (#9638) 2021-09-21 18:11:16 +00:00
flags Validator client builder support (#10749) 2022-06-06 19:32:41 +00:00
jwt Implement generate-auth-secret on beacon node CLI (#10733) 2022-06-07 07:37:12 +00:00
powchain Use the T.TempDir and B.TempDir to create temp dirs for testing (#10560) 2022-04-21 20:45:44 +00:00
sync refactor genesis state flag handling, support url (#10449) 2022-03-30 22:23:34 +00:00
BUILD.bazel Add builder service skeleton and flag (#10789) 2022-06-01 15:12:15 +00:00
log.go Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
main.go Add builder service skeleton and flag (#10789) 2022-06-01 15:12:15 +00:00
usage_test.go Create config package for Shared/featureconfig (#9593) 2021-09-15 01:18:39 +00:00
usage.go Add builder service skeleton and flag (#10789) 2022-06-01 15:12:15 +00:00