Friedger
Friedger
The screenshot shows that you have delegated 191k to xverse ("You are pooling.."). Note that delegated/pooled amount can be different to the balance. You can check what happened using https://fast-pool-ui.vercel.app/u/SP1234...
>I thought STX is either locked in solo mode or in a pool, and the rest is available. That is 100% correct. However, the pool operator decides how much to...
Yes, that sounds correct. Cycle 60, 0 STX locked because pool operator only locked during cycle 60. 1 STX left over so that you can make revoke transaction/stop pooling. 11.07.2023...
@markmhx we can query the contract for the address and delegation details
I usually write a simple helper contact that wraps read-only functions in public functions
Devnet. Via Deployment plans? No. I would need to use another tool like node fetch?
> What you tried to do? Why? Use case? Use clarinet integrate and not write and js code > What the current behavior (that, you already provided) Currently, I wrap...
@hugocaillard Here is the helper: https://github.com/friedger/clarity-stacking-pools/blob/main/contracts/testing/helper.clar and here is the deployment plan: https://github.com/friedger/clarity-stacking-pools/blob/main/deployments/1-alice-delegate.devnet-plan.yaml
Having `mineBlock([callReadOnlyFunc])` has two aspects: * During development/integration testing, it makes it easier to validate all calls in a stacks explorer. * During unit testing, it makes it easier to...
Using `bitcoin_explorer_image_url = "blockstream/esplora:latest"` seems to be not enough.