prysm-pulse/beacon-chain/rpc/beacon
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
..
assignments_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
assignments.go Add back State To ComputeProposerIndex (#5674) 2020-04-29 15:22:52 +00:00
attestations_test.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
attestations.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
beacon_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
blocks_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
blocks.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
BUILD.bazel libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
committees_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
committees.go Invert --disable-new-state-mgmt to --enable-new-state-mgmt (#5567) 2020-04-21 22:30:22 +00:00
config_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
config.go Add Endpoint to Return Current Chain Config Parameters (#4595) 2020-02-04 05:28:35 +00:00
server.go All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
slashings_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
slashings.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
state_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
state.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
validators_stream_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
validators_stream.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
validators_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
validators.go Rename Precompute Balance vars to be more descriptive (#5706) 2020-05-01 19:43:04 +00:00