Raul Jordan
|
d0bdbe5a33
|
Add Byte Slice Intersection Utils (#3204)
* remove unused code
* table drive tests for byte slice intersections
* include all table driven tests
* gazelle imports
* imports
|
2019-08-14 10:27:18 -05:00 |
|
terence tsao
|
bccd2f95cc
|
Finish error wrapping (#3135)
|
2019-08-04 15:45:03 -07:00 |
|
Preston Van Loon
|
dfc64121c6
|
Remove unused feature flags (#3002)
* remove a few feature flags that are no longer needed
* remove other unused flags
* forgot a few more
|
2019-07-19 21:27:35 -04:00 |
|
Preston Van Loon
|
f12fdfda0f
|
Complain about improperly sized tests (#2873)
|
2019-06-30 09:00:22 -07:00 |
|
Preston Van Loon
|
55bedd0745
|
Move go-ssz to external repo under MIT license (#2722)
|
2019-05-29 18:04:25 -07:00 |
|
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 |
|
Raul Jordan
|
cec6c8de83
|
Standardize Naming of Shared Packages, Remove Deprecated Packages (#1435)
* rem txpool
* standardize repo shared utils, remove deprecated items
* complete
* package lvl godoc
|
2019-01-31 10:53:58 +08:00 |
|