terence tsao
|
2da1ec8052
|
Remove expensive validators only method (#7717)
* Remove validators only method
* Gazelle
|
2020-11-03 12:47:21 -06:00 |
|
Victor Farazdagi
|
d169b490fa
|
Fix ineffectual assignments (#7403)
* update rpc/beacon
* more fixes to beacon-chain/rpc
* update beacon-chain/sync
* Merge refs/heads/master into fix-ineffectual-assignments
* updates beacon-chain/p2p
* Merge branch 'fix-ineffectual-assignments' of github.com:prysmaticlabs/prysm into fix-ineffectual-assignments
* update beacon-chain/*
* fix imports
* update beacon-chain/blockchain
* more updates
* Merge refs/heads/master into fix-ineffectual-assignments
* Merge branch 'master' into fix-ineffectual-assignments
* Merge refs/heads/master into fix-ineffectual-assignments
* next round of updated
* Merge branch 'fix-ineffectual-assignments' of github.com:prysmaticlabs/prysm into fix-ineffectual-assignments
* wrap up remaining items
|
2020-10-01 18:53:36 +00:00 |
|
Victor Farazdagi
|
7ba500c417
|
Applies assertion funcs to state tests (#6623)
* applies assertion funcs to beacon-chain/state tests
* applies assertion funcs to beacon-chain/state/stategen tests
* applies assertion funcs to beacon-chain/state/stateutil tests
* gazelle
* Merge refs/heads/master into state-apply-testutils-assertions
* Merge refs/heads/master into state-apply-testutils-assertions
* Merge refs/heads/master into state-apply-testutils-assertions
|
2020-07-18 07:56:48 +00:00 |
|
terence tsao
|
c837dfb2f2
|
ActivationEligibilityEpoch nil case (#6347)
|
2020-06-22 14:41:21 -05:00 |
|
Raul Jordan
|
2fb485598b
|
Resolve Nil Validator Panic (#6218)
* resolve proposer panic
* Merge refs/heads/master into panic-proposer-slashed
|
2020-06-11 17:38:03 +00:00 |
|
Victor Farazdagi
|
140aff4398
|
fixes runtime panic in state/getters (#5728)
* fixes runtime panic in state/getter
* Merge branch 'master' into check-non-nil-in-state-getter
* return empty map
* Merge branch 'check-non-nil-in-state-getter' of github.com:prysmaticlabs/prysm into check-non-nil-in-state-getter
|
2020-05-04 10:15:33 +00:00 |
|
Nishant Das
|
482a054ee1
|
Handle Nil State Object (#5575)
* handle panic
* Merge branch 'master' into handlePanic
* Merge refs/heads/master into handlePanic
* Merge refs/heads/master into handlePanic
|
2020-04-22 04:44:33 +00:00 |
|
Victor Farazdagi
|
748d513c62
|
proper error checking and type assertions (#5424)
* proper error checking and type assertions
|
2020-04-14 16:41:09 +00:00 |
|
Victor Farazdagi
|
46eb228379
|
fixes data race in state.Slot (#5067)
* fixes data race in state/getters
|
2020-03-11 09:11:07 +00:00 |
|