Steven Allen
Steven Allen
Ok, I did some digging and I'm not sure if F3 is to blame here (or the lotus integration side of it might be to blame?). See https://github.com/filecoin-project/lotus/actions/runs/11306342327/job/31446846079?pr=12591 I'm seeing...
See https://www.jsonrpc.org/specification#error_object
> @Stebalien Which ETH APIs should be returning reverted reason in the data field ? Is the eth_call and eth_estimateGas APIs only ? As far as I know, yes.
@f8-ptrk is right. IMO, the right way to do this is to: 1. Generate "public" "private" keys for a drand test network. 2. Create a simple stand-alone drand beacon server...
Failing with an illegal instruction. Looks like something isn't happy about a SHA instruction: ``` 0: 41 0f 38 cb c9 sha256rnds2 xmm1,xmm9,xmm0 5: c5 f9 70 c0 0e vpshufd...
Done in a separate PR.
Hashing tends to be pretty expensive but we'd have to do some profiling to be sure. Ideally, we'd be at a level of performance where re-hashing would kill performance but...
IMO, we should re-evaluate and, if it doesn't have a performance impact, figure out _why_ and fix the performance issue.
This list seems pretty complete. IMO, the highest priority is fixing the indexing issues: 1. P0: Make sure that we backfill to the last indexed tipset on restart. We should...
> I don't think there's any work here that's bound to a certain notion of finality and so not sure if F3 changes anything here in terms of the work...