Hank Stoever
Hank Stoever
Reported issue: When fetching results with over the maximum count of records, radiks-server automatically adds pagination links to the JSON. However, it appears that it doesn't properly include the host...
I'm working on an app that makes structured data signature requests, and I was testing out using a Ledger to make the signature. When I click "sign", nothing happens, and...
Dark mode in Leather doesn't handle the signed structured data popup:
Based on my notes in [this discussion](https://github.com/stacks-network/stacks-core/discussions/4371), this PR implements a burn op for `vote-for-aggregate-key`. This PR is currently a work in progress. The code exists for parsing and storing...
In pox-4 we have authorizations (via pre-set authorizations or via signatures) around usage of a signer key, but those authorizations do not cover the amount of STX used. These authorizations...
This PR adds a new mod at `stacks-signer/src/signerdb.rs` with functions to interact with a SQLite database for state management. This is built on top of #4287 because that PR refactors...
I caught an issue when running the Nakamoto devnet locally. I only have 1 signer, and in that case `threshold` is set to `0`, because 70% of 1 is 0...
We recently added a `signer-sig` parameter to `pox-4` transactions that include a `signer-key` as an argument. The purpose of that signature is to ensure that the signer has authorized the...
Opening this based off this discussion: https://github.com/stacks-network/stacks-core/pull/4268#issuecomment-1906257529 PR #4268 adds the `stacks-signer` and other binaries to the Docker images that we create in CI runs. Previously, only the `stacks-node` binary...
As part of [Clarigen](https://clarigen.dev) I have a step where I basically evaluate all constants and variables to get their default values. The way I do this is by re-deploying the...