Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module code.vegaprotocol.io/vega to v0.75.8 - autoclosed #306

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 3, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
code.vegaprotocol.io/vega v0.73.9 -> v0.75.8 age adoption passing confidence

Release Notes

vegaprotocol/vega (code.vegaprotocol.io/vega)

v0.75.8

Compare Source

v0.75.7

Compare Source

v0.75.6

Compare Source

v0.75.5

Compare Source

v0.75.4

Compare Source

Release version 0.75.4

2024-03-226

🐛 Fixes

  • 11000 - Vesting summary events are now sorted properly before sending.
  • 10997 - Handle cases where leaving opening auction triggers monitoring auction.
  • 10958 - Fix incorrect documentation.

v0.75.3

Compare Source

v0.75.2

Compare Source

Release version 0.75.2

2024-03-21

🐛 Fixes

  • 10960 - Only the owner of a referral set can update it.
  • 10950 - Fix bug that caused cancelled liquidity provisions to stick around after opening auction.

v0.75.1

Compare Source

Release version 0.75.1

2024-03-20

🐛 Fixes

  • 10946 - Save dispatch strategy for recurring governance transfer in the database.

v0.75.0

Compare Source

Release version v0.75.0

2024-03-19

🚨 Breaking changes

  • 10635 - Add support for tick size

🛠 Improvements

  • 10686 - Allow transfers to filter by from and to account type.
  • 10686 - Network will now only trade within price monitoring bounds.
  • 10770 - Increase price monitoring triggers to 100.
  • 10802 - Added tick size support in feature tests.
  • 788 - Add coverage for 0011-MARA-020
  • 789 - Add coverage for 0011-MARA-021
  • 790 - Add coverage for 0011-MARA-023
  • 791 - Add coverage for 0011-MARA-024
  • 792 - Add coverage for 0011-MARA-025
  • 793 - Add coverage for 0011-MARA-026
  • 794 - Add coverage for 0011-MARA-027
  • 795 - Add coverage for 0011-MARA-028
  • 796 - Add coverage for 0011-MARA-029
  • 797 - Add coverage for 0011-MARA-030
  • 798 - Add coverage for 0011-MARA-031
  • 799 - Add coverage for 0011-MARA-032
  • 10841 - Send heartbeats from ethcall engine to update core of the latest Ethereum block.
  • 10392 - Integrate mark price with price monitoring.
  • 10845 - Remove price monitoring trigger staleness check.
  • 10810 - Do not update mark price from book during auctions.
  • 10846 - Change min requirement for margin factor.
  • 10754 - Simplify margin calculation (remove order book slippage).
  • 10831 - Add API for notionalTimeWeightedAveragePosition.
  • 10879 - Upgrade to cometbft 0.38.6.
  • 10885 - Allow margin factor to be any positive.

🐛 Fixes

  • 10722 - Team API aggregation does not aggregate from the latest epoch.
  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.
  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.
  • 10725 - Batch proposal votes to contain ELS per market.
  • 10744 - Prevent governance suspension of a market already governance suspended.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10750 - Handle cancellation of order on entering auction for party in isolated margin mode.
  • 10748 - Ensure apply fees cannot fail.
  • 10752 - Handle amend in place correctly for failure in isolated margin check.
  • 10753 - Handle the case that a submitted order is FoK in isolated margin to not double discount it from position.
  • 10136 - Assure opening auction uncrossing price gets registered in the perps engine.
  • 10727 - Allow for a 0 funding rate scaling factor.
  • 10785 - Oracles data is getting increasingly slow.
  • 10780 - REST API does not handle ID arrays correctly.
  • 10778 - cancel pegged orders when tick size changes and mismatches the offset.
  • 10792 - Use correct market for market proposer bonus for spots.
  • 10795 - Increase price monitoring triggers to 100 (missed validation).
  • 10800 - Respect market list passed to transfer dispatch strategy when considering paid fees in applying reward cap.
  • 10804 - Handle amend in place revert on failure to update order margin such that we do not amend in place which may not be possible.
  • 10837 - List transfers API can error when pagination is provided.
  • 10823 - Only allowing a single trigger to be breached when checking bounds.
  • 10055 - Quitting the wallet service CLI while waiting for a password now restores the terminal capabilities.
  • 10739 - Fix loading from snapshot when all markets have been settled before the loaded snapshot.
  • 10862 - Add witness configuration for node vote resend interval.
  • 10852 - Fix order margin account release issue (isolated margin mode).
  • 10739 - Fix loading from snapshot when all markets have been settled before the loaded snapshot.
  • 10864 - Fix snapshot non determinism for pegged orders.
  • 10877 - Fix event binding for time weight event.
  • 10882 - Fix data-node panic due to event sequence not being set.
  • 10895 - Initialise tw notional service in data node.
  • 10721 - Fix unregistration of state variables for spot market when closed.
  • 10904 - Balance changes API should validate date range properly.
  • 10911 - Fix unregistration of spot market state var.
  • 10915 - Fix duplicate deposit entries, add new STATUS_DUPLICATE_REJECTED status.

