Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add missing fork version/epoch * Skipping the failing assertion: will be fixed in the next PR * Add type alias: BeaconStateBadger * Add upgrade to Badger * Add badger key in db/kv & Add arm for badger in marshalling state * Add badger state for api/server/structs * Add missing state related things * Add HackForksMaxuint for test * Add badger for debug/handlers.go * Add badger for testing/util/attestation.go * Fix test: TestReplayBlocks_ThroughFutureForkBoundaries * Fix TestHostIsResolved: IP was changed * Add object mapping for badger * Add BeaconBlock type in Badger: re-define in Badger * Add badger for consensus-types package * Add badger for encoding/ssz/detect package * Fix TestHostIsResolved: this test is dependent to example.org * Add NewBeaconBlockBadger series in testing/merge.go * Add NewBeaconBlockBadger series in testing/util/block.go * Add Badger for runtime/interop/premine-state.go * Add Badger for beacon-chain/db/kv * Add alias for beacon-chain/rpc/eth/shared/testing/json.go * Add badger for beacon-chain/sync package * Add badger for beacon-chain/rpc/eth/validator package * Add badger for beacon-chain/p2p package * Add badger for testing/util folder * Add badger for beacon-chain/execution package * Add badger for beacon-chain/rpc/prysm/v1alpha1/validator package * Add badger for api/server/structs package * Add badger for beacon-chain/rpc/eth/beacon package * Add badger for validator/client package * Use badger for blinded blocks * Empty commit for triggering CI * Remove eth/v2 things * Gofmt
- Loading branch information