prysm-pulse/beacon-chain/rpc/eth/beacon
Sammy Rosso c922eb9bfc
Add new DomainType for application usage (#10740)
* Add new DomainType for application usage

* Add DomainApplicationMask to config_test

* Add func to convert uint32 to 4 byte array

We add a convenience function Uint32ToBytes4 that takes a uint32,
converts it to big endian order and return a 4 byte array.

* Add unit test for Uint32ToBytes4

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: terencechain <terence@prysmaticlabs.com>
2022-05-24 20:16:05 +00:00
..
blocks_test.go Allow SSZ-serialized blocks in publishBlindedBlock (#10679) 2022-05-16 17:59:43 +00:00
blocks.go Move BeaconBlockNil Checker Function to Consensus-Types/Wrapper Package (#10731) 2022-05-20 23:29:16 +00:00
BUILD.bazel Allow SSZ-serialized blocks in publishBlock (#10663) 2022-05-13 10:54:45 +00:00
config_test.go Add new DomainType for application usage (#10740) 2022-05-24 20:16:05 +00:00
config.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
init_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
log.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
pool_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
pool.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
server_test.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
server.go Extract OptimisticSyncFetcher interface (#10654) 2022-05-12 17:23:45 +00:00
state_test.go Config registry (#10683) 2022-05-20 07:16:53 +00:00
state.go Extract OptimisticSyncFetcher interface (#10654) 2022-05-12 17:23:45 +00:00
sync_committee_test.go Extract OptimisticSyncFetcher interface (#10654) 2022-05-12 17:23:45 +00:00
sync_committee.go Extract OptimisticSyncFetcher interface (#10654) 2022-05-12 17:23:45 +00:00
validator_test.go Extract OptimisticSyncFetcher interface (#10654) 2022-05-12 17:23:45 +00:00
validator.go Extract OptimisticSyncFetcher interface (#10654) 2022-05-12 17:23:45 +00:00