prysm-pulse/beacon-chain
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
..
blockchain Add in P2P Changes (#9390) 2021-08-27 09:34:20 +08:00
cache Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
core Clean up committee helpers (#9504) 2021-09-01 15:17:10 +00:00
db Remove Kafka from Prysm (#9470) 2021-08-26 23:59:00 +00:00
forkchoice Remove float64 usage for fork choice (#9438) 2021-08-20 14:15:18 -05:00
gateway Implement GetBlockV2 in the beacon API (#9433) 2021-08-26 15:22:06 +00:00
interop-cold-start Fix duplicated imports (#9304) 2021-07-29 16:45:17 -05:00
node Add RPC validator sync committee code (#9510) 2021-09-01 23:08:05 +00:00
operations Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
p2p Handle Missing Status Message Better (#9505) 2021-09-01 22:25:22 +08:00
package Reduce Usage of Eth2 Terminology in Prysm (#9104) 2021-06-26 19:00:33 +00:00
powchain fix trie (#9495) 2021-08-31 08:01:26 -07:00
rpc Stategen: fix state by slot off by 1 (#9509) 2021-09-02 03:05:08 +00:00
server Retrieve validators through v1 API in e2e (#9117) 2021-06-29 09:47:59 -05:00
slasher Optimized Slasher Parameters (#9361) 2021-08-13 16:53:04 +00:00
state Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
sync Feature lru cache wrapper 2 (#9511) 2021-09-02 18:36:54 +08:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.