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

Feat/20 sbtc bridge api #28

Merged
merged 8 commits into from
Mar 1, 2023
Merged

Feat/20 sbtc bridge api #28

merged 8 commits into from
Mar 1, 2023

Commits on Feb 23, 2023

  1. Enforced single network for the code depending on environment variables.

    Fixed a null pointer bug effecting the peg operations.
    radicleart committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0898157 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/12-remove-multi-environment-support

    * main:
      Chore(deps-dev): Bump @vitest/coverage-c8 from 0.28.2 to 0.28.5 (#15)
      Chore(deps): Bump vite-plugin-wasm from 3.1.1 to 3.2.1 (#16)
      Chore(deps-dev): Bump vitest from 0.25.8 to 0.28.5 (#17)
      Chore(deps-dev): Bump prettier from 2.8.3 to 2.8.4 (#18)
      Chore(deps-dev): Bump @esbuild-plugins/node-modules-polyfill (#14)
    radicleart committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    127a03b View commit details
    Browse the repository at this point in the history
  3. Chore: tidied env vars.

    radicleart committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    9654581 View commit details
    Browse the repository at this point in the history
  4. Issue with the tests - i changed the network in .env to devnet and th…

    …is broke the tests - needs to be 'testnet'
    radicleart committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0e28067 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/12-remove-multi-environment-support' into feat/20-…

    …sbtc-bridge-api
    
    * feat/12-remove-multi-environment-support:
      Issue with the tests - i changed the network in .env to devnet and this broke the tests - needs to be 'testnet'
      Chore: tidied env vars.
      Enforced single network for the code depending on environment variables. Fixed a null pointer bug effecting the peg operations.
    
    # Conflicts:
    #	.env
    #	.env.production
    #	src/lib/psbt.ts
    #	tests/helper.ts
    #	tests/psbt.test.ts
    radicleart committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    f0b5812 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Introduced bridge_api.ts to replace the direct UI calls to external A…

    …PIs (mempool, blockcypher, stacks node). The bridge_api reduces the API dependencies to just the new bridge-api.
    
    This is WIP as it depends on working API.
    radicleart committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    f111f01 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Moved the all rest calls to all services to the bridge-api service. T…

    …he bridge-api now provides a single interface for nested rest calls and error handling.
    radicleart committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    4cb822e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into feat/20-sbtc-bridge-api

    * main:
      Chore(deps-dev): Bump typescript from 4.9.4 to 4.9.5 (#22)
      Chore(deps-dev): Bump vite from 4.0.4 to 4.1.4 (#23)
      Chore(deps-dev): Bump vitest from 0.28.5 to 0.29.1 (#25)
      Chore(deps-dev): Bump @sveltejs/kit from 1.8.7 to 1.9.1 (#27)
      Chore(deps-dev): Bump @sveltejs/adapter-static from 1.0.4 to 2.0.1 (#26)
    radicleart committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    b45cd03 View commit details
    Browse the repository at this point in the history