prysm-pulse/beacon-chain/core/epoch/precompute
Nishant Das 5450b3155e
Integrate Field Tries into Current State (#5082)
* add new methods
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into improvedHTRArrays
* new field trie
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into improvedHTRArrays
* perform better copying
* fix bug
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into improvedHTRArrays
* add support for variable length arrays
* get it running
* save all new progress
* more fixes
* more fixes
* more cleanup
* some more clean up
* new memory pool
* remove lock
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into improvedHTRArrays
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into improvedHTRArrays
* Merge branch 'master' of https://github.com/prysmaticlabs/geth-sharding into improvedHTRArrays
* use wrapper
* remove redundant methods
* cleanup
* cleanup
* remove unused method
* change field
* Update beacon-chain/state/types.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* Update beacon-chain/state/types.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* Apply suggestions from code review

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
2020-03-18 04:52:08 +00:00
..
attestation_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
attestation.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
BUILD.bazel Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
justification_finalization_test.go Add & use FinalizedCheckpointEpoch() to state (#4766) 2020-02-06 03:26:15 +00:00
justification_finalization.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
new_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
new.go fuzzing core/state package without skip slot cache (#4883) 2020-02-18 10:38:15 +05:30
reward_penalty_test.go Fix reward and penality zero epoch bug (#5107) 2020-03-15 19:14:52 +00:00
reward_penalty.go Fix reward and penality zero epoch bug (#5107) 2020-03-15 19:14:52 +00:00
slashing_test.go Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
slashing.go Integrate Field Tries into Current State (#5082) 2020-03-18 04:52:08 +00:00
type.go Add balances to voting summary log (#4857) 2020-02-13 14:52:35 -08:00