Commit Graph

1153 Commits

Author SHA1 Message Date
Nishant Das
724b036fff
Combine Sync Services (#1060)
* adding initial service

* got it working

* deleting redundant querier file

* golint

* formatting span messages

* lint

* lint

* addressing raul's comments
2018-12-10 13:26:44 +08:00
terence tsao
1393e808d4
add in block body to proto (#1066) 2018-12-09 17:13:53 -08:00
terence tsao
9a441fe7bf
Part 1 of Restructuring BeaconBlock Proto (#1065) 2018-12-09 11:45:47 -08:00
terence tsao
071cc85bc6
Update Shuffle Function (#1055) 2018-12-09 11:21:23 -08:00
renovate[bot]
edd4c9f3e0 Update org_golang_x_sys commit hash to ad97f36 (#1064) 2018-12-09 11:13:53 -05:00
renovate[bot]
5a7589a4e0 Update com_github_libp2p_go_libp2p_autonat commit hash to e79a6dd (#1062) 2018-12-07 22:20:36 -05:00
renovate[bot]
236b8c441b Update com_github_libp2p_go_libp2p_discovery commit hash to a541342 (#1063) 2018-12-07 17:19:13 -08:00
Jerry Fireman
fc7b083685 Add detailed git workflow (#1057) 2018-12-07 07:23:12 -08:00
renovate[bot]
176ceb5808 Update org_golang_google_api commit hash to 1a5ef82 (#1056) 2018-12-07 19:37:33 +08:00
renovate[bot]
2cb956f148 Update dependency com_github_prometheus_client_golang to v0.9.2 (#1059) 2018-12-07 19:16:14 +08:00
Nishant Das
954af67882
Change to Golang Crypto Library (#1054)
* deprecate hashutil

* Revert "deprecate hashutil"

This reverts commit 6ee40f916c6fcf73fe372b980ba5645fe0456f9d.

* changing to golang crypto lib

* Add comment

* add test
2018-12-07 01:01:51 +08:00
renovate[bot]
f842add3c9 Update org_golang_x_sys commit hash to 70b957f (#1053) 2018-12-06 17:04:29 +08:00
renovate[bot]
54c41ff0ee Update dependency com_github_aws_aws_sdk_go to v1.16.0 (#1052) 2018-12-05 23:15:22 -05:00
terence tsao
3e8c2b2957
Updated Genesis JSON and Fixed Test (#1044) 2018-12-05 15:44:07 -08:00
renovate[bot]
d3055531b9 Update org_golang_x_sys commit hash to a5c9d58 (#1050) 2018-12-05 10:15:38 -06:00
Preston Van Loon
7b6c646c9e
Add DepositParametersRecord to protobuf types (#1042)
* Add DepositParametersRecord

* _hash32
2018-12-05 08:59:36 -05:00
terence tsao
52a987ee44 Change Hashing Function from Blake2b to Sha3 (#1045)
* switched from blake2b to sha3

* fixed test

* use sha3 from eth1.0
2018-12-05 12:13:33 +08:00
renovate[bot]
77c89b9bae Update dependency com_google_cloud_go to v0.34.0 (#1049) 2018-12-05 11:25:25 +08:00
renovate[bot]
cb702cb805 Update dependency com_github_aws_aws_sdk_go to v1.15.90 (#1048) 2018-12-04 18:26:41 -08:00
renovate[bot]
15355e10a3 Update com_github_prometheus_procfs commit hash to 1dc9a6c (#1047) 2018-12-04 17:25:59 -08:00
renovate[bot]
a271b23867 Update com_github_aristanetworks_goarista commit hash to e17947f (#1046) 2018-12-04 15:32:48 -08:00
Preston Van Loon
f74a18d255
Add a Uint32List type in a common proto package (#1033) 2018-12-04 09:34:14 -05:00
renovate[bot]
c5af3f0af3 Update org_golang_google_api commit hash to 6142e72 (#1040) 2018-12-04 16:05:23 +08:00
Preston Van Loon
6b0ad4e470
Update AttestationRecord and CrosslinkRecord Proto (#1027)
* update beacon-state proto to new spec

* AttestationData

* use bazel's pb.go

* boundry -> boundary

* update beacon block proto msg

* Update attestation record proto

* and crosslink record too

* pendingAttestationRecord is not deprecated
2018-12-03 23:35:53 -05:00
Preston Van Loon
29bba21ce2
Explicitly initialize the fork data for genesis state (#1034)
* Explicitly initialize the fork data for genesis block

* gofmt using 1.11.2

* gofmt
2018-12-03 22:45:38 -05:00
terence tsao
b8a9e839e7
clean up BeaconBlock's validator fields (#1037) 2018-12-03 19:05:22 -08:00
renovate[bot]
17bf3610fd Update dependency com_github_aws_aws_sdk_go to v1.15.89 (#1041) 2018-12-03 18:17:08 -08:00
renovate[bot]
5b570df4e7 Update org_golang_x_oauth2 commit hash to d668ce9 (#1038) 2018-12-03 13:03:26 -08:00
terence tsao
121654ff12
Removed Deprecated BeaconBlock Fields (#1035) 2018-12-03 08:10:47 -08:00
renovate[bot]
84259fc2e7 Update org_golang_x_crypto commit hash to 505ab14 (#1036) 2018-12-02 21:09:51 -08:00
Preston Van Loon
8620311bfc
Rename crosslinks to latest crosslinks (#1032) 2018-12-02 22:10:47 -05:00
Preston Van Loon
621d5fad72
Remove unused fields from BeaconState (#1031) 2018-12-02 21:55:34 -05:00
terence tsao
57038551d6
Update ValidatorRecord Proto (#1030) 2018-12-02 18:17:48 -08:00
Preston Van Loon
7cd6223755
Rename recent block hashes (#1029)
* update beacon-state proto to new spec

* AttestationData

* use bazel's pb.go

* boundry -> boundary

* Rename RecentBlockHashes to LatestBlockHashes
2018-12-02 15:25:55 -05:00
Preston Van Loon
e6d550a2c6
Refactor fork data (#1028)
* update beacon-state proto to new spec

* AttestationData

* use bazel's pb.go

* boundry -> boundary

* Refactor fork data

* comment
2018-12-02 15:19:49 -05:00
Preston Van Loon
bbf3c72987
Update beacon block proto to match spec (#1026)
* update beacon-state proto to new spec

* AttestationData

* use bazel's pb.go

* boundry -> boundary

* update beacon block proto msg

* comment and deprecate AggregatedAttestation
2018-12-02 15:12:28 -05:00
Preston Van Loon
892357b348
Update beacon-state proto to new spec (#1025)
* update beacon-state proto to new spec

* AttestationData

* use bazel's pb.go

* boundry -> boundary
2018-12-02 14:49:57 -05:00
renovate[bot]
ae815763e0 Update dependency com_github_miekg_dns to v1.1.1 (#1023) 2018-12-02 10:18:00 -06:00
Raul Jordan
a99de08562
Merge Active/Cystallized State (#1019) 2018-12-01 16:09:12 -06:00
Preston Van Loon
bc0783df86
git_repository is deprecated and should no longer be used (#1020) 2018-12-01 16:14:57 -05:00
renovate[bot]
0bbe76fa03 Update dependency io_bazel_rules_go to v0.16.3 (#1016)
* Update dependency io_bazel_rules_go to v0.16.3

* Fix bazel-skylib
2018-12-01 15:21:27 -05:00
renovate[bot]
813a909ec3 Update com_github_btcsuite_btcd commit hash to 7d2daa5 (#1003) 2018-12-01 08:22:45 -08:00
terence tsao
6ecd6f65ed Renovate Bulk Updates (#1015)
* Update com_github_aristanetworks_goarista commit hash to f7cbe91

* Update dependency com_github_hashicorp_errwrap to v1

* Update dependency com_github_hashicorp_go_multierror to v1

* Update dependency com_github_inconshreveable_mousetrap to v1

* Update dependency com_github_spf13_pflag to v1

* Update dependency in_gopkg_yaml_v2 to v2
2018-11-30 20:49:18 -06:00
terence tsao
b8041e3dca
Update Registration Contract in Solidity (#996) 2018-11-30 07:12:23 -08:00
renovate[bot]
c5d4c27989 Update dependency com_github_aws_aws_sdk_go to v1 (#1006) 2018-11-30 08:48:19 -05:00
Nishant Das
e4bca0343b
adding docs (#1009) 2018-11-30 16:15:39 +08:00
terence tsao
a4e565e3a7 Return Unused Error in State_transition (#1007)
* add todo for 712

* return unused err
2018-11-29 22:34:21 -06:00
renovate[bot]
37e3cac8f3 Update dependency com_google_cloud_go to v0.33.1 (#1004) 2018-11-29 22:12:32 -05:00
terence tsao
fa5e4c07cb
Collective Updates from Renovate Bots (#1001)
* add todo for 712

* Update com_github_prometheus_procfs commit hash to aa55a52

* Update org_golang_google_api commit hash to af4fc40

* Update dependency com_github_go_yaml_yaml to v2.2.2

* Update dependency com_github_spf13_cobra to v0.0.3
2018-11-29 18:29:52 -08:00
Preston Van Loon
2a048019e1 Revert "Update dependency com_github_aws_aws_sdk_go to v0.10.4" (#1002)
* Revert "Update dependency com_github_aws_aws_sdk_go to v0.10.4 (#994)"

This reverts commit 028f056a75.

* add failing test condition

* fix build
2018-11-30 10:16:18 +08:00