prysm-pulse/beacon-chain/rpc/validator
terence tsao ec4de10001
Add helper ComputeDomainAndSign (#6773)
* Starting
* Merge branch 'master' of github.com:prysmaticlabs/prysm into domain-and-sign
* core blocks tests: updated
* core state tests: updated
* rpc validator tests updated
* sync tests updated
* testutil updated
* Beacon-chain: update tests
* Shared: update tests
* Rest of the tests
* Merge branch 'master' of github.com:prysmaticlabs/prysm into domain-and-sign
* Merge refs/heads/master into domain-and-sign
* Merge refs/heads/master into domain-and-sign
* Merge refs/heads/master into domain-and-sign
* Merge refs/heads/master into domain-and-sign
* Sync with master
* Merge branch 'domain-and-sign' of github.com:prysmaticlabs/prysm into domain-and-sign
* Merge refs/heads/master into domain-and-sign
2020-07-30 19:11:22 +00:00
..
aggregator_test.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
aggregator.go SubmitAggregateAndProof now prefers its own validator attestations (#6566) 2020-07-13 22:02:01 +00:00
assignments_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
assignments.go QSP-9 Prevent Casting to Int if Possible (#6349) 2020-06-26 11:07:00 -05:00
attester_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
attester.go Use spec attestation time verification in gRPC requests (#6429) 2020-06-28 14:37:17 -07:00
BUILD.bazel Return INVALID validator status if the BLS signature is invalid (#6576) 2020-07-28 23:19:07 -05:00
exit_test.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
exit.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
proposer_test.go Add helper ComputeDomainAndSign (#6773) 2020-07-30 19:11:22 +00:00
proposer.go Voting With The Majority (#6644) 2020-07-28 20:29:12 +00:00
server_test.go Applies assertion funcs to rpc tests (#6641) 2020-07-20 02:15:51 +00:00
server.go Command to fetch validator statuses + MultipleValidatorStatus (#5784) 2020-05-19 05:13:37 +00:00
status_test.go Return INVALID validator status if the BLS signature is invalid (#6576) 2020-07-28 23:19:07 -05:00
status.go Return INVALID validator status if the BLS signature is invalid (#6576) 2020-07-28 23:19:07 -05:00
validator_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00