diff --git a/scripts/devnet/.env b/scripts/devnet/.env index 4a02982f5b14..51d1e210e6aa 100644 --- a/scripts/devnet/.env +++ b/scripts/devnet/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.0-rc1-2k +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.1-rc1-2k FOREST_DATA_DIR=/forest_data LOTUS_DATA_DIR=/lotus_data FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters diff --git a/scripts/tests/api_compare/.env b/scripts/tests/api_compare/.env index a393f0fc0bb0..c98db88f7db5 100644 --- a/scripts/tests/api_compare/.env +++ b/scripts/tests/api_compare/.env @@ -1,6 +1,6 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters FOREST_IMAGE=ghcr.io/chainsafe/forest:edge-fat -LOTUS_IMAGE=filecoin/lotus-all-in-one:72ac4c059-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.1-rc1-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 LOTUS_VIA_GATEWAY_RPC_PORT=4568 diff --git a/scripts/tests/api_compare/filter-list b/scripts/tests/api_compare/filter-list index 0656b736d920..02dc8cafde9f 100644 --- a/scripts/tests/api_compare/filter-list +++ b/scripts/tests/api_compare/filter-list @@ -1,2 +1,7 @@ # This list contains potentially broken methods (or tests) that are ignored. # They should be considered bugged, and not used until the root cause is resolved. + +!Filecoin.StateGetNetworkParams +!Filecoin.EthEstimateGas +!Filecoin.EthGetBlockByHash +!Filecoin.EthGetBlockByNumber diff --git a/scripts/tests/api_compare/filter-list-gateway b/scripts/tests/api_compare/filter-list-gateway index df7c3724e05d..24acbdc7b0ea 100644 --- a/scripts/tests/api_compare/filter-list-gateway +++ b/scripts/tests/api_compare/filter-list-gateway @@ -9,6 +9,7 @@ !Filecoin.ChainStatObj !Filecoin.ChainTipSetWeight !Filecoin.EthGetBlockReceiptsLimited +!Filecoin.EthGetTransactionByHashLimited !Filecoin.F3 !Filecoin.GasEstimateGasLimit !Filecoin.MinerCreateBlock @@ -64,3 +65,10 @@ !Filecoin.StateSearchMsg # https://github.com/filecoin-project/lotus/pull/13562 !Filecoin.EthGetTransactionReceiptLimited +# https://github.com/filecoin-project/lotus/pull/13640 +!Filecoin.StateGetNetworkParams +# https://github.com/filecoin-project/lotus/pull/13644 +!Filecoin.EthEstimateGas +# https://github.com/filecoin-project/lotus/pull/13618 +!Filecoin.EthGetBlockByHash +!Filecoin.EthGetBlockByNumber diff --git a/scripts/tests/api_compare/filter-list-offline b/scripts/tests/api_compare/filter-list-offline index 7aa00e70a803..b35a2394123b 100644 --- a/scripts/tests/api_compare/filter-list-offline +++ b/scripts/tests/api_compare/filter-list-offline @@ -33,3 +33,6 @@ !Filecoin.ChainSetHead !Filecoin.EthTraceFilter !Filecoin.EthTraceReplayBlockTransactions +!Filecoin.StateGetNetworkParams +!Filecoin.EthEstimateGas +!Filecoin.EthGetBlockByHash diff --git a/scripts/tests/bootstrapper/.env b/scripts/tests/bootstrapper/.env index 311fe7e5c641..668da3ea672a 100644 --- a/scripts/tests/bootstrapper/.env +++ b/scripts/tests/bootstrapper/.env @@ -1,5 +1,5 @@ # Note: this should be a `fat` image so that it contains the pre-downloaded filecoin proof parameters -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.0-rc1-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.1-rc1-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345 diff --git a/scripts/tests/snapshot_parity/.env b/scripts/tests/snapshot_parity/.env index d7e81e8d2a99..dcb88d1dbea6 100644 --- a/scripts/tests/snapshot_parity/.env +++ b/scripts/tests/snapshot_parity/.env @@ -1,4 +1,4 @@ -LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.0-rc1-calibnet +LOTUS_IMAGE=filecoin/lotus-all-in-one:v1.36.1-rc1-calibnet FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters LOTUS_RPC_PORT=1234 FOREST_RPC_PORT=2345