ZenGround0

Results 25 issues of ZenGround0

Solidity tooling is quite good and should inspire us to do better for native FVM actor development starting with the builtin actors. I'm using the [foundry toolset](https://github.com/foundry-rs/foundry) and particulary `forge`...

Noticed CI hangs indefinitely even when all checks pass because the final `ci` check hangs. First saw this here: https://github.com/filecoin-project/go-fil-markets/pull/694. Got around this by pinging an admin to merge, but...

(1) make two more calls to read message and receipt cids to construct block (2) do this in a way that doesn't race on cached promise (as it does now)...

WIP using and extending existing benchmarks to help tune filecoin hamt parameters.

Is it ok that an inconsistently setup HAMT will cause a panic? The pointer returned [here](https://github.com/ipfs/go-hamt-ipld/blob/master/hamt.go#L81) is dereferenced without nil checking. An inconsistent setup is actually checked earlier within the...

Proposed SealerActor FIP #993 is needed to fully unlock SaaS functionality after landing FIP 0090. To avoid an annoying method deprecation we're predicting the needs of the SealerActor in the...

If it's not too much trouble it would be nice to add support here for generating cbor [for aliases of primitive types](https://github.com/filecoin-project/go-state-types/pull/95).

I've brought this up in other channels but want to record it here for consideration. The new interface would look like ```golang type CBORMarshaler interface { MarshalCBOR() ([]byte, error) }...

### Checklist - [X] This is **not** brainstorming ideas. If you have an idea you'd like to discuss, please open a new discussion on [the lotus forum](https://github.com/filecoin-project/lotus/discussions/categories/ideas) and select the...

kind/feature