prysm-pulse/beacon-chain/blockchain
Raul Jordan b2b78c8a79
Remove Websockets for ETH1 From Prysm (#6055)
* mark websockets flag as deprecated, begin removing uses
* powchain package now builds
* Merge branch 'master' into no-websocket
* use seconds per eth1 block
* fix tests
* Merge branch 'master' into no-websocket
* rem websocket req
* Merge branch 'no-websocket' of github.com:prysmaticlabs/prysm into no-websocket
* Merge refs/heads/master into no-websocket
* Merge refs/heads/master into no-websocket
* fix broken test
* Merge refs/heads/master into no-websocket
* Merge refs/heads/master into no-websocket
* Merge refs/heads/master into no-websocket
* Merge refs/heads/master into no-websocket
* Merge refs/heads/master into no-websocket
* Merge refs/heads/master into no-websocket
2020-06-03 20:28:16 +00:00
..
testing Add debug proto array fork choice endpoint (#6003) 2020-05-26 23:24:38 +00:00
BUILD.bazel use stateutil.BlockRoot instead of ssz for forkchoice (#6075) 2020-06-01 23:45:57 +00:00
chain_info_norace_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
chain_info_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
chain_info.go Fix Status Messages During Genesis (#6046) 2020-06-01 20:26:42 +00:00
head_test.go Blockchain service provides IsCanonical getter (#5932) 2020-05-20 19:16:56 +00:00
head.go Forkchoice start using proper root (#6062) 2020-06-01 11:32:34 +08:00
info.go Removes redundant type conversions (#6041) 2020-05-29 12:42:39 +00:00
init_sync_process_block_test.go Ran code cleanup from goland (#6064) 2020-05-31 15:08:36 -05:00
init_sync_process_block.go Save init sync cached blocks before regenerate state (#5501) 2020-04-18 23:29:58 +00:00
log.go beacon/log: augment logs with block roots (#5675) 2020-04-29 16:57:04 +00:00
metrics.go Remove unused code (#6065) 2020-05-31 15:47:15 -07:00
process_attestation_helpers.go Fix getAttPreState memory usage for new-state-mgmt (#5584) 2020-04-23 14:03:51 -05:00
process_attestation_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
process_attestation.go Delay atts until subsequent slot (#5833) 2020-05-13 15:46:39 -07:00
process_block_helpers.go use stateutil.BlockRoot instead of ssz for forkchoice (#6075) 2020-06-01 23:45:57 +00:00
process_block_test.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
process_block.go Enhancing block tree viewer (#5880) 2020-05-16 12:29:21 -07:00
receive_attestation_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
receive_attestation.go Delay atts until subsequent slot (#5833) 2020-05-13 15:46:39 -07:00
receive_block.go Revert "Check Whether Block Is Already Processed" (#5856) 2020-05-14 16:37:58 +00:00
service_norace_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
service_test.go Remove Websockets for ETH1 From Prysm (#6055) 2020-06-03 20:28:16 +00:00
service.go Fix Status Messages During Genesis (#6046) 2020-06-01 20:26:42 +00:00