Edu
Edu
**Describe the bug** The results from `/extended/v2/pox/cycles/{cycle_number}/signers/{signer_key}/stackers` contain some stackers more than once. **To Reproduce** The following script gets dupes. You can try it with cycle 86 and signer public...
The https://docs.hiro.so/api/get-stackers-for-signer-in-po-x-cycle endpoint is returning the PoX address of the pool, not the pox address of each stacker. 
The `/extended/v2/pox/cycles/:cycle_number/signers/:signer_key/stackers` endpoint ([docs](https://docs.hiro.so/api/get-stackers-for-signer-in-po-x-cycle)) requires the signer key to be provided with a `0x` prefix. To match the behavior in other Hiro tools when dealing with hex-encoded strings, such as...
### What OS are you using Ubuntu 24.04 LTS ### What did you expect to see and what you saw instead? As part of the prereqs, users should install ```shell...
The btc / stx price indicator can be a bit of a distraction. Would be great to be able to hide the price feed on the top right of the...
Like https://mempool.space/tx/push, but for the Stacks Explorer.
Would be great if the result returned by programmatic API organized the results organized in their own keys. Currently, file names with unused exports are top level properties alongside the...
Multiline objects aren't formatted properly. E.g, the following will fail to format: ```toml [install.scopes] "@myorg2" = { username = "myusername", password = "$NPM_PASS", url = "https://registry.myorg.com/" } ```
### Problem If I understood correctly, the `poxAddressToTuple()` and `poxAddressToBtcAddress()` methods convert a bitcoin pox address b/w the string format and the tupleCV format used by the pox-4 contract. Going...
### What version of Stacks.js are you using? ``` installed @stacks/[email protected] with binaries: - stx - stacks ``` ### Describe the bug When running a command, such as `stacks make_keychain`,...