[✅ ] Are new methods/modules in core or not (i.e. porcelain or plumbing)?
[✅ ] Do you have good documentation on exported methods?
Change summary:
added transactionIndex and logIndex fields to subscription and registry updated.
Note: This is currently blocking the indexer team. So this PR is against a patch branch that does not include the latest breaking changes. We will deploy a release of this patch branch once it has been approved.
Problem
We are missing
transactionIndex
andlogIndex
data from subscriptions and registry updates. link to Pivotal Tracker #179304614Solution
Add the data back.
Double Checks:
Change summary:
transactionIndex
andlogIndex
fields to subscription and registry updated.Note: This is currently blocking the indexer team. So this PR is against a patch branch that does not include the latest breaking changes. We will deploy a release of this patch branch once it has been approved.