erigon-pulse/cl/beacon/handler
Giulio rebuffo 72ba18bd36
Beacon: Added basic operations pool (#8309)
Added operation pools for beacon chain. operations are the equivalent of
txs for eth2

Added operation pools for:

* Attester Slashings
* Proposer Slashings
* VoluntaryExits
* BLSExecutionToChange
* Postponed to later: Attestations (or maybe not)
2023-09-29 23:42:07 +02:00
..
blocks.go Added states/fork and states/root to beacon API (#8293) 2023-09-27 11:15:51 +02:00
config.go Added /config route to the beacon api (#8168) 2023-09-09 15:33:23 +02:00
format.go Added states/fork and states/root to beacon API (#8293) 2023-09-27 11:15:51 +02:00
genesis.go BeaconAPI: Implemented /Spec (#8131) 2023-09-05 22:37:18 +02:00
handler.go Beacon: Added basic operations pool (#8309) 2023-09-29 23:42:07 +02:00
headers.go Smart SQL transactions (#8185) 2023-09-14 02:56:29 +02:00
pool.go Beacon: Added basic operations pool (#8309) 2023-09-29 23:42:07 +02:00
states.go Added states/fork and states/root to beacon API (#8293) 2023-09-27 11:15:51 +02:00