union icon indicating copy to clipboard operation
union copied to clipboard

add "index single block" functionality to voyager

Open benluelo opened this issue 9 months ago • 2 comments

we currently have the FetchBlocks message in voyager, which is picked up by plugins (cosmos, ethereum, aptos) and exposed through the cli via the init-fetch subcommand.

add a new Call variant FetchBlock (notably singular) for fetching a single block, add it to all event source plugins (most already have a message for fetching a single block, if not all), and expose it through the cli.

benluelo avatar Apr 15 '25 16:04 benluelo

nice voyager

Nguyen-VanChi avatar Apr 16 '25 01:04 Nguyen-VanChi

TBH this is a very nice and clear issue. Maybe we can delegate this to a wannabe open-source contributor?

aeryz avatar Apr 16 '25 10:04 aeryz

implemented in #4699

benluelo avatar Jun 18 '25 13:06 benluelo