prysm-pulse/beacon-chain/core/blocks
shayzluf 6c1740eefc Add Caching to Tree Hashing Algorithm (#1929)
* added todo to hash file in ssz

* params and copy of block cache

* start hash cache

* Hash cache implementation

* fixed some comments

* fixed promatheus duplicate counter name

* removed TODO

* change to use special expiration cache

* function name fixes junk object generator

* naming changes

* gazzle fix

* added pruning last read data test

* fixed gometallinter errors

* fix benchmarks and no int64 not serializable

* move struct from test

* add feature flag

* fix merge issues

* add featureflag to beacon and validator

* featureflag init for tests

* added feature flag to all ssz dependent tests

* remove setter func

* replace k8s tweaked expiration cache to https://github.com/karlseguin/ccache

* remove else

* change request by preston

* added init featureflags to genesis_test

* Update shared/ssz/hash_cache.go

add dot

Co-Authored-By: shayzluf <thezluf@gmail.com>

* Update shared/ssz/hash_cache.go

Co-Authored-By: shayzluf <thezluf@gmail.com>

* Update shared/ssz/hash_cache.go

remove extra space

Co-Authored-By: shayzluf <thezluf@gmail.com>

* Update shared/params/config.go

add dot

Co-Authored-By: shayzluf <thezluf@gmail.com>

* Update shared/featureconfig/config.go

remove dot

Co-Authored-By: shayzluf <thezluf@gmail.com>

* Update shared/featureconfig/config.go

remove dot

Co-Authored-By: shayzluf <thezluf@gmail.com>

* remove powchain from prometheus hash cache name

* fixes fron change requests

* fix change requests

* remove faulty merge test

* gazelle fix

* fix fmt.sprintf

* remove debug binary

* fix gazelle
2019-04-24 13:39:02 +08:00
..
block_operations_test.go Add Caching to Tree Hashing Algorithm (#1929) 2019-04-24 13:39:02 +08:00
block_operations.go Move Inclusion Maps to Epoch Processing (#2347) 2019-04-22 21:30:37 -05:00
block_test.go Remove too many spans in block/slot/epoch processing (#2236) 2019-04-12 00:55:07 -04:00
block.go Remove too many spans in block/slot/epoch processing (#2236) 2019-04-12 00:55:07 -04:00
BUILD.bazel Add Caching to Tree Hashing Algorithm (#1929) 2019-04-24 13:39:02 +08:00
validity_conditions_test.go Refactor Chain Service Block Processing API (#2124) 2019-03-31 20:44:16 -05:00
validity_conditions.go Use Withfields for Logging (#2305) 2019-04-19 21:09:01 -07:00