mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-07 22:54:17 -05:00
* Add basic parsing feature for accessing by index * Add more tests for 2d byte vector * Add List case for access indexing * Handle 2D bytes List example * Fix misleading cases for CalculateOffsetAndLength * Use elementSizes[index] if it is the last path element * Add variable_container_list field for mocking attester_slashings in BeaconBlockBody * Remove redundant protobuf message * Better documentation * Changelog * Fix `expectedSize` of `VariableTestContainer`: as we added `variable_container_list` here * Apply reviews from Radek
Prysm Protocol Buffers
This package defines common protobuf messages and services used by Prysm. For now, we are checking in all generated code to support native go dependency management.