v0.74.10

Compare Source

Release version 0.74.10

2024-03-07

🐛 Fixes:

  • Hard code the last Ethereum block height to skip eth oracle catchup.

v0.74.9

Compare Source

Release version 0.74.9

2024-03-04

🐛 Fixes:

  • 10811 - Ethereum call events are now properly deduplicated when restoring from a snapshot.
  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10785 - Oracles data is getting increasingly slow.

v0.74.8

Compare Source

Release version 0.74.8

2024-03-01

🐛 Fixes:

  • 10795 - Increase price monitoring triggers to 100 (missed validation).

v0.74.7

Compare Source

Release version 0.74.7

2024-02-27

🛠 Improvements:

  • 10764 - Network will now only trade within price monitoring bounds.
  • 10727 - Allow for a 0 funding rate scaling factor.
  • 10770 - Increase price monitoring triggers to 100.

v0.74.6

Compare Source

Release version 0.74.6

2024-02-26

🐛 Fixes:

  • 10374 - Ledger entries did not return data when filtering by transfer id.
  • 10698 - Reduce event forwarder snapshot size.

v0.74.5

Compare Source

Release version 0.74.5

2024-02-25

🛠 Improvements:

  • 10686 - Allow transfers to filter by from and to account type.

🐛 Fixes:

  • 10722 - Team API aggregation does not aggregate from the latest epoch.
  • 10743 - When SLA hysteresis epochs are updated resize the ring using new value.
  • 10725 - Batch proposal votes to contain ELS per market.
  • 10744 - Prevent governance suspension of a market already governance suspended.

v0.74.4

Compare Source

Release version 0.74.4

2024-02-22

🐛 Fixes:

  • Apply fix to restore balances from manipulator withdrawals

v0.74.3

Compare Source

Release version 0.74.3

2024-02-20

🛠 Improvements:

  • 10700 - Do not use external binaries for the IPFS migration in the data node

🐛 Fixes:

  • 10702 - Use second precision in GetMarginIncrease() so that perpetual product uses second precision everywhere.
  • 10698 - Prevent L2 from making too many RPC calls.

v0.74.2

Compare Source

Release version 0.74.2

2024-02-16

🐛 Fixes:

  • 10631 - Fix snapshot for ethCallEvents
  • 10643 - Games API not showing quantum values and added filter for team and party.
  • 10649 - Ensure markets do not get stuck in liquidity auction after protocol upgrade.
  • 10641 - Fix panic in amend during auction for isolated margin.
  • 10656 - Fix funding rates bounds can be null for perpetuals.
  • 10664 - Fix isolated margin handling of submit/amend to get rid of trying to restore the state of the order book.
  • 10661 - Fix isolated margin handling of submit/amend to get rid of trying to restore the state of the order book.
  • 10660 - Fix isolated margin handling of submit/amend to get rid of trying to restore the state of the order book.
  • 10601 - Fix epoch by block height API is slow.
  • 10299 - Fix rewards transfers filter.
  • 10666 - Fix game API is slow.
  • 10673 - Fix error handling for isolated margin when insufficient funds.
  • 10677 - Fix validation of market proposer bonus to allow specifying/not specifying asset for metric for market proposer.
  • 10669 - Fix fees handling for spots in governance auction
  • 10683 - Fix GraphQL does not correctly marshal transfers status in filter.
  • 10685 - Fix list transfers returns too much data..
  • 10691 - Fix team stats include rewards from individual games
  • 10647 Add filter by game ID to transfers API.
  • 10649 - Ensure markets do not get stuck in liquidity auction after protocol upgrade.

