vechain / vechain-sdk-js

The official JavaScript SDK for VeChain.
23 stars 9 forks source link

eth_getLogs - refinements #580

Closed rodolfopietro97 closed 3 weeks ago

rodolfopietro97 commented 6 months ago

According to the vechain node swagger, the logIndex and the transactionIndex are not returned. If, as reported, the only alternative is to query a block for every entry log, we can implement it in the eth_subscribe call, in which logs are referring just to one block (which is get before invoking eth_getLogs).

victhorbi commented 2 months ago

@rodolfopietro97 as you were suggesting, let's make sure to collect all the requirements for the protocol team.

victhorbi commented 3 weeks ago

duplicated, can be closed like #1074