Muhammad Arslan

Results 7 issues of Muhammad Arslan

The sync implementation for bitswap is there but it is not used by dag traversal where traversing a dag would hit a point where one of the blocks is missing...

high-priority

# Description When pulling advertisements from the Ursa index-provider endpoint, the indexer performs a number of checks. If any of these checks fail for any block, the entire chain ingestion...

enhancement

The rpc PUT and GET should be subcommands itself and should not come under RPC subcommand since they are not using rpc server. RPC subcommand should be reserved for rpc...

- [ ] recursive dag traversal - [ ] make stream handler to be non blocking - [ ] send the first byte as soon as the chunk of data...

When dialling to bootstrap nodes for mainnet indexer, there are some protocol differences. This prevent us from connecting to global indexers for gossiping the indexing announcements. Investigate and fix this...

can we get support for distinct in `paginate` queries? currently there are two issues - distinct is not support for paginate queries - the omitted types does not include distinct,...

I was implementing my own lock manager when i came across this library. since my code base is based on tokio and I dont want to bring in async-std, I...