v0.74.1

Compare Source

Release version 0.74.1

2024-02-12

🐛 Fixes:

  • 10611 - Added internal config price to update perps.
  • 10615 - Fix oracle scaling function in internal composite price.
  • 10621 - Fix market activity tracker storing incorrect data for previous epochMakerFeesPaid.

v0.74.0

Compare Source

Release version 0.74.0

2024-02-09

🚨 Breaking changes:

  • 9945 - Add liquidation strategy.
  • 10215 - Listing transactions on block explorer does not support the field limit any more.
  • 8056 - Getting a transfer by ID now returns a TransferNode.
  • 10597 - Migrate the IPFS store for the network history to version 15.

🗑️ Deprecation:

  • 9881 - Liquidity monitoring auctions to be removed.
  • 10000 - Commands tm and tendermint are deprecated in favour of cometbft.

🛠 Improvements:

  • 9930 - LiquidityFeeSettings can now be used in market proposals to choose how liquidity fees are calculated.
  • 9985 - Add update margin mode transaction.
  • 9936 - Time spent in auction no longer contributes to a perpetual market's funding payment.
  • 9982 - Remove fees and minimal transfer amount from vested account
  • 9955 - Add data node subscription for transaction results.
  • 10004 Track average entry price in position engine
  • 9825 - Remove quadratic slippage.
  • 9516 - Add filter by transfer ID for ledger entries API.
  • 9943 - Support amending the order size by defining the target size.
  • 9231 - Add a JoinTeam API
  • 10095 - Add isolated margin support.
  • 10222 - Supply bootstrap peers after starting the IPFS node to increase reliability.
  • 10097 - Add funding rate modifiers to perpetual product definition.
  • 9981 - Support filtering on epoch range on transfers.
  • 9981 - Support filtering on status on transfers.
  • 10104 - Add network position tracking.
  • 9981 - Support filtering on scope on transfers.
  • 9983 - Implement cap and discount for transfer fees.
  • 9980 - Add teams statistics API.
  • 9257 - Add games details API
  • 9992 - Add configuration to control the number of blocks worth of Ethereum events to read.
  • 9260 - Enhance rewards API for competitions
  • 10180 - Additional candle intervals
  • 10218 - Volume discount stats shows volumes even if party doesn't qualify for a discount tier.
  • 9880 - Add support for batch proposals.
  • 10159 - Add additional funding period data to market data API to allow streaming funding period data.
  • 10143 - Allow changing the market name in update market governance proposal.
  • 10154 - Move remaining insurance pool balance into the network treasury rather than splitting between other markets and global insurance.
  • 10154 - Move remaining insurance pool balance into the network treasury rather than splitting between other markets and global insurance.
  • 10154 - Move remaining insurance pool balance into the network treasury rather than splitting between other markets and global insurance.
  • 10154 - Move remaining insurance pool balance into the network treasury rather than splitting between other markets and global insurance.
  • 10266 - Deprecated marketID and populate gameID in reward API
  • 10154 - Move remaining insurance pool balance into the network treasury rather than splitting between other markets and global insurance.
  • 10155 - Add next network close-out timestamp to market data.
  • 10000 - Introduce cometbtf command to replace tendermint.
  • 10294 - New mark price methodology
  • 9948 - Add support for linked stop orders.
  • 9849 - Add database support for num.Uint.
  • 10275 - Add API to list party's margin mode.
  • 459 - Add liquidation test coverage with market updates.
  • 462 - Cover 0012-POSR-011 explicitly
  • 595 - Ensure the full size of iceberg orders is considered when creating a network order.
  • 10308 - Support joining to closed teams based on an allow list.
  • 10349 - Add oracle support to mark price configuration.
  • 10350 - Set mark price to uncrossing price if at the end of opening auction no price was yielded by the mark price methodology.
  • 521 - Add tests for allow list functionality when joining teams.
  • 10375 - Expose party's profile in parties API.
  • 10340 - Support updating profile for a party.
  • 551 - Cover 0053-PERP-033 explicitly.
  • 646 - Add integration test for team rewards 0009-MRKP-130
  • 647 - Add integration test for team rewards 0009-MRKP-131
  • 648 - Add integration test for team rewards 0009-MRKP-132
  • 533 - Add integration test for team rewards 0009-MRKP-016
  • 534 - Add integration test for team rewards 0009-MRKP-017
  • 536 - Add integration test for team rewards 0009-MRKP-019
  • 10317 - Add support in Ethereum oracles to data source from L2s
  • 10429 - Restrict the mark price by book to prices from the last mark price duration.
  • 552 - Add integration test for mark price 0053-PERP-034
  • 10459 - Update pMedian to consider staleness of the inputs.
  • 10429 - Account for isolated margin mode in EstimatePosition endpoint.
  • 10441 - Remove active restore check in collateral snapshot loading, snapshot order change removes the need for it.
  • 10286 - If probability of trading is less than or equal to the minimum, assign it weight of zero for liquidity score calculation and change the validation of the tau scaling network parameter.
  • 10376 - Add spam protection for update profile.
  • 10502 - Rename index price to internalCompositePrice
  • 10464 - Add total of members in teams API.
  • 10464 - Add total of members in referral sets API.
  • 10508 - Change the behaviour of aggregation epochs for teams statistics API.
  • 10502 - Add underlyingIndexPrice to perpetual data.
  • 10523 - Fix repeated games statistics for multiple recurring transfers.
  • 10527 - Add support for byte32 type in market proposal oracle definition.
  • 10563 - Spam protection for create/update referral program.
  • 10246 - Add quantum volumes to teams statistics API.
  • 10550 - Update network parameters with default values.

