Matthew Little
Matthew Little
See https://github.com/blockstack/stacks-blockchain-api/pull/414#discussion_r564097195_ An address used for the stack-stx function arg list recreation needs first output address of the bitcoin transaction. However, this requires more info from the stacks-node event.
When the API and stacks-node are both started, the API immediately boots the event observer http server in order to prevent an inter-process deadlock. However, the API waits until the...
Query for micro-fork rates. This can be a one-time task using the db for the microblock mainnet deployment that has been running for a couple months now. It would be...
> Would be helpful to use a common format when describing amounts of currency, potentially even [Rossetta's schema](https://www.rosetta-api.org/docs/models/Amount.html), as to avoid satoshis getting confused with uSTX. _Originally posted by @kyranjamie...
Initial support for `JsBigInt` (neon) / `bigint` (js). So far implemented wrappers for creating and getting bigints using `i64` and `u64`. TODO: * [ ] Unit tests * [ ]...
Stacks 2.1 adds two new transaction types: * `coinbase-pay-to-alt-recipient`, see https://github.com/stacks-network/stacks-blockchain/pull/3164 * `versioned-smart-contract`, see https://github.com/stacks-network/stacks-blockchain/pull/3192 For reference, deserializers (and some test vectors) have been added for both of these in...
Would be nice to have a `class TeamCityGitDataResolver : IGitDataResolver` For example, when the Codecov.io bash script is ran in a teamcity build step, the following output is given: ```...
This is a partial blocker for PoX-2 support in the API (and clients that depend on PoX related features in the API). Every operation that changes PoX state should emit...
Temporary fix for https://github.com/stacks-network/stacks-blockchain/issues/3261 This change simply specifies `is_pox_active: false` when encountering the `db_error:NotFoundError` rather than returning 500, because the rest of the response is still good enough for clients...
Currently running the `next`/Stacks2.1 branch with a regtest node and it crashed after ~2000 blocks. Using this config: https://github.com/zone117x/stacks-regtest-env/blob/6d83990b01da137ec268d7eebeef4a15e3bcc780/stacks-krypton-miner.toml Here's the logs I have. Unfortunately did not have debug logging...