prysm-pulse/beacon-chain/rpc/validator
Nishant Das 1a6edbbaa2
Fix Proposer Bug in Prysm (#6213)
* advance slots instead of setting slots
* Merge branch 'master' into fixProposerBug
* comment
* Merge branch 'fixProposerBug' of https://github.com/prysmaticlabs/geth-sharding into fixProposerBug
* Refactor `packAttestations` to utilize same advanced state
* Merge branch 'master' into fixProposerBug
* Merge branch 'master' into fixProposerBug
* Merge branch 'master' into fixProposerBug
* Merge refs/heads/master into fixProposerBug
* Merge refs/heads/master into fixProposerBug
* Update beacon-chain/rpc/validator/proposer.go

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
* Merge refs/heads/master into fixProposerBug
2020-06-11 23:05:10 +00:00
..
aggregator_test.go Fix aggregator with unaggregated attestation (#6137) 2020-06-05 00:06:45 +00:00
aggregator.go Fix aggregator with unaggregated attestation (#6137) 2020-06-05 00:06:45 +00:00
assignments_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
assignments.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
attester_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
attester.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
BUILD.bazel Use FastSSZ Everywhere Applicable (#6135) 2020-06-05 13:48:40 +00:00
exit_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
exit.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
proposer_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
proposer.go Fix Proposer Bug in Prysm (#6213) 2020-06-11 23:05:10 +00:00
server_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
server.go Command to fetch validator statuses + MultipleValidatorStatus (#5784) 2020-05-19 05:13:37 +00:00
status_test.go Update to v0.12 (#5614) 2020-06-09 15:40:48 -07:00
status.go Fixes span naming in rpc/validator (#6182) 2020-06-09 12:28:16 +00:00
validator_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00