prysm-pulse/beacon-chain/db
Preston Van Loon 612bb38077 Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009)
* Fix assignments bug where validators don't retry for assignments on failure

* synch only please

* trying to fix state issues

* trying random stuff

* do not explode

* use ctx

* working build, failing tests

* broadcast local addrs as well as relay addrs

* fixed p2p tests, more tests to fix still

* another test fixed, log warning instead of throw error

* Fix last tests

* godoc

* add test for broadcast in apply fork choiec

* remove unneeded code

* remove tracer adapter, not needed

* remove extra stuff

* remove any

* revert addr_factory

* revert addr_factory

* Revert "revert addr_factory"

This reverts commit e93fb706494a1070158b8db31e67146d6b0648ad.

* Revert "revert addr_factory"

This reverts commit dedaa405559cc818698870c4e4570953367f1e3c.

* revert removal of this code

* unused param
2019-03-17 10:56:05 +08:00
..
attestation_test.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
attestation.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
block_operations_test.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
block_operations.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
block_test.go Revert "Update FFG Check Points During Block Processing (#1991)" (#1998) 2019-03-14 16:05:31 -07:00
block.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
BUILD.bazel Post ChainStart Validator Activation (#1934) 2019-03-12 00:05:55 -04:00
cleanup_history_test.go Makes test naming consistent across codebase (#1636) 2019-02-22 07:11:26 -08:00
cleanup_history.go db methods: remove Get prefix (#1351) 2019-01-21 17:34:11 +08:00
db_test.go Add Clear DB Flag (#2002) 2019-03-15 11:20:49 +08:00
db.go Add Clear DB Flag (#2002) 2019-03-15 11:20:49 +08:00
deposits.go Post ChainStart Validator Activation (#1934) 2019-03-12 00:05:55 -04:00
pending_deposits_test.go Post ChainStart Validator Activation (#1934) 2019-03-12 00:05:55 -04:00
pending_deposits.go Post ChainStart Validator Activation (#1934) 2019-03-12 00:05:55 -04:00
schema.go DB wrappers for justified and finalized objects (#1978) 2019-03-13 08:12:42 -07:00
setup_db.go Test Syncing with Another Fully Synced Service (#1594) 2019-02-23 11:36:20 +05:30
state_test.go DB wrappers for justified and finalized objects (#1978) 2019-03-13 08:12:42 -07:00
state.go Cross p2p spans, more spans, synchronous attestations, minor fixes (#2009) 2019-03-17 10:56:05 +08:00
validator_test.go Save Validator Public Key -> Index in DB (#1690) 2019-02-25 09:37:02 -08:00
validator.go Batch db write in order to resolve test slowliness (#1732) 2019-02-28 13:14:52 +08:00
verify_contract_test.go Complain if contract address changes (#1724) 2019-02-26 13:40:17 -05:00
verify_contract.go Tracing additions (#1747) 2019-02-27 19:55:47 -08:00