stacks-network / sbtc-bridge-api

GNU Affero General Public License v3.0
6 stars 4 forks source link

Removed reclaim and reveal keys - see https://github.com/stacks-netwo… #81

Closed radicleart closed 1 year ago

radicleart commented 1 year ago

Description

Bug Fix: Simplified the way the sbtc-wallet-public-key is handled and passed around. Removed the dependence on reveal and reclaim public keys - these were custodial versions of the sbtc wallet public key used to unblock development work in early stages of project.

Fix

The wallet connect click handler was failing to fire due to an earlier exception related to the wallets public key now being defined. This only happened in a certain context and had an easy fix which involved refactoring the the way the key was passed from the front to back end service.