Skip to content

Commit

Permalink
fix #2019
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Kiryakov <stepan.kiryakov@envisionblockchain.com>
  • Loading branch information
Stepan-Kirjakov committed Apr 20, 2023
1 parent 5a2dca9 commit 7330c34
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 694 deletions.
1 change: 0 additions & 1 deletion guardian-service/.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ INITIALIZATION_TOPIC_ID="0.0.2030"
MESSAGE_LANG="en-US"
TRANSACTION_LOG_LEVEL="1"
SEND_KEYS_TO_VAULT="TRUE"
MULTI_POLICY_SCHEDULER="0 0 * * *"
CONTRACT_FILE_ID="0.0.6276"
BBS_SIGNATURES_MODE="WASM"
MQ_MAX_PAYLOAD="1048576"
Expand Down
1 change: 0 additions & 1 deletion guardian-service/.env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ INITIALIZATION_TOPIC_ID="0.0.2030"
MESSAGE_LANG="en-US"
TRANSACTION_LOG_LEVEL="1"
SEND_KEYS_TO_VAULT="TRUE"
MULTI_POLICY_SCHEDULER="0 0 * * *"
CONTRACT_FILE_ID="0.0.6276"
BBS_SIGNATURES_MODE="WASM"
MQ_MAX_PAYLOAD="1048576"
Expand Down
1 change: 0 additions & 1 deletion guardian-service/.env.docker.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ INITIALIZATION_TOPIC_ID="0.0.2030"
MESSAGE_LANG="en-US"
TRANSACTION_LOG_LEVEL="1"
SEND_KEYS_TO_VAULT="TRUE"
MULTI_POLICY_SCHEDULER="0 0 * * *"
CONTRACT_FILE_ID="0.0.6276"
BBS_SIGNATURES_MODE="WASM"
#LOG_LEVEL="2"
Expand Down
1 change: 0 additions & 1 deletion guardian-service/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ HEDERA_NET="testnet"
MESSAGE_LANG="en-US"
TRANSACTION_LOG_LEVEL="1"
SEND_KEYS_TO_VAULT="TRUE"
MULTI_POLICY_SCHEDULER="0 0 * * *"
CONTRACT_FILE_ID="0.0.6276"
BBS_SIGNATURES_MODE="WASM"
#LOG_LEVEL="2"
Expand Down
2 changes: 0 additions & 2 deletions guardian-service/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import { MongoDriver } from '@mikro-orm/mongodb';
import { ipfsAPI } from '@api/ipfs.service';
import { artifactAPI } from '@api/artifact.service';
import { sendKeysToVault } from '@helpers/send-keys-to-vault';
import { SynchronizationService } from '@policy-engine/multi-policy-service';
import { contractAPI } from '@api/contract.service';
import { analyticsAPI } from '@api/analytics.service';
import { PolicyServiceChannelsContainer } from '@helpers/policy-service-channels-container';
Expand Down Expand Up @@ -248,7 +247,6 @@ Promise.all([
await policyService.init();
policyService.registerListeners();
await policyEngine.init();
SynchronizationService.start();
} catch (error) {
console.error(error.message);
process.exit(0);
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7330c34

Please sign in to comment.