planetarium / Corvette

An EVM event monitoring and indexing service.
GNU Lesser General Public License v2.1
1 stars 2 forks source link

Remove transactionIndex #48

Closed tkiapril closed 1 year ago

tkiapril commented 1 year ago

It seems like logIndex is specific to the block itself rather than the transactionIndex (https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_getfilterchanges). I had it there because I thought the logIndex was specific to the transaction so it would be required to establish uniqueness, but now that I know it isn't, it seems like transactionIndex is of no significant use.