mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
cc1ea81d4a
* 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>
41 lines
432 B
Plaintext
41 lines
432 B
Plaintext
# Ignore bazel directories
|
|
bazel-*
|
|
|
|
.DS_Store
|
|
.swp
|
|
|
|
# Ignore VI/Vim swapfiles
|
|
.*.sw?
|
|
|
|
# IntelliJ
|
|
.idea
|
|
.ijwb
|
|
|
|
# delve debugger output (not sure how to get rid of these)
|
|
**/debug.test
|
|
|
|
# Coverage outputs
|
|
coverage.txt
|
|
profile.out
|
|
profile.grind
|
|
|
|
# Nodejs
|
|
node_modules
|
|
yarn-error.log
|
|
.vscode/
|
|
|
|
# Ignore password file
|
|
password.txt
|
|
|
|
# Dist files
|
|
dist
|
|
|
|
# deepsource cli
|
|
bin
|
|
|
|
# p2p metaData
|
|
metaData
|
|
|
|
# execution API authentication
|
|
jwt.hex
|