lotus/cmd
Jorropo 6c01310728
chore: migrate to boxo
This migrates everything except the `go-car` librairy: https://github.com/ipfs/boxo/issues/218#issuecomment-1529922103

I didn't migrated everything in the previous release because all the boxo code wasn't compatible with the go-ipld-prime one due to a an in flight (/ aftermath) revert of github.com/ipfs/go-block-format. go-block-format has been unmigrated since slight bellow absolutely everything depends on it that would have required everything to be moved on boxo or everything to optin into using boxo which were all deal breakers for different groups.

This worked fine because lotus's codebase could live hapely on the first multirepo setup however boost is now trying to use boxo's code with lotus's (still on multirepo) setup: https://filecoinproject.slack.com/archives/C03AQ3QAUG1/p1685022344779649

The alternative would be for boost to write shim types which just forward calls and return with the different interface definitions.

Btw why is that an issue in the first place is because unlike what go's duck typing model suggest interfaces are not transparent https://github.com/golang/go/issues/58112, interfaces are strongly typed but they have implicit narrowing. The issue is if you return an interface from an interface Go does not have a function definition to insert the implicit conversion thus instead the type checker complains you are not returning the right type.

Stubbing types were reverted https://github.com/ipfs/boxo/issues/218#issuecomment-1478650351

Last time I only migrated `go-bitswap` to `boxo/bitswap` because of the security issues and because we never had the interface return an interface problem (we had concrete wrappers where the implicit conversion took place).
2023-06-19 14:45:05 -07:00
..
chain-noise chore: fix imports 2022-06-14 17:00:51 +02:00
lotus fix: supply extra params for ReportConsensusFaultParams 2023-06-09 10:15:14 +08:00
lotus-bench Upgrade urfave dependency which now supports DisableSliceFlagSeparator flag 2023-06-07 15:47:58 -05:00
lotus-fountain set default data-cap same as MinVerifiedDealSize 2023-05-24 22:09:29 -07:00
lotus-gateway gateway: eth_subscribe support 2023-01-31 10:28:12 +01:00
lotus-health fix make gen 2022-08-29 16:25:30 +02:00
lotus-keygen NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00
lotus-miner Merge pull request #10923 from filecoin-project/feat/sectors-upgradebounds-cli 2023-05-30 20:34:38 +02:00
lotus-pcr refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
lotus-seed refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
lotus-shed chore: migrate to boxo 2023-06-19 14:45:05 -07:00
lotus-sim feat: chainstore: batch writes of tipsets 2023-05-02 17:26:07 -04:00
lotus-stats Bump http-server-timeout default to 30s 2022-11-29 14:38:44 +00:00
lotus-wallet Merge remote-tracking branch 'upstream/master' into adlrocha/cns-iface-master 2022-12-05 18:16:14 +01:00
lotus-worker Update redeclare cmd on Lotus-Workers 2023-05-18 18:04:10 +02:00
tvx chore: migrate to boxo 2023-06-19 14:45:05 -07:00