Skip to content

Commit

Permalink
Merge pull request #60 from Superlight-Labs/alpha-0.1.0.7
Browse files Browse the repository at this point in the history
chore(workspace): bump versions for docker build
  • Loading branch information
lauhon authored Aug 2, 2023
2 parents 711e3d4 + 94d8848 commit f91a73f
Show file tree
Hide file tree
Showing 6 changed files with 730 additions and 703 deletions.
10 changes: 3 additions & 7 deletions apps/api/doctl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,15 @@ name: monkfish-app
region: fra
services:
- envs:
- key: COOKIE_SECRET
- key: TATUM_TEST_TOKEN
scope: RUN_AND_BUILD_TIME
type: SECRET
value:
- key: DB_URL
scope: RUN_AND_BUILD_TIME
type: SECRET
value:
- key: TATUM_TEST_TOKEN
scope: RUN_AND_BUILD_TIME
type: SECRET
value:
- key: TATUM_MAIN_TOKEN
- key: COOKIE_SECRET
scope: RUN_AND_BUILD_TIME
type: SECRET
value:
Expand All @@ -47,5 +43,5 @@ services:
repository: superlight-api
tag: latest
instance_count: 1
instance_size_slug: basic-m
instance_size_slug: basic-xs
name: superlight-superlight-api
1 change: 1 addition & 0 deletions apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@fastify/type-provider-typebox": "^3.1.0",
"@fastify/under-pressure": "^8.2.0",
"@fastify/websocket": "^7.2.0",
"@sinclair/typebox": "^0.30.0",
"@superlight-labs/blockchain-api-client": "*",
"@superlight-labs/database": "*",
"@superlight-labs/logger": "*",
Expand Down
8 changes: 4 additions & 4 deletions apps/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ PODS:
- React-Core
- EXLocalAuthentication (13.0.2):
- ExpoModulesCore
- Expo (49.0.3):
- Expo (49.0.6):
- ExpoModulesCore
- ExpoCrypto (12.2.2):
- ExpoModulesCore
- ExpoKeepAwake (12.3.0):
- ExpoModulesCore
- ExpoModulesCore (1.5.7):
- ExpoModulesCore (1.5.9):
- RCT-Folly (= 2021.07.22.00)
- React-Core
- React-RCTAppDelegate
Expand Down Expand Up @@ -675,10 +675,10 @@ SPEC CHECKSUMS:
EXFont: 738c44c390953ebcbab075a4848bfbef025fd9ee
EXImageLoader: 34b214f9387e98f3c73989f15d8d5b399c9ab3f7
EXLocalAuthentication: 78cc5a00b13745b41d16d189ab332b61a01299f9
Expo: d5956de70d4076190861f6730b93e75478b6faf8
Expo: 5601f86edc81c7e7e1772b9af9ae58fa3b45ad53
ExpoCrypto: 9105610a09cd6290b900bd82fc5d190e489125a3
ExpoKeepAwake: be4cbd52d9b177cde0fd66daa1913afa3161fc1d
ExpoModulesCore: 0f852adb827287ca38b46d7ff6f7d86d4ff27edb
ExpoModulesCore: af228cd4b0469c9833496d4d8574f599a46a5e1c
FBLazyVector: ad72713385db5289b19f1ead07e8e4aa26dcb01d
FBReactNativeSpec: 00db26bb4375e7e191abe8d6ea8ee6b37c7b0271
Flipper: 26fc4b7382499f1281eb8cb921e5c3ad6de91fe0
Expand Down
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: "3.8"

services:
api:
# Needed to run image on Mac M1
# platform: linux/x86_64
image: superlight/superlight-api:latest
# In case you want to build locally, replace "image:"" with this
# build:
Expand Down
26 changes: 13 additions & 13 deletions packages/react-native/rn-mpc-client/src/lib/websocket/ws-client.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
import {
ApiConfig,
AppError,
HandlerParams,
MPCWebsocketMessage,
MPCWebsocketStarter,
WebsocketError,
mapWebsocketToAppError,
ApiConfig,
AppError,
HandlerParams,
MPCWebsocketMessage,
MPCWebsocketStarter,
WebsocketError,
mapWebsocketToAppError,
} from '@superlight-labs/mpc-common';
import { ResultAsync } from 'neverthrow';
import { Subject, tap } from 'rxjs';
import {
Signer,
createNonce,
createWebsocket,
listenToWebsocket,
logIncommingMessages,
unwrapStartResult,
Signer,
createNonce,
createWebsocket,
listenToWebsocket,
logIncommingMessages,
unwrapStartResult,
} from './ws-common';

export const authWebsocket =
Expand Down
Loading

0 comments on commit f91a73f

Please sign in to comment.