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

Test code debugging th ole account switcheroonie problem #221

Commits on May 19, 2023

  1. Deposit amount bug (#139)

    * 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 authored May 19, 2023
    Configuration menu
    Copy the full SHA
    e4a4217 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Bug: emergency fix.

    radicleart committed May 23, 2023
    Configuration menu
    Copy the full SHA
    1cf29c2 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Feat/140 track status of reveal and reclaim transactions (#141)

    * 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 authored May 24, 2023
    Configuration menu
    Copy the full SHA
    4f8ff7b View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Feat/142 qr codes (#144)

    * 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
    radicleart authored May 30, 2023
    Configuration menu
    Copy the full SHA
    049812a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Implementation of UI/UX design (#152)

    Feature development on deposits
    Feature development on op_return
    radicleart authored Jun 19, 2023
    Configuration menu
    Copy the full SHA
    16e1d57 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. fix: design implementation (#154)

    * fix: design implementation
    
    * fix: design implementation
    
    * fix: design implementation
    
    * fix: design implementation
    
    * fix: design implementation
    Macxim authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7ce18a4 View commit details
    Browse the repository at this point in the history
  2. Feat/153 bug fixes (#155)

    * no message
    
    * Chore: unit tests
    
    * Chore: unit tests
    radicleart authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a2ce3d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix: remove Stacks logo in Brand (#156)

    * fix: remove Stacks logo in Brand
    
    * fix: design implementation
    Macxim authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e03691e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8d8b7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768dd8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    919cbcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6995542 View commit details
    Browse the repository at this point in the history
  6. chore: ui tweak

    radicleart committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f2d4f8b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'feat/157-replace-satoshis-with-bitcoin'

    * feat/157-replace-satoshis-with-bitcoin:
      chore: ui tweak
      Replace mention and display of sats with btc
    radicleart committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    928d1b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    e32cd6c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    bd0894d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf5991c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eff0506 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7cffac View commit details
    Browse the repository at this point in the history
  5. fix: menu responsive (#159)

    * fix: menu responsive
    
    * fix: menu responsive
    
    * fix: menu responsive
    
    * fix: spacing
    
    ---------
    
    Co-authored-by: Mike Cohen <[email protected]>
    Macxim and radicleart authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    80af708 View commit details
    Browse the repository at this point in the history
  6. [Deposit flow] fix: design implementation (#160)

    * fix: design implementation
    
    * fix: design implementation
    
    * chore: cleanup
    
    * chore: focus state on tab navigation
    
    * chore: focus state on tab navigation
    
    * chore: cleanup
    
    * fix: design implementation
    
    * fix: button design implementation
    
    * fix: design implementation
    
    * fix: add Bitcoin logo to BitcoinAmountField
    
    * chore: cleanup
    
    * chore: cleanup
    
    ---------
    
    Co-authored-by: Mike Cohen <[email protected]>
    Macxim and radicleart authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    23c4fb4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. feat: add page title (#169)

    Macxim authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a50ad75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5757eeb View commit details
    Browse the repository at this point in the history
  3. fix: design implementation (#168)

    * fix: design implementation
    
    * fix: design implementation
    
    * fix: address casing consistency
    
    * fix: design implementation
    
    * chore: cleanup
    
    ---------
    
    Co-authored-by: Mike Cohen <[email protected]>
    Macxim and radicleart authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d0e55a6 View commit details
    Browse the repository at this point in the history
  4. Chore(deps-dev): Bump tslib from 2.5.3 to 2.6.0 (#163)

    Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.0.
    - [Release notes](https://github.com/Microsoft/tslib/releases)
    - [Commits](microsoft/tslib@v2.5.3...2.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: tslib
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    f3f57b0 View commit details
    Browse the repository at this point in the history
  5. Chore(deps): Bump svelte-local-storage-store from 0.4.0 to 0.5.0 (#165)

    Bumps [svelte-local-storage-store](https://github.com/joshnuss/svelte-local-storage-store) from 0.4.0 to 0.5.0.
    - [Release notes](https://github.com/joshnuss/svelte-local-storage-store/releases)
    - [Changelog](https://github.com/joshnuss/svelte-local-storage-store/blob/master/CHANGELOG.md)
    - [Commits](joshnuss/svelte-persisted-store@v0.4.0...v0.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: svelte-local-storage-store
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    605941f View commit details
    Browse the repository at this point in the history
  6. Chore(deps-dev): Bump typescript from 5.1.3 to 5.1.6 (#171)

    Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.1.3 to 5.1.6.
    - [Release notes](https://github.com/Microsoft/TypeScript/releases)
    - [Commits](https://github.com/Microsoft/TypeScript/commits)
    
    ---
    updated-dependencies:
    - dependency-name: typescript
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    21856a0 View commit details
    Browse the repository at this point in the history
  7. Chore(deps-dev): Bump @sveltejs/kit from 1.20.5 to 1.21.0 (#172)

    Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.20.5 to 1.21.0.
    - [Release notes](https://github.com/sveltejs/kit/releases)
    - [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)
    
    ---
    updated-dependencies:
    - dependency-name: "@sveltejs/kit"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    6aaafa9 View commit details
    Browse the repository at this point in the history
  8. Chore(deps): Bump flowbite-svelte from 0.37.5 to 0.39.1 (#173)

    Bumps [flowbite-svelte](https://github.com/themesberg/flowbite-svelte) from 0.37.5 to 0.39.1.
    - [Release notes](https://github.com/themesberg/flowbite-svelte/releases)
    - [Changelog](https://github.com/themesberg/flowbite-svelte/blob/main/CHANGELOG.md)
    - [Commits](themesberg/flowbite-svelte@v0.37.5...v0.39.1)
    
    ---
    updated-dependencies:
    - dependency-name: flowbite-svelte
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d6b41ad View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    2b40ac5 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Feat/183 currency support (#185)

    * Bug: fix for incorrect btnClass attribute on setting/account menu buttons.
    
    * Feature: configure webockets
    
    * support for multi currency
    radicleart authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4e28999 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bdc1e9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bef5458 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Bug: Signature is over the amount and the users bitcoin address

    Bug: Encoding of amount in withdrawal
    Bug: order of outputs on withdrawal
    Environment variables on the target machine not set properly
    Withdrawals are broken on https://bridge.stx.eco/withdraw?net=testnet
    radicleart committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7e50711 View commit details
    Browse the repository at this point in the history
  2. Bug: Signature is over the amount and the users bitcoin address (#192)

    Bug: Encoding of amount in withdrawal
    Bug: order of outputs on withdrawal
    Environment variables on the target machine not set properly
    Withdrawals are broken on https://bridge.stx.eco/withdraw?net=testnet
    radicleart authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    f9a48fc View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Support sBTC alpha using bridge as tx generation tool (#193)

    * withdrawal bug
    
    * sBTC Alpha support. Message hashing and recovery byte swapping
    radicleart authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    a7e1f43 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feat/191-bug-signature-is-over-the-amount-and-the-users…

    …-bitcoin-address'
    
    * feat/191-bug-signature-is-over-the-amount-and-the-users-bitcoin-address:
      Bug: Signature is over the amount and the users bitcoin address Bug: Encoding of amount in withdrawal Bug: order of outputs on withdrawal Environment variables on the target machine not set properly Withdrawals are broken on https://bridge.stx.eco/withdraw?net=testnet
    
    # Conflicts:
    #	package-lock.json
    #	package.json
    #	src/lib/components/deposit/op_return/SignTransactionWeb.svelte
    #	src/lib/domain/PegOutTransaction.ts
    radicleart committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    df0d11d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Currency and denomination handling (#200)

    * Settings updated
    
    * Toggle button display fix
    
    * Chore(deps-dev): Bump eslint from 8.43.0 to 8.46.0 (#199)
    
    Bumps [eslint](https://github.com/eslint/eslint) from 8.43.0 to 8.46.0.
    - [Release notes](https://github.com/eslint/eslint/releases)
    - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
    - [Commits](eslint/eslint@v8.43.0...v8.46.0)
    
    ---
    updated-dependencies:
    - dependency-name: eslint
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps): Bump @stacks/transactions from 6.5.4 to 6.5.5 (#198)
    
    Bumps [@stacks/transactions](https://github.com/hirosystems/stacks.js) from 6.5.4 to 6.5.5.
    - [Changelog](https://github.com/hirosystems/stacks.js/blob/main/CHANGELOG.md)
    - [Commits](hirosystems/stacks.js@v6.5.4...v6.5.5)
    
    ---
    updated-dependencies:
    - dependency-name: "@stacks/transactions"
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps): Bump tailwind-merge from 1.13.2 to 1.14.0 (#197)
    
    Bumps [tailwind-merge](https://github.com/dcastil/tailwind-merge) from 1.13.2 to 1.14.0.
    - [Release notes](https://github.com/dcastil/tailwind-merge/releases)
    - [Commits](dcastil/tailwind-merge@v1.13.2...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: tailwind-merge
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps-dev): Bump vite from 4.3.9 to 4.4.8 (#196)
    
    Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.9 to 4.4.8.
    - [Release notes](https://github.com/vitejs/vite/releases)
    - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
    - [Commits](https://github.com/vitejs/vite/commits/v4.4.8/packages/vite)
    
    ---
    updated-dependencies:
    - dependency-name: vite
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps-dev): Bump svelte-heros-v2 from 0.7.3 to 0.9.3 (#195)
    
    Bumps [svelte-heros-v2](https://github.com/shinokada/svelte-heros-v2) from 0.7.3 to 0.9.3.
    - [Changelog](https://github.com/shinokada/svelte-heros-v2/blob/main/CHANGELOG.md)
    - [Commits](shinokada/svelte-heros-v2@v0.7.3...v0.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: svelte-heros-v2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    radicleart and dependabot[bot] authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c394d92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d19fe2 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. no message (#205)

    radicleart authored Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d119093 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Feat/204 support psbt signing in xverse (#208)

    * support multiple keysets in same session - prevents having to keep checking and asking xverse every time.
    
    * Connect and bitcoin addresses working with Xverse
    radicleart authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    68bb29e View commit details
    Browse the repository at this point in the history
  2. fix: design implementation for Settings page (#206)

    * fix: design implementation for Settings page
    
    * fix: design implementation for Settings page
    
    ---------
    
    Co-authored-by: Mike Cohen <[email protected]>
    Macxim and radicleart authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    0e08f8d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Feat/209 simnet for bridge and mini contracts (#211)

    * Feature: simnet support - for running bridge on localhost against clarinet integrate.
    
    * Feature: simnet support - for running bridge on localhost against clarinet integrate.
    Bug fix - xverse on second deposit from same account
    Improvement - ability to send psbts for Bitcoin Core and Electrum reinstated.
    radicleart authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    10e7363 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Feat/213 hiro wallet bug (#219)

    * Fix for Hiro unknown output bug.
    
    * Fix for Hiro unknown output bug.
    
    * Chore(deps-dev): Bump svelte-check from 3.4.3 to 3.5.1 (#218)
    
    Bumps [svelte-check](https://github.com/sveltejs/language-tools) from 3.4.3 to 3.5.1.
    - [Release notes](https://github.com/sveltejs/language-tools/releases)
    - [Commits](sveltejs/language-tools@svelte-check-3.4.3...svelte-check-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: svelte-check
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps): Bump @stacks/connect from 7.3.1 to 7.4.0 (#217)
    
    Bumps @stacks/connect from 7.3.1 to 7.4.0.
    
    ---
    updated-dependencies:
    - dependency-name: "@stacks/connect"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps-dev): Bump vitest from 0.25.8 to 0.34.3 (#216)
    
    Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.25.8 to 0.34.3.
    - [Release notes](https://github.com/vitest-dev/vitest/releases)
    - [Commits](https://github.com/vitest-dev/vitest/commits/v0.34.3/packages/vitest)
    
    ---
    updated-dependencies:
    - dependency-name: vitest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps-dev): Bump @sveltejs/kit from 1.21.0 to 1.24.0 (#215)
    
    Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.21.0 to 1.24.0.
    - [Release notes](https://github.com/sveltejs/kit/releases)
    - [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/kit)
    
    ---
    updated-dependencies:
    - dependency-name: "@sveltejs/kit"
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Chore(deps): Bump @stacks/transactions from 6.5.5 to 6.7.0 (#214)
    
    Bumps [@stacks/transactions](https://github.com/hirosystems/stacks.js) from 6.5.5 to 6.7.0.
    - [Changelog](https://github.com/hirosystems/stacks.js/blob/main/CHANGELOG.md)
    - [Commits](hirosystems/stacks.js@v6.5.5...v6.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: "@stacks/transactions"
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    radicleart and dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    7c960d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    345a05a View commit details
    Browse the repository at this point in the history