starcoinorg / starcoin

Starcoin - A Move smart contract blockchain network that scales by layering
Apache License 2.0
1.38k stars 289 forks source link

[FlexiDag] The function fetch_block in BlockCollector should return Vec<Block> #4121

Closed jackzhhuang closed 6 months ago

jackzhhuang commented 6 months ago

It returns Vec<(Hash, Block)> for now, but it seems it returns Vec directly better.