lotus/gateway
Steven Allen fee480193e feat: apply gateway lookback limit to eth API lookback
This change:

1. Introduces new "limited" API endpoints for EthGetTransactionByHash
   and EthGetTransactionReceipt that accept lookback-limits.
2. Implements the gateway version of these API endpoints by calling the
   limited variants with the default message search lookback limit.

fixes #10412
2023-03-15 16:11:11 -07:00
..
eth_sub.go itests: Fix TestEthSubscribeLogs 2023-01-31 10:28:12 +01:00
handler.go gateway: eth_subscribe support 2023-01-31 10:28:12 +01:00
node_test.go gateway: eth_subscribe support 2023-01-31 10:28:12 +01:00
node.go feat: apply gateway lookback limit to eth API lookback 2023-03-15 16:11:11 -07:00
proxy_eth.go feat: apply gateway lookback limit to eth API lookback 2023-03-15 16:11:11 -07:00
proxy_fil.go feat: gateway: export StateVerifierStatus 2023-03-14 13:39:05 -04:00