dominant-strategies / go-quai

Official Go Implementation of the Quai Network
GNU General Public License v3.0
2.36k stars 456 forks source link

UTXO - Qi index running out after 2 bytes #1861

Closed mibuono closed 2 weeks ago

mibuono commented 3 weeks ago

Index is running out on 2 bytes - since we have a 2 byte index, there is a problem with how we are indexing past the first two bytes.

quai_getBlockByNumber.json

jdowning100 commented 3 weeks ago

@mibuono Why do we need to support more than 65k outputs in a transaction?

jdowning100 commented 2 weeks ago

https://github.com/quai-network/qips/blob/master/qip-0007.md#coinbase-transaction I think I found what they're looking at.