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

Ensure API support of OrderIndependentMultisigSpendingCondition

Open zone117x opened this issue 1 year ago • 5 comments

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

In Scope

  • Add unit test for the new wire format
  • Resolve any ingestion issues that arise

zone117x avatar May 27 '24 09:05 zone117x

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

smcclellan avatar May 28 '24 15:05 smcclellan

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

smcclellan avatar Jun 12 '24 15:06 smcclellan

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.

zone117x avatar Aug 06 '24 16:08 zone117x

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

smcclellan avatar Aug 06 '24 17:08 smcclellan

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

zone117x avatar Aug 23 '24 15:08 zone117x