hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.
MIT License
150 stars 15 forks source link

Implement wait get option #68

Closed andrewosh closed 2 years ago

andrewosh commented 2 years ago

This PR implements the wait option for core.get, which will force get to return null if the block is not available locally.