lotus/itests/kit
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
..
blockminer.go feat: itest: force PoSt more aggressively around deadline closure 2023-05-29 16:32:49 -04:00
circuit.go fix make gen 2022-08-29 16:25:30 +02:00
client.go feat: make RunClientTest louder when deals fail 2023-05-03 16:49:23 -04:00
control.go chore: fix imports 2022-06-14 17:00:51 +02:00
deals_state.go integrate store-the-hash 2021-11-18 12:07:12 +04:00
deals.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
ensemble_opts_nv.go feat: itests should run on latest network version 2023-04-23 13:59:14 -04:00
ensemble_opts.go chore: refactor: rename NewestNetworkVersion 2022-09-21 15:48:51 -04:00
ensemble_presets.go post workers: Cleanup, tests 2022-01-14 14:17:52 +01:00
ensemble.go chore: build: Merge/v22 into 21 for 23 (#10702) 2023-04-19 18:40:18 -04:00
evm.go Merge branch 'releases' into asr/merge-release-into-master 2023-03-01 14:18:35 -05:00
files.go chore: migrate to boxo 2023-06-19 14:45:05 -07:00
funds.go chore: fix imports 2022-06-14 17:00:51 +02:00
init.go Revert "Merge pull request #9858 from adlrocha/adlrocha/consistent-bcast" 2023-04-27 12:25:30 -07:00
itestd.go feat: shed: ItestD 2022-03-10 19:39:10 +01:00
log.go Add filter block range tests 2023-01-19 11:49:07 +00:00
mockcli.go chore: fix imports 2022-06-14 17:00:51 +02:00
node_full.go itests: Fix TestEthSubscribeLogs 2023-01-31 10:28:12 +01:00
node_miner.go refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
node_opts.go Set default path for eth event db, set it to enabled by default if EnableEthRPC is set 2023-01-19 18:40:28 -05:00
node_worker.go refactor: stop using deprecated io/ioutil 2023-03-29 15:40:49 -04:00
rpc.go itests: Test PoSt worker RPC error handling 2023-03-06 14:30:22 +01:00
run.go declare some tests as expensive. 2021-06-23 16:37:43 +01:00
solidity.go refactor: use EthHash for event topics 2023-02-10 07:41:29 -08:00
state.go NV18: Filecoin EVM runtime + Actor Events + EthAccount + EAM + f4 addressing (#9998) 2023-01-13 19:11:13 +00:00