terence tsao
1b5b8a57e0
Remove unused proto schemas ( #3005 )
...
* Update io_kubernetes_build commit hash to 1246899
* Update dependency build_bazel_rules_nodejs to v0.33.1
* Update dependency com_github_hashicorp_golang_lru to v0.5.1
* Update libp2p
* Update io_bazel_rules_k8s commit hash to e68d5d7
* Starting to remove old protos
* Bazel build proto passes
* Fixing pb version
* Cleaned up core package
* Fixing tests
* 6 tests failing
* Update proto bugs
* Fixed incorrect validator ordering proto
* Sync with master
* Update go-ssz commit
* Removed bad copies from v1alpha1 folder
* add json spec json to pb handler
* add nested proto example
* proto/testing test works
* fix refactoring build failures
* use merged ssz
* push latest changes
* used forked json encoding
* used forked json encoding
* fix warning
* fix build issues
* fix test and lint
* fix build
* lint
2019-07-22 10:03:57 -04:00
Preston Van Loon
612bb38077
Cross p2p spans, more spans, synchronous attestations, minor fixes ( #2009 )
...
* Fix assignments bug where validators don't retry for assignments on failure
* synch only please
* trying to fix state issues
* trying random stuff
* do not explode
* use ctx
* working build, failing tests
* broadcast local addrs as well as relay addrs
* fixed p2p tests, more tests to fix still
* another test fixed, log warning instead of throw error
* Fix last tests
* godoc
* add test for broadcast in apply fork choiec
* remove unneeded code
* remove tracer adapter, not needed
* remove extra stuff
* remove any
* revert addr_factory
* revert addr_factory
* Revert "revert addr_factory"
This reverts commit e93fb706494a1070158b8db31e67146d6b0648ad.
* Revert "revert addr_factory"
This reverts commit dedaa405559cc818698870c4e4570953367f1e3c.
* revert removal of this code
* unused param
2019-03-17 10:56:05 +08:00
terence tsao
8c04ced1a6
Name Changes to Align with V0.3 ( #1621 )
...
* fixed epoch_processing
* penalize->slash
* exit -> voluntary_exit
* SEED_LOOKAHEAD -> MIN_SEED_LOOKAHED
* ENTRY_EXIT_DELAY -> ACTIVATION_EXIT_DELAY
* `INCLUDER_REWARD_QUOTIENT` -> `ATTESTATION_INCLUSION_REWARD_QUOTIEN`
* LatestIndexRoots -> LatestActiveIndexRoots
* `MIN_VALIDATOR_WITHDRAWAL_EPOCHS` -> `MIN_VALIDATOR_WITHDRAWAL_DELAY`
* MAX_WITHDRAWALS_PER_EPOCH -> MAX_EXIT_DEQUEUES_PER_EPOCH
* ETH1_DATA_VOTING_PERIOD -> EPOCHS_PER_ETH1_VOTING_PERIOD
* SLOT_DURATION -> SECONDS_PER_SLOT
* EPOCH_LENGTH -> SLOTS_PER_EPOCH
* SLOT_DURATION -> SECONDS_PER_SLOT take 2
* rest of the misc fixes for config name changes
* remove tools/bootnode/.!74296!bootnode.go
* `current_epoch_start_shard` -> `current_shuffling_start_shard`, `current_shuffling_epoch`, `current_shuffling_see`
* go fmt
* fixed comment
* updated pseudocode comments
* merged master
2019-02-18 10:52:16 -06:00
Raul Jordan
7ae19ec370
Align Block Operations to Spec ( #1512 )
...
* fix bug in eth1 data vote count increases
* updating attester slashings
* is double vote and attester pseudocode
* attester slashing revamp complete
* exits processing complete
* all block operations aligned to spec
* completed test revamp
* builds properly
* all done FINALLY
* address comms
* comment
* no more confusing is double vote function
* surround
2019-02-08 15:53:36 -06:00
terence tsao
665f3f885c
New Operation Service Part 1 - Sync and DB connection ( #1437 )
2019-01-30 20:48:50 +01:00