-
Notifications
You must be signed in to change notification settings - Fork 5
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
Commits on Feb 23, 2023
-
Enforced single network for the code depending on environment variables.
Fixed a null pointer bug effecting the peg operations.
Configuration menu - View commit details
-
Copy full SHA for 0898157 - Browse repository at this point
Copy the full SHA 0898157View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 127a03b - Browse repository at this point
Copy the full SHA 127a03bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9654581 - Browse repository at this point
Copy the full SHA 9654581View commit details -
Issue with the tests - i changed the network in .env to devnet and th…
…is broke the tests - needs to be 'testnet'
Configuration menu - View commit details
-
Copy full SHA for 0e28067 - Browse repository at this point
Copy the full SHA 0e28067View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f0b5812 - Browse repository at this point
Copy the full SHA f0b5812View commit details
Commits on Feb 27, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for f111f01 - Browse repository at this point
Copy the full SHA f111f01View commit details
Commits on Mar 1, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 4cb822e - Browse repository at this point
Copy the full SHA 4cb822eView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for b45cd03 - Browse repository at this point
Copy the full SHA b45cd03View commit details