prysm-pulse/beacon-chain/powchain
Raul Jordan 7b5a821c81
Implement Execution Engine Client (#10185)
* add in fixtures

* handle real fixtures

* marshaling issues

* ensure error handling works

* begin http client test

* custom type marshaling

* gaz

* custom type

* marshalers

* builds

* builds

* add to build file

* regen

* only root types

* bytes hash

* regen

* bytes hash

* regen

* regen

* alias magic

* revert proto

* more alias magic

* revert build files

* regen

* define marshal methods

* tests passing

* hexbytes

* rem

* rem

* comment

* gaz

* data

* fix conf

* http tests

* sync

* client tests passing

* deepsource

* gaz

* item

* exec block by hash

* begin tests

* http tests passing

* payload id bytes

* proper json encode decode for payload id

* gaz

* proper marshal

* merge engine client

* use big ints

* passes

* confirmed passing

* add in functional methods

* deepsource

* pb

* Update beacon-chain/powchain/engine-api-client/v1/client_test.go

Co-authored-by: terence tsao <terence@prysmaticlabs.com>

* latest

* tests passing again

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-02-09 20:54:56 +00:00
..
engine-api-client/v1 Implement Execution Engine Client (#10185) 2022-02-09 20:54:56 +00:00
testing Use beacon state interfaces instead of concrete structs (#10195) 2022-02-08 09:30:06 +00:00
types Create Encoding Bytesutil (#9658) 2021-09-23 15:23:37 +00:00
block_cache_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
block_cache.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
block_reader_test.go Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
block_reader.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
BUILD.bazel Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
deposit_test.go Use signature length from fieldparams (#10019) 2021-12-15 15:14:30 -05:00
deposit.go [Service Revamp] - Powchain Service With Functional Options (#9856) 2021-11-04 14:19:44 -04:00
init_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
log_processing_test.go Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
log_processing.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
options.go Share finalized state at start up (#9843) 2021-11-06 13:45:16 +00:00
powchain_test.go Update TestMain(): do not call os.Exit() explicitly (#8046) 2020-12-04 16:10:07 +00:00
prometheus_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
prometheus.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
provider_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
provider.go Move iputil and httpuil pkgs into network pkg (#9621) 2021-09-16 19:12:27 +00:00
service_test.go Refactor mock test helpers (#10133) 2022-01-26 14:48:20 +00:00
service.go Cleanup Up Resources Correctly (#10103) 2022-01-20 06:21:06 +00:00