Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into merge-main-into-dev-nov15
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build-docker-image.yaml
  • Loading branch information
bogdan-rosianu committed Nov 15, 2024
2 parents 34f5ad1 + a815b28 commit e7faee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

1 change: 1 addition & 0 deletions src/common/gateway/gateway.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class GatewayService {
GatewayComponentRequest.addressNftByNonce,
GatewayComponentRequest.vmQuery,
GatewayComponentRequest.transactionPool,
GatewayComponentRequest.guardianData,
]);

private readonly deepHistoryRequestsSet: Set<String> = new Set([
Expand Down

0 comments on commit e7faee0

Please sign in to comment.