🐛 Fixes:

  • 9941 - Add data node mapping for WasEligible field in referral set.
  • 9940 - Truncate fee stats in quantum down to the 6 decimal.
  • 9940 - Do not assume stop order is valid when generating ids up front.
  • 9998 - Slippage factors can now me updated in a market.
  • 10036 - Average entry price no longer flickers after a trade.
  • 9956 - Prevent validator node from starting if they do not have a Ethereum RPCAddress set.
  • 9952 - PnL flickering fix.
  • 9977 - Transfer infra fees directly to general account without going through vesting.
  • 10041 - List ledger entries API errors when using pagination.
  • 10050 - Cleanup mempool cache on commit.
  • 10052 - Some recent stats tables should have been hypertables with retention periods.
  • 10103 - List ledgers API returns bad error when filtering by transfer type only.
  • 10120 - Assure theoretical and actual funding payment calculations are consistent.
  • 10164 - Properly handle edge case where an external data point is received out of order.
  • 10121 - Assure EstimatePosition API works correctly with sparse perps data
  • 10126 - Account for invalid stop orders in batch, charge default gas.
  • 10123 - Ledger exports contain account types of "UNKNOWN" type
  • 10132 - Add mapping in GraphQL for update perps market proposal.
  • 10125 - Wire the JoinTeam command in the wallet.
  • 10177 - Add validation that order sizes are not strangely large.
  • 10189 - Votes for assets while proposal is waiting for node votes are included in the snapshot state.
  • 10166 - Closed markets should not be subscribed to data sources when restored from a snapshot.
  • 10127 - Untangle ApplyReferralCode and JoinTeam command verification.
  • 10520 - Fix TWAP calculations due to differences in time precision.
  • 10153 - Add metrics and reduce amount of request sent to the Ethereum RPC.
  • 10147 - Add network transfer largest share to the transfers if needed.
  • 10158 - Add the network as the zero-share default party in settlement engine.
  • 10183 - Fix transfer fees registration and decay.
  • 9840 - Team API inconsistency in joined at timestamps.
  • 10205 - Fix for transfer discount fees.
  • 10211 - Ensure infra fees don't get counted for vesting.
  • 10217 - Game ID for reward entity should be optional
  • 10238 - Fix logic when a user firsts requests spam information
  • 10227 - Make the wallet errors on spam stats meaningful.
  • 10193 - Denormalize tx_results to avoid joins with blocks when queried.
  • 10233 - Fix expiring stop orders panic.
  • 10215 - Rework pagination to align with the natural reverse-chronological order of the block explorer.
  • 10241 - Do not include start epoch on referees set statistics.
  • 10219 - Candles API should fill gaps when there are periods with no trades.
  • 10050 - Cleanup mempool cache on commit.
  • 9882 - Fix net params sent on closed channel.
  • 10257 - Fix equity like share votes count on update market proposal.
  • 10260 - ListCandleData errors when interval is block
  • 9677 - Removing snapshots and checkpoints do not fail on missing or corrupt state.
  • 10267 - ListCandleData errors when market is in opening auction
  • 10276 - ListCandleData should return empty strings instead of zero for prices when being gap filled.
  • 10278 - Transfers connection filtering by isReward and party causes error
  • 10251 - Add batch proposal API and fix batch proposal submission.
  • 10285 - Fix MTM settlement panic.
  • 10321 - Fix ListPartyMarginModes panic.
  • 10324 - Fix GetMarketHistoryByID to only return the most recent market data information when no dates are provided.
  • 10318 - Prevent stop orders being placed during opening auction.
  • 476 - Add tests for markets expiring in opening auction, fix a bug for future markets.
  • 10354 - Renumbered SQL migration scripts 0055-0067 due to 0068 being released as part of a patch without renumbering.
  • 476 - Add tests for markets expiring in opening auction, fix a bug for future markets.
  • 10362 - Include notional volumes in SLA snapshot.
  • 10339 - Fix for GraphQL batch proposals support.
  • 10326 - Fix intermittent test failure.
  • 10382 - Fix switch to isolated margin with parked pegged orders.
  • 10390 - Fix the data node startup when an external hypertable exist outside of the public schema
  • 10393 - Fixed source weight validation.
  • 10396 - ListTransfers returns error.
  • 10299 - ListTransfers does not return staking rewards.
  • 10496 - MarketData API now always report correct funding payment when a perpetual market is terminated.
  • 10407 - Workaround to allow running feature test with invalid 0 mark price frequency.
  • 10378 - Ensure network position has price set at all times.
  • 10409 - Block explorer API failing in release 0.74.0.
  • 10417 - Party margin modes API always errors.
  • 10431 - Fix source staleness validation.
  • 10436 - Fix source staleness validation when oracles are not defined.
  • 10434 - Unsubscribe oracles when market is closed.
  • 10454 - Fix account resolver validation to include order margin account.
  • 10451 - Fix get update asset bundle.
  • 10480 - Fix migration of position average entry price.
  • 10419 - Block explorer database migration is slow.
  • 10431 - Fix source staleness validation.
  • 10419 - Block explorer database migration is slow.
  • 10510 - Removing distressed position who hasn't traded does not populate trade map for network.
  • 10470 - Mark non-optional parameters as required and update documentation strings.
  • 10456 - Expose proper enum for GraphQL dispatch metric.
  • 10301 - Fix get epoch by block.
  • 10343 - Remove auction trigger extension and triggering ratio from liquidity monitoring parameters.
  • 10493 - Fix isolated margin panic on amend order.
  • 10490 - Handle the quant library returning NaN
  • 10504 - Make sure the referral sets API accounts for referees switch.
  • 10525 - Move batchTerms to parent object in batch proposals API.
  • 10530 - Game API returns errors.
  • 10531 - Team Members Statistics API doesn't return data.
  • 10533 - Fix EstiamtePosition returning an error when trying to access the party id field via GraphQL.
  • 10546 - EstimateTransferFee API errors when there is no discount.
  • 10532 - Fix for games statistics.
  • 10568 - Fix for PnL underflow.
  • 10299 - Fix for rewards transfers list.
  • 10567 - Rewards/Teams/Games API disagree on numbers.
  • 10578 - Game API reward amounts should display quantum values and asset ID.
  • 10558 - Return current market observable is collateral available is below maintenance margin for specified position.
  • 10604 - Register margin modes API subscriber.
  • 10595 - Fix failed amends for isolated margin orders causing negative spread in console.
  • 10606 - Party profiles API was not returning results.

