Skip to content

Commit

Permalink
Merge main into dev nov15 (#1383)
Browse files Browse the repository at this point in the history
* added dockerfile, workflow and entrypoint (#1364)

* added dockerfile, workflow and entrypoint

* add entrypoint

---------

Co-authored-by: liviuancas-elrond <liviu.ancas@elrond.com>
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>

* Add guardianData to GatewayComponentRequest in GatewayService (#1377)

---------

Co-authored-by: Rebegea Dragos-Alexandru <42241923+dragos-rebegea@users.noreply.github.com>
Co-authored-by: liviuancas-elrond <liviu.ancas@elrond.com>
Co-authored-by: cfaur09 <catalinfaurpaul@gmail.com>
Co-authored-by: Catalin Faur <52102171+cfaur09@users.noreply.github.com>
  • Loading branch information
5 people authored Nov 15, 2024
1 parent 29d9459 commit d6887ed
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 d6887ed

Please sign in to comment.