Results 140 comments of David Lutterkort

What does 'unbuilt subgraph' mean here? Does that mean AssemblyScript was deployed instead of WASM blobs?

Wild. Is there maybe a bug in `graph-cli` that deployed assembly script sources? Also, I don't recognize the `sgdchain/ethereum/src/capabilities.rs` file name in the `graph-node` sources. Is this crashloop happening in...

I am very interested in getting this merged! Would be great to discuss how to get this PR ready - more than happy to help. I fixed some of this...

Thinking about this some more, we should probably expose it in microseconds - an `i64` would cover roughly +/- 290k years in microseconds which I think is plenty of range...

@azf20 It would still only be updated on the hour/day, but would consider data reaching farther back than just that interval

Was the `graph-node` restarted while the copy operation was running? There was an issue that I thought I had fixed where resuming the copy operation would report the wrong percentage....

A rewind should not be allowed to go back beyond `earliest block + reorg threshold` - we need at least these many blocks; we could raise that a little more...

Wow .. that's a really nice addition! Before I start reviewing this in detail, I noticed a few things from a quick look at the PR: * there is no...

Sorry this has been sitting for so long. I think the change is totally fine, but I am curious if that really addresses the problem in practice - my experience...