Skip to content

Commit

Permalink
Merge pull request #11381 from vegaprotocol/11379-source-chain-id
Browse files Browse the repository at this point in the history
fix: return sourceChainId in GQL Erc20WithdrawalApproval endpoint
  • Loading branch information
EVODelavega authored Jun 14, 2024
2 parents 0ef13b7 + 19581a7 commit dcde144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
- [11066](https://github.com/vegaprotocol/vega/issues/11066) - Ensure vesting statistics match vesting accounts numbers.
- [11279](https://github.com/vegaprotocol/vega/issues/11279) - Handle properly the case of multiple transfers for the same game id.
- [11293](https://github.com/vegaprotocol/vega/issues/11293) - Panic in data node with position estimate endpoint.
- [11379](https://github.com/vegaprotocol/vega/issues/11379) - Source chain id is now populated in `GQL Erc20WithdrawalApproval` endpoint.
- [11279](https://github.com/vegaprotocol/vega/issues/11279) - Handle properly the case of multiple transfers for the same game id.
- [11297](https://github.com/vegaprotocol/vega/issues/11297) - Handle properly asset decimals < market decimals when uncrossing the order book upon leaving auction.
- [11304](https://github.com/vegaprotocol/vega/issues/11304) - Correctly verify pegged order offset with respect to tick size in the right units.
Expand Down
1 change: 1 addition & 0 deletions datanode/gateway/graphql/resolvers.go
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ func (r *myQueryResolver) Erc20WithdrawalApproval(ctx context.Context, wid strin
Signatures: res.Signatures,
TargetAddress: res.TargetAddress,
Creation: fmt.Sprintf("%d", res.Creation),
SourceChainID: res.SourceChainId,
}, nil
}

Expand Down

0 comments on commit dcde144

Please sign in to comment.