mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-11 00:18:06 -05:00
* 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>