bitcoinjs / indexd

An external bitcoind index management service module
ISC License
53 stars 23 forks source link

txoByTxo is limited #15

Closed dcousens closed 6 years ago

dcousens commented 6 years ago

The only "extra" information returned is value, useful, but, could probably do better. scId too?

Is that even useful without a mapping? Do we want:

scId -> script

For reverse mapping that information?

dcousens commented 6 years ago

The name is insanely confusing too

dcousens commented 6 years ago

I think, for now key(txId | vout), value(value | script) is good.

This is backwards compat.

dcousens commented 6 years ago

Wasn't backwards compat... for next version :)

dcousens commented 6 years ago

Added https://github.com/bitcoinjs/indexd/issues/15#issuecomment-343058195 in the https://github.com/bitcoinjs/indexd/pull/37 branch