Raul Jordan
5258f3d3d1
Advance Beacon State Transition Part 2: Simulate Block Randao at Every Slot ( #1252 )
2019-01-11 18:55:01 +08:00
Raul Jordan
c86bd54ad1
Simulated Backend State Transition Tests Part 1 ( #1221 )
2019-01-06 09:25:43 -06:00
terence tsao
141a8dba87
Reformat Configs for Readability ( #1256 )
2019-01-05 20:36:05 -08:00
terence tsao
074ac07dc8
Replace Validator Status Code With Activation/Exit Slot ( #1233 )
2019-01-04 22:39:07 -08:00
terence tsao
8d1718edf9
Helper Functions to Retrieve Total Validator Balances ( #1087 )
...
* helper functions to get active validator total balances
* forgot to * params.BeaconConfig().Gwei
* tests
* GetEffectiveBalance comments & MaxDepositInGwei in config
* format
2018-12-13 15:46:44 +08:00
terence tsao
ecbf50c2fe
Use Validator Status in Proto ( #1082 )
...
* use validator status code in proto
* typo & constant casing
2018-12-11 22:40:17 -06:00
terence tsao
071cc85bc6
Update Shuffle Function ( #1055 )
2018-12-09 11:21:23 -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
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
terence tsao
b8a9e839e7
clean up BeaconBlock's validator fields ( #1037 )
2018-12-03 19:05:22 -08:00
terence tsao
57038551d6
Update ValidatorRecord Proto ( #1030 )
2018-12-02 18:17:48 -08:00
Nishant Das
e0d13ec304
goimports ( #882 )
2018-11-21 06:27:04 -05:00
terence tsao
cb65c556d6
Config Updates to Latest Spec ( #868 )
2018-11-20 17:41:20 -08:00
Jie Hou
bd400707c2
Implement YAML Based Shuffle Test ( #815 )
2018-11-18 22:54:04 -08:00
Nishant Das
f46ee335bd
Allow Sync Service to Query State Of Network ( #787 )
...
* adding proto messages
* adding fields
* adding new service
* new changes
* checking in file from syncFix
* fixing test
* add test
* adding to node
* goimports
* adding query service to sync services
* sync working
* finally works
* fix test
* lint
* fix build
* fix test
2018-11-19 09:59:11 +08:00
Andrei Ivasko
85653335f1
Standartize params for BeaconChain and Validator projects ( #796 )
...
* Standardize params for BeaconChain and Validator projects
* gofmt
* various changes to bring up to standards
* lint
* linter 2, not sure why travis complains
* revert service_test.go
2018-11-19 00:39:35 +08:00
Raul Jordan
6476fb54af
Dynamic Chain Test Language Package With YAML Parser ( #681 )
2018-11-07 14:07:41 -05:00