lotus/node/modules
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
..
dtypes chore: migrate to boxo 2023-06-19 14:45:05 -07:00
helpers more lint fixes 2019-07-02 19:45:03 +02:00
lp2p chore: migrate to boxo 2023-06-19 14:45:05 -07:00
testing chore: migrate to boxo 2023-06-19 14:45:05 -07:00
tracer tracer: move es transport to net/http + format 2023-05-22 09:43:07 +02:00
actorevent.go fix: events: don't set GC confidence to 1 2023-04-20 14:45:55 -07:00
alerts.go Alert if higher then 24 2023-05-31 09:43:26 -04:00
blockstore.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
chain.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
client.go feat(deps): update to go-data-transfer v2, still wip 2023-03-07 11:44:29 -08:00
core.go refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
ethmodule.go Prefill GetTipsetByHeight skiplist cache on lotus startup 2023-06-06 15:17:34 -05:00
genesis.go chore: fix imports 2022-06-14 17:00:51 +02:00
graphsync.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
ipfs.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
mpoolnonceapi.go Add Mpool ref to raft state and rearrange some APIs 2022-09-29 10:56:57 +00:00
msgindex.go no need to return error from DummyMsgIndex DI constructor 2023-03-13 12:00:48 +02:00
paych.go chore: fix imports 2022-06-14 17:00:51 +02:00
rpc.go Address moar comments 2022-09-22 16:27:15 -04:00
services.go Revert "Merge pull request #9858 from adlrocha/adlrocha/consistent-bcast" 2023-04-27 12:25:30 -07:00
stmgr.go hook the index into the rest of lotus 2023-03-12 15:25:07 +02:00
storage.go fix lint 2021-03-09 23:38:28 +01:00
storageminer_dagstore.go Don't use go-libp2p-core 2022-08-25 14:20:41 -04:00
storageminer_idxprov_test.go Upgrade to index-provider 0.10.0 2023-01-10 13:08:04 +00:00
storageminer_idxprov.go Replace use of storetheindex with go-libipni 2023-05-17 11:41:00 -07:00
storageminer_svc.go chore: fix imports 2022-06-14 17:00:51 +02:00
storageminer.go sealing: Attempt to improve upgrade sector selection 2023-05-26 12:31:35 +02:00