Aaron Blankstein

Results 70 issues of Aaron Blankstein

We want to codify the practices for dealing with community PRs and _tracking_ PRs which need attention

The auth request token generated by Hello Blockstack is invalid: I see this code on helloblockstack.com ```javascript document.getElementById('signin-button').addEventListener('click', function(event) { event.preventDefault() var appDomain = window.location.hostname var privateKey = null var...

We should add a GH action that forces PRs to include `CHANGELOG.MD` changes.

feature
stale
deployment

Connecting to the Stacks testnets requires having the same initial balances configured for the genesis block as the rest of the network. Otherwise, the initialized node will operate as a...

stale

As part of updating PoX in Stacks 2.1, the PoX contract should implement: ``` ;; unlock "tx-sender" account early if account is eligible (define-public (stack-unlock)) ``` In order to allow...

PoX
stacks-2.1

As part of updating PoX in Stacks 2.1, the PoX contract should implement: ``` ;; increase the amount in "tx-sender"s active lockup (define-public (stack-increase (increase-by uint))) ;; increase the amount...

PoX
stacks-2.1

For the most part, any issues experienced in the Stacks testnet these days are caused by Bitcoin testnet block storms. During these events, Stacks block production grinds to a halt....

question

We should have some automated tooling for merging from `master` back to `develop` (and from `develop` back to `next`). It would be great if this was a github action triggered...

deployment

The build scripts currently use a release output from https://github.com/hirosystems/docker-osxcross-rust -- this works okay, but ultimately is pretty brittle if this repo ever wanted to update that dependency. It would...

The puppet-chain binary doesn't seem to be used anymore -- clarinet integrate and devnet do not use it for setting up a local regtest environment, and our integration tests do...

chore
good first issue