-
Notifications
You must be signed in to change notification settings - Fork 22
sbtc-bridge-web is statically configured #230
Comments
When I manually configure the bridge, the api explodes with
|
@radicleart I might need your help understanding these errors. |
Will look into and try to reproduce.
…On Thu, 5 Oct 2023, 19:18 0x1, ***@***.***> wrote:
@radicleart <https://github.com/radicleart> I might need your help
understanding these errors.
—
Reply to this email directly, view it on GitHub
<stacks-network/sbtc#230 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBORIMDGNPPYE3NOMAJQULX532XHAVCNFSM6AAAAAA5UMTXASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONBZGQZDCMZYGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@EmbeddedAndroid i just built but the http://stacks-api:3999 service isn't running - i think i saw an open issue for this? Another issue is the containers for the web and maybe api are pretty old. Is there a way to remove or override the caching policy for these two containers - main changes regularly and the two apps are coupled? Aside this there are dependence on contract deployment the bridge won't function until its linked to a contract and also on the leather on devnet issue - i think this is the cause of UTXO related errors as its using the testnet addresses in the wallet to fetch UTXOs. . |
stacks-api shouldn't have any issues, if the stacks-explorer is working the api is too. One thing to check, the
The only way I think we can do this now is
However that isn't a fix for the issue your raising. Let me research a better solution.
What is the process to link the bridge to a contract? I added this: EmbeddedAndroid/sbtc-bridge-web@2b13c9b#diff-0b4f5977a52cef50ed20e7cdf9761795df9ee1cb3b5e5ea45edeb9394e8a47ffL31 but wasn't sure if I needed to do something else. |
Thanks i can see stacks api now. The contract is set on the API via environment parameter in docker compose. Bridge will see it once its deployed. |
@radicleart I'm going to assign this to you. Are you unblocked on this now? |
Hey @AshtonStephens - i am looking at this but don't think the bridge will work on deven until the Leather wallet supports (this is closed bu the the work is ongoing?) regtest Bitcoin addresses - part of the error above is the bridge trying to fetch UTXOs from regtest using the testnet addresses in the wallet. In meantime I've prioritised trying to run Romeo on testnet against the Bridge. |
Working to fix this and stumbled on this issue getumbrel/umbrel-os#248 that affects the bridge on devnet. the mempool /:address/utxo, that the api relies on, is not implemented in mempool devnet (its only supported in testnet/mainnet). Looking for workarounds for this. |
Expected Behavior
The sbtc-bridge-web app can be configured without source code changes
Actual Behavior
EmbeddedAndroid/sbtc-bridge-web@2b13c9b
Steps to Reproduce
Attempt to use the sbtc-bridge-web interface with leather wallet after a mint.
Screenshots or Videos
The text was updated successfully, but these errors were encountered: