lotus/gateway
Rod Vagg f4b4cd3633 feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents
This is done with the intention to add new {Get,Subscribe}ActorEvents in a
future release (i.e. soon!) with both decoded values (dag-json represented)
and simplified (no flags or codec). But because this comes with some
trade-offs wrt fidelity of information (e.g. likely needing to drop events with
badly encoded values, and not retaining original codec), we need to also have
a Raw form of these APIs for consumers that want to take on the burden of
consuming them as they are.
2024-03-22 07:00:28 +01: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(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-22 07:00:28 +01:00
proxy_eth.go Make block param to EthEstimateGas optional 2023-11-29 10:26:22 +00:00
proxy_fil.go feat(events): add "Raw" suffix to {Get,Subscribe}ActorEvents 2024-03-22 07:00:28 +01:00