You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: basic json-rpc failed on pruned nodes (#550)
* Problem: json-rpc failed on pruned nodes
Solution:
- Make basic json-rpc apis works on pruned nodes
- Test with integration tests
* fix pystarport
* remove duplicated call
* fix pystarport
* fix integration test
* check eth_balance/eth_call don't work on pruned heights
|`ContractByDenom`|[ContractByDenomRequest](#cronos.ContractByDenomRequest)|[ContractByDenomResponse](#cronos.ContractByDenomResponse)| ContractByDenom queries contract addresses by native denom | GET|/cronos/v1/contract_by_denom/{denom}|
220
255
|`DenomByContract`|[DenomByContractRequest](#cronos.DenomByContractRequest)|[DenomByContractResponse](#cronos.DenomByContractResponse)| DenomByContract queries native denom by contract address | GET|/cronos/v1/denom_by_contract/{contract}|
256
+
|`ReplayBlock`|[ReplayBlockRequest](#cronos.ReplayBlockRequest)|[ReplayBlockResponse](#cronos.ReplayBlockResponse)| ReplayBlock replay the eth messages in the block to recover the results of false-failed txs. ||
0 commit comments