hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
172 stars 111 forks source link

Ensure API support of OrderIndependentMultisigSpendingCondition #1984

Closed zone117x closed 4 weeks ago

zone117x commented 4 months ago

New transaction wire format implemented in https://github.com/stacks-network/stacks-core/pull/3710

In Scope

smcclellan commented 4 months ago

This may need attention in stacks.js as well. /cc @janniks

smcclellan commented 3 months ago

To be completed week of July 5th, corresponding with upstream code complete date.

zone117x commented 1 month ago

Deserialization support was implemented in https://github.com/hirosystems/stacks-encoding-native-js/pull/18 This repo needs a unit test that ingests this type of tx ensure everything works correctly.

smcclellan commented 1 month ago

I've updated this ticket to include the creation of the unit test & resolution of any ingestion problems.

zone117x commented 1 month ago

We can generate these txs in a naka env and use a tsv replay to test cc @janniks