prysm-pulse/beacon-chain
Shane Bammel de93ae97b8 Fix overflow in reward calculations
Overflow occurs when using updated issuance parameters.
2024-04-05 15:40:48 -05:00
..
blockchain Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
builder Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
cache Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
core Fix overflow in reward calculations 2024-04-05 15:40:48 -05:00
das Remove unused deneb code (#13712) 2024-03-09 00:12:26 +00:00
db Repair idx 13486 (#13831) 2024-03-29 17:29:39 +00:00
deterministic-genesis Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
execution chore(execution): Clean up unreachable code; use new(big.Int) instead of big.NewInt(0) (#13715) 2024-03-11 00:31:55 +00:00
forkchoice Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
gateway move setting route handlers to registration from start (#13676) 2024-02-28 11:30:31 +00:00
monitor Unify log fields (#13654) 2024-02-22 22:40:36 +00:00
node P2P: Simplify code (#13719) 2024-03-15 11:08:19 +00:00
operations Rewrite Pruning Implementation To Handle EIP 7045 (#13762) 2024-03-18 12:57:21 +00:00
p2p feat(direct peers): configure static peers to be direct peers in pubsub options (#13773) 2024-03-29 04:00:40 +00:00
package Update cross compile toolchains (#12069) 2023-03-07 20:09:46 +00:00
rpc Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
slasher Command-line interface for visualizing min/max span bucket (#13748) 2024-03-27 16:15:39 +00:00
startup Update to V5 (#13622) 2024-02-15 05:46:47 +00:00
state Total balance refactor to big.Int 2024-04-04 19:56:08 -05:00
sync Maximize Peer Capacity When Syncing (#13820) 2024-03-30 14:54:11 +00:00
verification Fill in missing debug logs for blob p2p IGNORE/REJECT (#13825) 2024-03-28 16:11:55 +00: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.