Content pfp
Content
@
0 reply
0 recast
0 reaction

Ayush pfp
Ayush
@ayushm.eth
reading the reth codebase, will add some pointers here
2 replies
3 recasts
17 reactions

Ayush pfp
Ayush
@ayushm.eth
this is basically the blockchain https://github.com/paradigmxyz/reth/blob/main/crates/storage/provider/src/chain.rs#L20
1 reply
0 recast
2 reactions

Ayush pfp
Ayush
@ayushm.eth
there's 2 different structs for Blocks - ones which are finalized meaning hash can't be changed and one which isn't SealedBlock : https://github.com/paradigmxyz/reth/blob/main/crates/primitives/src/block.rs#L214 Block: https://github.com/paradigmxyz/reth/blob/main/crates/primitives/src/block.rs#L22
1 reply
0 recast
1 reaction