Joshua Noble
                                            Joshua Noble
                                        
                                    @yasker Any updates to this?
@yasker Bump for updates!
I'm also interested in doing this for bitcoind and other altcoin implementations.
I'm also seeing this, something is off...
It would be great to see this merged!
@Jorropo Any updates on this issue? We are also seeing this bug as well. We've confirmed that our HTTP API returns the full list, but `ipfs pin remote ls --service=filebase...
@Jorropo I have no doubt there may be other issues with the spec, but for this specific issue, can't we just add millisecond support back into the IPFS CLI? Pagination...
@Jorropo 1. If two pins have the same timestamp, it shouldn't present any problems. For 99% of providers, the timestamp value is purely a SQL column in their database. In...
> > > No most providers actually run `select * from pins where created_at limit ORDER BY created_at > {req.After} LIMIT {req.Limit} OFFSET {req.Offset}` which truncate the response. > @Jorropo...