Replies: 1 comment 1 reply
-
|
As mentioned before, some of these changes that replace rather than append could affect the reliability of the API. Not saying this one shouldn't be implemented, but can we include an "impact analysis" of these suggestions in the OP, to make sure we're not causing trouble by changing things? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@razgraf, @gavriliumircea
See my StackExchange post to understand the difference between
logIndexandtransactionLogIndex.The idea is to use
transactionLogIndexinstead oflogIndexin theAction.idbecause:logIndexis the index of the log in the block.transactionLogIndexis the index of the log in the transaction.idalready includes the tx hash, so it makes sense to contain an index that is specifically related to the tx.Related:
Event.logIndextoEvent.blockLogIndexgraphprotocol/graph-tooling#2038Beta Was this translation helpful? Give feedback.
All reactions