Raul Jordan
|
ab2b0c5c99
|
Use Single Beacon Block Wrapper Function Across Prysm (#10608)
* remove altair wrappers in favor of generic ones for blocks
* rem deprecated
* body wrapper
* builds
* nil check
|
2022-05-04 11:55:35 +08:00 |
|
Raul Jordan
|
20ab988a4a
|
Rename Block Package in Consensus-Types to Interfaces (#10605)
* interfaces package
* builds
* gaz
|
2022-05-02 14:32:37 -04:00 |
|
Raul Jordan
|
16bbf5602f
|
Move Consensus Type Wrappers Into Consensus Types Package (#10598)
* builds
* move block to consensus-types
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2022-05-02 15:43:40 +00:00 |
|
terence tsao
|
8cecd4e8bf
|
Log bellatrix fields (#10365)
* Log bellatrix fields
* Update log.go
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2022-03-15 14:02:39 +00:00 |
|
Raul Jordan
|
a9a4bb9163
|
Move Shared/Testutil into Testing (#9659)
* move testutil
* util pkg
* build
* gaz
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-09-23 18:53:46 +00:00 |
|
Raul Jordan
|
9145310647
|
Eliminate Proto V2 Namespace (#9297)
* get rid of v2 in prysm codebase
* replace block2
* builds
* terence comments
* gazelle
|
2021-07-28 21:23:44 +00:00 |
|
terence tsao
|
8db0c9a0e6
|
Move proto/interfaces -> proto/prysm/v2 (#9270)
* Move proto/interfaces -> proto/prysm
* Update paths
* Fix block2
* Update blocks_fetcher_utils.go
* Update BUILD.bazel
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-07-23 20:10:15 +00:00 |
|
Raul Jordan
|
6dadb80cc4
|
Move v1alpha1 into Prysm API namespace (#9245)
|
2021-07-21 21:34:07 +00:00 |
|
terence tsao
|
1d3a9983cc
|
Move block interface next to generated pb (#9146)
* Move block interface next to pb
* Update fuzz build bazel
* Move interface to /proto/interface and wrapper next to generated pb
* Fix fuzz build bazel
* Add //proto/eth/v1alpha1/wrapper
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-07-06 15:34:05 +00:00 |
|
terence tsao
|
00907fd7d1
|
Update log test and ChainInfoFetcher interface (#9143)
|
2021-07-02 14:01:37 -05:00 |
|
Raul Jordan
|
5aac06f04e
|
Move EthereumAPIs Into Prysm (#8968)
* begin move
* use same import path
* imports
* regen protos
* regen
* no rename
* generate ssz
* gaz
* fmt
* edit build file
* imports
* modify
* remove generated files
* remove protos
* edit imports in prysm
* beacon chain all builds
* edit script
* add generated pbs
* add replace rules
* license for ethereumapis protos
* change visibility
* fmt
* update build files to gaz ignore
* use proper form
* edit imports
* wrap block
* revert scripts
* revert go mod
|
2021-06-02 18:49:52 -05:00 |
|
terence tsao
|
d472380fef
|
Hide beacon operation field in log if it's 0 (#8330)
* Hide beacon operation field if it's 0
* Update test
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
|
2021-02-18 19:08:27 +00:00 |
|