Skip to content

Commit

Permalink
fix: set transfer ID for governance transfers
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Van Ootegem <[email protected]>
  • Loading branch information
EVODelavega authored and Jiajia-Cui committed May 2, 2024
1 parent c1478c9 commit 18ef130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
- [11193](https://github.com/vegaprotocol/vega/issues/11193) - Fix loading of liquidation strategy from proto with missing data.
- [11200](https://github.com/vegaprotocol/vega/issues/11200) - Make sure a party can afford the trades before they are submitted to the book.
- [11205](https://github.com/vegaprotocol/vega/issues/11205) - Evaluate transfer interval correctly.
- [10374](https://github.com/vegaprotocol/vega/issues/10374) - Add transfer ID to recurring governance transfer ledger entries.

## 0.75.0

### 🚨 Breaking changes
Expand Down
1 change: 1 addition & 0 deletions core/collateral/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2594,6 +2594,7 @@ func (e *Engine) getGovernanceTransferFundsTransferRequest(ctx context.Context,
MinAmount: t.Amount.Amount.Clone(),
Asset: t.Amount.Asset,
Type: t.Type,
TransferID: t.TransferID,
}, nil
}

Expand Down

0 comments on commit 18ef130

Please sign in to comment.