prysm-pulse/shared/testutil
Shay Zluf 1a27c21d9c
Load chain config from file (#5694)
* load chain config from file

* revert flag name change

* add dependencies to image

* Update shared/cmd/flags.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* Update beacon-chain/main.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* added test to load config file

* Merge branch 'yaml_chain_config' of github.com:prysmaticlabs/prysm into yaml_chain_config

# Conflicts:
#	beacon-chain/main.go

* replace hex with yaml format of fixed byte array

* fix test and check if comment

* move to node package

* gaz

* added contract address case

* fix key name issue

* add tests

* gaz

* add 1 byte handling

* change to fatal

* add config printout

* revert main changes

* revert line removal

* fix one byte handling

* fix test and one byte handling

* remove log

* Apply suggestions from code review

* change to debug

* Update beacon-chain/node/node.go

* move helper methods

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2020-05-05 20:58:07 +03:00
..
block_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
block.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
deposits_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
deposits.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
helpers_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
helpers.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
log.go Other Package Godocs for Prysm (#5681) 2020-04-29 21:32:39 +00:00
spectest.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
state_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
state.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
tempdir.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
wait_timeout.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00