prysm-pulse/shared/keystore
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
..
BUILD.bazel Add Caching to Tree Hashing Algorithm (#1929) 2019-04-24 13:39:02 +08:00
deposit_input_test.go Add Caching to Tree Hashing Algorithm (#1929) 2019-04-24 13:39:02 +08:00
deposit_input.go DepositInput: Proof of possession, withdrawal credentials (#1675) 2019-02-22 14:24:31 -06:00
keccak256.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
key_test.go Clear Up Code Inconsistencies (#1836) 2019-03-03 09:31:29 -08:00
key.go Create Wrapper Around Pure Go BLS Project in Prysm (#1625) 2019-02-19 09:09:50 -06:00
keystore_test.go keystore and account support for multi key (#2054) 2019-03-29 17:26:41 -05:00
keystore.go keystore and account support for multi key (#2054) 2019-03-29 17:26:41 -05:00
utils.go shorten name (#1649) 2019-02-19 13:38:29 -08:00