vegaprotocol / vega

A Go implementation of the Vega Protocol, a protocol for creating and trading derivatives on a fully decentralised network.
https://vega.xyz
GNU Affero General Public License v3.0
37 stars 19 forks source link

Add transaction hash to API resposnes where it is available in data node DB already #10730

Open barnabee opened 5 months ago

barnabee commented 5 months ago

In data node, many tables are already populated with the transaction hash of the relevant transaction that created/updated the record. For example, transfers.

This ticket is for the low-hanging fruit:

This would be incredibly helpful to:

It would be good to get an understanding of how much work this would be and if it could be added fairly quickly.

edd commented 5 months ago

This would be better than #8687