tyshko5
tyshko5
Hailong said that tiny_cid is used only by libp2p-bitswap which will valish after his update
> Please comment why you believe deleting the test is the best approach. It was testing functions that don't exist anymore
> > > Please comment why you believe deleting the test is the best approach. > > > > > > It was testing functions that don't exist anymore >...
> @tyshko5 what's the status of this PR? I think we cannot rewrite this test, the code is too outdated, the structs used there don't exist and the ones, that...
`fvm` uses v11.0 of `filecoin-proofs-api` so we cannot update
This is already done
`bls-signatures` needs `blst` to be `v0.3.10` while`filecoin-proofs-api v11.1.0` needs `blst` to be `v0.3.5`. Therefore this is blocked until `filecoin-proofs-api` is updated
`filecoin-proofs-api v11.1.0` require `v0.3.5` exactly
Unfortunately even with the latest `ilecoin-proofs-api` (which is `v12.0` currently) we are having exactly the same problem as earlier, albeit with different versions of (now `v0.3.10` vs `v0.3.9`)
I consider this update not to be possible unless we fork `quickcheck`. An important change is that `Gen` stopped being a trait and became a struct. Also `gen_bool` function vanished....