You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-services/client/stage0-client-service.ts
+4
Original file line number
Diff line number
Diff line change
@@ -426,6 +426,10 @@ export class Stage0ClientService extends SATPService {
Copy file name to clipboardexpand all lines: packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-services/client/stage2-client-service.ts
+5
Original file line number
Diff line number
Diff line change
@@ -278,6 +278,11 @@ export class Stage2ClientService extends SATPService {
Copy file name to clipboardexpand all lines: packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-services/client/stage3-client-service.ts
+5
Original file line number
Diff line number
Diff line change
@@ -665,6 +665,11 @@ export class Stage3ClientService extends SATPService {
Copy file name to clipboardexpand all lines: packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-services/server/stage0-server-service.ts
+5
Original file line number
Diff line number
Diff line change
@@ -569,6 +569,11 @@ export class Stage0ServerService extends SATPService {
Copy file name to clipboardexpand all lines: packages/cactus-plugin-satp-hermes/src/main/typescript/core/stage-services/server/stage3-server-service.ts
+10
Original file line number
Diff line number
Diff line change
@@ -692,6 +692,11 @@ export class Stage3ServerService extends SATPService {
692
692
assetId,
693
693
Number(amount),
694
694
);
695
+
696
+
this.Log.debug(
697
+
`${fnTag}, Mint Operation Receipt: ${sessionData.mintAssertionClaim.receipt}`,
Copy file name to clipboardexpand all lines: packages/cactus-plugin-satp-hermes/src/main/typescript/cross-chain-mechanisms/satp-bridge/ethereum-bridge.ts
+34-11
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ export class EthereumBridge implements NetworkBridge {
0 commit comments