David Himmelstrup

Results 138 issues of David Himmelstrup

There are a lot of typos in the actor code: `cirulating`, `acculumated`, `dosen't`, etc. It would make the code look more professional if such typos were caught automatically. [cargo-spellcheck](https://crates.io/crates/cargo-spellcheck) can...

P3

`expect_query_network_info` currently has magic numbers for reward and power levels. These should be moved to the `setup` function (with a harness) like it is in the original golang code.

good first issue
P3
cleanup

The `success_with_multiple_miners_and_multiple_confirmed_sectors_and_assert_expected_power` test depends explicitly on the order of hashed miner ids. This is fragile and should be changed to accept any valid order of results.

good first issue
testing

## Issue summary - [ ] Implement `Filecoin.StateGetNetworkParams`. - [ ] Test against Lotus. All the network parameters appear to be determined entirely by the network, so we should verify...

Does this fix an encountered issue? Perhaps a simple test is in order to verify that `LotusJson` encodes/decodes the way we expect. It's a couple of lines of code, but...

Hi, are there any hidden pitfalls for implementing CordicNumber for FixedI128?

## Issue summary The `db::gc::test::dont_gc_reachable_data` test times out from time to time. It should either be fixed or removed. ## Other information and links