stacks-blockchain-api icon indicating copy to clipboard operation
stacks-blockchain-api copied to clipboard

[Stacks 2.1] Support `coinbase-pay-to-alt-recipient` transactions

Open zone117x opened this issue 3 years ago • 1 comments

Support coinbase-pay-to-alt-recipient transactions, see https://github.com/stacks-network/stacks-blockchain/pull/3164

Blocked by bug in the stacks-node, see https://github.com/stacks-network/stacks-blockchain/issues/3258

zone117x avatar Aug 17 '22 08:08 zone117x

Support implemented in https://github.com/hirosystems/stacks-blockchain-api/pull/1283

However, STX balances will be reported incorrectly for miners who use the new coinbase-pay-to-alt due to https://github.com/stacks-network/stacks-blockchain/issues/3258

Once that bug is fixed on the Stacks-node then it should also be fixed in the API without additional changes.

zone117x avatar Aug 18 '22 15:08 zone117x

Closed with https://github.com/hirosystems/stacks-blockchain-api/pull/1413 + https://github.com/stacks-network/stacks-blockchain/pull/3373

zone117x avatar Nov 04 '22 15:11 zone117x