Matthew Little
Matthew Little
Some additional guidance on how I think the rosetta-cli should be used for testing: Now that [latest Rosetta PR](https://github.com/blockstack/stacks-blockchain-api/pull/221) includes a jest test suite for end-to-end rosetta testing, I think...
> Also, for my test transactions I do some STX transfer transactions, contract deploy and call contract functions in my ts test file. I notice that some (1 or 2)...
Can we do something similar for our end-conditions?
Related to rosetta maintenance work, cc @rafaelcr
Similar to https://github.com/blockstack/stacks-blockchain-api/issues/286#issuecomment-707139913, we'd need to make a new `/extended` endpoint for this feature. This one is pretty easy since we'd use the Clarity-repr formatter available at https://github.com/blockstack/stacks-transactions-js/blob/1faf94a72af70aac8917e1d0874a1227377fc65a/src/clarity/clarityValue.ts#L58
Also need to update the faucet code to use tx-multicasting if configured. EDIT: Charlie made a dedicated issue https://github.com/hirosystems/stacks-blockchain-api/issues/1003
This is very strange. I'd expect one of those 2 txs to have failed in some way or be non-canonical. We need to do some debugging to see if this...
Yeah, the txs generated by the API for this are still incorrect. Per Aaron's comment, we need more info from the stacks-node for these events.
Issue created https://github.com/blockstack/stacks-blockchain/issues/2591
> Ideally, we could set a rule to the CHANGELOG generator that detects changes in the /src/migrations directory to add this note automatically. This sounds like a good approach. We...