Skip to content

Add input/output/payout IDs to ProcessedTranasctions

David Vorick requested to merge output-ids into master

Exchanges have been using txids. Mining pools have started making payouts to many people in a single transaction, meaning txids is no longer useful for these payouts.

Exchanges are forced to switch to using output ids, which aren't available in the API yet. This PR extends the API to provide the output ids.

This PR is rushed so that the exchanges can pull the code and start testing on it right away. Before merging, this will need to update the API docs, and need to add some proper testing.

Merge request reports