Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving types and helper functions to a new typescript sbtc library #135

Merged
merged 3 commits into from
May 19, 2023

Conversation

radicleart
Copy link
Collaborator

No description provided.

@radicleart radicleart added the enhancement New feature or request label May 19, 2023
@radicleart radicleart added this to the Phase III milestone May 19, 2023
@radicleart radicleart self-assigned this May 19, 2023
@radicleart radicleart linked an issue May 19, 2023 that may be closed by this pull request
@cloudflare-pages
Copy link

cloudflare-pages bot commented May 19, 2023

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0af6020
Status: ✅  Deploy successful!
Preview URL: https://0d6aba7f.sbtc-bridge.pages.dev
Branch Preview URL: https://feat-133-create-typescript-b.sbtc-bridge.pages.dev

View logs

@radicleart radicleart merged commit b708abd into staging May 19, 2023
1 check passed
@radicleart radicleart deleted the feat/133-create-typescript-bridge-library branch May 19, 2023 12:35
@radicleart radicleart mentioned this pull request May 19, 2023
radicleart added a commit that referenced this pull request May 19, 2023
* 1. bug - wrong network selected in peg out flow. (#127)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Feat/128 as a user i want to spend the reclaim script path (#134)

* 1. bug - wrong network selected in peg out flow. (#127) (#129)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Chore: test fixes

* Moving types and helper functions to a new typescript sbtc library (#135)

* Moving types and helper functions to a new typescript sbtc library

* Added some unit tests for building and parsing deposit/withdrawal payloads

* Published and installed sbtc-bridge-lib to npm repo
radicleart added a commit that referenced this pull request May 19, 2023
* 1. bug - wrong network selected in peg out flow. (#127)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Feat/128 as a user i want to spend the reclaim script path (#134)

* 1. bug - wrong network selected in peg out flow. (#127) (#129)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Chore: test fixes

* Moving types and helper functions to a new typescript sbtc library (#135)

* Moving types and helper functions to a new typescript sbtc library

* Added some unit tests for building and parsing deposit/withdrawal payloads

* Published and installed sbtc-bridge-lib to npm repo

* Bug/137 bug deposit amount tracks utxo set (#138)

* Bug- remove checks vs UTXO set from peg in amount

* Bug- remove pay with web wallet if balance is less than deposit value

* chore: unit tests
radicleart added a commit that referenced this pull request May 24, 2023
* 1. bug - wrong network selected in peg out flow. (#127)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Feat/128 as a user i want to spend the reclaim script path (#134)

* 1. bug - wrong network selected in peg out flow. (#127) (#129)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Chore: test fixes

* Moving types and helper functions to a new typescript sbtc library (#135)

* Moving types and helper functions to a new typescript sbtc library

* Added some unit tests for building and parsing deposit/withdrawal payloads

* Published and installed sbtc-bridge-lib to npm repo

* Bug/137 bug deposit amount tracks utxo set (#138)

* Bug- remove checks vs UTXO set from peg in amount

* Bug- remove pay with web wallet if balance is less than deposit value

* chore: unit tests

* Chore: added .npmignore so npm registry doesn't use .gitignore to ignore the dist directory and simplified imports.

* Updated lib imports for docker environment - works a little different from command line
Renamed field btcTxid to btcTxId

* Updated lib imports for docker environment - works a little different from command line

* Switched the cardinal stacks bitcoin address to ordinal. Taproot spend paths require bech32m addresses.

* no message

* bug: path rename
radicleart added a commit that referenced this pull request May 30, 2023
* 1. bug - wrong network selected in peg out flow. (#127)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Feat/128 as a user i want to spend the reclaim script path (#134)

* 1. bug - wrong network selected in peg out flow. (#127) (#129)

2. refactored code in the deposit / commit / reveal
3. added settings switch to test the flow with random private key

* Begun support for reclaiming unspent - WP
Refactored the two build views for deposits and Withdrawals to make them simpler.

* Chore: test fixes

* Moving types and helper functions to a new typescript sbtc library (#135)

* Moving types and helper functions to a new typescript sbtc library

* Added some unit tests for building and parsing deposit/withdrawal payloads

* Published and installed sbtc-bridge-lib to npm repo

* Bug/137 bug deposit amount tracks utxo set (#138)

* Bug- remove checks vs UTXO set from peg in amount

* Bug- remove pay with web wallet if balance is less than deposit value

* chore: unit tests

* Move the reveal/reclaim pubkeys server side.

* Chore: test fix.

* Aligned unwrap with wrap by altering the flow to be op_drop only.

* Holding back design changes for their own PR.

* Holding back design changes for their own PR.

* Aligned unwrap with wrap by altering the flow to be op_drop only.

* bug - limit on max amount of withdraw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create typescript Bridge library
1 participant