v0.73.14

Compare Source

v0.73.13

Compare Source

Release version 0.73.13

2024-02-01

🐛 Fixes:

  • Fix invalid funding payment and add test: unwinding to first carry-over point should wind forward from period start.

v0.73.12

Compare Source

v0.73.11

Compare Source

Release version 0.73.11

2024-01-05

🐛 Fixes:

  • 10318 - Prevent stop orders being placed during opening auction.

v0.73.10

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 3, 2023 08:24
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from a92f570 to 8477aae Compare October 3, 2023 14:12
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.10 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.11 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 8477aae to 4cd83f6 Compare October 9, 2023 20:16
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.11 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.12 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 4cd83f6 to d758f3b Compare October 10, 2023 19:01
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.12 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.13 Oct 10, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from d758f3b to cab7b44 Compare October 11, 2023 22:51
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.13 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.15 Oct 11, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from cab7b44 to b5bf15d Compare October 13, 2023 19:14
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.15 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.16 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from b5bf15d to 44c4660 Compare October 16, 2023 22:37
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.16 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.17 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 44c4660 to fd5a4ee Compare October 20, 2023 18:57
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-preview.17 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.1 Oct 20, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from fd5a4ee to 807d3f1 Compare October 23, 2023 17:36
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.1 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.2 Oct 23, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 807d3f1 to b672193 Compare October 26, 2023 14:31
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.2 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.3 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from b672193 to 4109447 Compare October 26, 2023 17:01
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.3 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.4 Oct 26, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 4109447 to 3632f5e Compare October 30, 2023 17:05
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0-rc.4 fix(deps): update module code.vegaprotocol.io/vega to v0.73.0 Oct 30, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch 2 times, most recently from c849750 to 24662ed Compare October 31, 2023 16:24
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.0 fix(deps): update module code.vegaprotocol.io/vega to v0.73.1 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 24662ed to cb40903 Compare November 1, 2023 16:21
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.1 fix(deps): update module code.vegaprotocol.io/vega to v0.73.2 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from cb40903 to 1dd49dd Compare November 6, 2023 17:20
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.73.2 fix(deps): update module code.vegaprotocol.io/vega to v0.73.3 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch 2 times, most recently from 0578f8d to 04cf438 Compare March 1, 2024 18:07
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.74.7 fix(deps): update module code.vegaprotocol.io/vega to v0.74.8 Mar 1, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 04cf438 to 4b1aa24 Compare March 4, 2024 22:34
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.74.8 fix(deps): update module code.vegaprotocol.io/vega to v0.74.9 Mar 4, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 4b1aa24 to dc4728e Compare March 7, 2024 16:29
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.74.9 fix(deps): update module code.vegaprotocol.io/vega to v0.74.10 Mar 7, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from dc4728e to 54dd862 Compare March 19, 2024 14:00
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.74.10 fix(deps): update module code.vegaprotocol.io/vega to v0.75.0 Mar 19, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 54dd862 to 11fc6b2 Compare March 20, 2024 18:11
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.0 fix(deps): update module code.vegaprotocol.io/vega to v0.75.1 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 11fc6b2 to a64ad18 Compare March 21, 2024 19:42
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.1 fix(deps): update module code.vegaprotocol.io/vega to v0.75.2 Mar 21, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from a64ad18 to ff50806 Compare March 22, 2024 20:42
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.2 fix(deps): update module code.vegaprotocol.io/vega to v0.75.3 Mar 22, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from ff50806 to 3d278e7 Compare March 26, 2024 21:03
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.3 fix(deps): update module code.vegaprotocol.io/vega to v0.75.4 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch 2 times, most recently from d74d4ca to dad3fec Compare March 28, 2024 13:55
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.4 fix(deps): update module code.vegaprotocol.io/vega to v0.75.6 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from dad3fec to ff3b4a6 Compare March 28, 2024 19:39
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.6 fix(deps): update module code.vegaprotocol.io/vega to v0.75.7 Mar 28, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch 2 times, most recently from bf5d508 to 5b26151 Compare April 3, 2024 20:13
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.7 fix(deps): update module code.vegaprotocol.io/vega to v0.75.8 Apr 3, 2024
@renovate renovate bot force-pushed the renovate/code.vegaprotocol.io-vega-0.x branch from 5b26151 to ffb25b6 Compare April 10, 2024 09:36
@renovate renovate bot changed the title fix(deps): update module code.vegaprotocol.io/vega to v0.75.8 fix(deps): update module code.vegaprotocol.io/vega to v0.75.8 - autoclosed Apr 12, 2024
@renovate renovate bot closed this Apr 12, 2024
@renovate renovate bot deleted the renovate/code.vegaprotocol.io-vega-0.x branch April 12, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant