thetatoken / theta-eth-rpc-adaptor

An adaptor that translates the Theta RPC APIs to the Ethereum RPC APIs
https://docs.thetatoken.org/
24 stars 11 forks source link

No elite_edge_node_votes field in theta.GetBlockByHeight method #36

Open zhengwen-infstones opened 12 months ago

zhengwen-infstones commented 12 months ago

Sending theta.GetBlockByHeight request to a guardian node, in the json response a field named elite_edge_node_votes previously had data, but it becomes null later when I send the same query. Is it because the data on the node is pruned?