Marcin Górzyński
|
02966e64d8
|
Feature lru cache wrapper 2 (#9511)
* Add Wrapper to LRU Cache to handle Invalid Parameters #9461
* Regenerate BUILD.bazel and simplify tests using lru.Cache
* Fix: fuzz_exports.go build error
* Fix: block_fuzz.go
* Revert lru.Cache interface
* Remove redundant err check in pending_attestations_queue_test.go
* Add tests for lru wrapper
* Use lru package in prysm/shared instead of lruwrpr
* Fix: goimports
* Fix: BUILD.bazel
Co-authored-by: Nishant Das <nishdas93@gmail.com>
|
2021-09-02 18:36:54 +08:00 |
|
Raul Jordan
|
9145310647
|
Eliminate Proto V2 Namespace (#9297)
* get rid of v2 in prysm codebase
* replace block2
* builds
* terence comments
* gazelle
|
2021-07-28 21:23:44 +00:00 |
|
Raul Jordan
|
30e93f5763
|
Move Slashing Protos to V2 (#9256)
* proto slashing
* move slashing related protos
* gaz
* include slasher pbs consolidated
* slasher pb fmt imports
* imports
* beacon builds
* build validator
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-07-23 18:01:01 +00:00 |
|
Radosław Kapka
|
5fd03f8fb0
|
Unify the pattern of using a package-level logger (#8245)
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
|
2021-01-11 20:03:28 +00:00 |
|
Alon Muroch
|
a04b7c2e4f
|
Slasher highest source target (#7604)
* WIP - slasher highest attestation start
* fixed previous
* highest source and target
* highest attestation cache
* cleanup
* persist + fixes
* PR fixes and cleanup
* slashing proto
* highest att. api
* cleanup + tests
* increased highest att. cache to 300K
* removed highest att. api (for a separate PR)
* fixed linting
* bazel build fix
* highest att. kv test
* slasher highest att. test + purge + fix on eviction persist performance
* cleanup + linting
* linting + test fixes
* bazel gazelle run
* PR fixes
* run goimports
* go mod tidy
* ineffectual assignment fix
* run gazelle
* bazel gazelle run
* test fixes
* linter fix
* Apply suggestions from code review
Co-authored-by: Shay Zluf <thezluf@gmail.com>
* goimports run
* cache tests
* A bunch of small fixes
* gazelle fix + gofmt
* merge fixes
* kv ordering fix
* small typos and text fixes
* capital letter fix
Co-authored-by: Shay Zluf <thezluf@gmail.com>
|
2020-10-26 14:15:42 +02:00 |
|