Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

[DR] sBTC deposit transaction not minting sBTC in devenv #220

@kenrogers

Description

@kenrogers

Expected Behavior

When running devenv and initiating a deposit using the deposit.sh helper, a mint transaction would be triggered on the stacks chain.

Actual Behavior

The deposit transaction is created and broadcasted successfully to the bitcoin regtest network, but no corresponding mint transaction occurs on the stacks chain.

Steps to Reproduce

  1. Follow setup steps according to devenv README to get containers built and running
  2. Change the mnemonic in config.json to match Devnet deployer address
  3. Deploy contracts using deploy_contracts.sh
  4. Mine 200 BTC with mine_btc.sh 200
  5. Initiate deposit with deposit.sh
  6. Transaction shows in Bitcoin Explorer but no sBTC mint function follows

Screenshots or Videos

On running log.sh sbtc I do see this error after the Stacks chain begins mining blocks
image

Here is a screen share of my process:

bugdemo.mp4

Metadata

Metadata

Labels

alpha-romeobugSomething isn't workingdevenvDevelopment Environment

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions