Skip to content

Commit

Permalink
update breaking change notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed May 9, 2024
1 parent 88da2a7 commit 18f6231
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/releases/v17_breaking_changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
* `OutTxTracker` has been renamed to `OutboundTracker`
* `OutboundTxScheduleInterval` has been renamed to `OutboundScheduleInterval`
* `OutboundTxScheduleLookahead` has been renamed to `OutboundScheduleLookahead`
* Queries
* Messages
* `AddToOutTxTracker` has been renamed to `AddOutboundTracker`
* `AddToInTxTracker` has been renamed to `AddInboundTracker`
* `RemoveFromOutTxTracker` has been renamed to `RemoveOutboundTracker`
* `VoteOnObservedOutboundTx` has been renamed to `VoteOutbound`
* `VoteOnObservedInboundTx` has been renamed to `VoteInbound`
* The previous queries have not been removed but have been deprecated and replaced with new queries:
* `OutTxTracker` has been renamed to `OutboundTracker`
* `/zeta-chain/crosschain/outTxTracker/{chainID}/{nonce}` endpoint is now `/zeta-chain/crosschain/outboundTracker/{chainID}/{nonce}`
* `OutTxTrackerAll` has been renamed to `OutboundTrackerAll`
Expand All @@ -41,9 +47,3 @@
* `/zeta-chain/crosschain/inTxHashToCctxData/{hash}` endpoint is now `/zeta-chain/crosschain/inboundHashToCctxData/{hash}`
* `InTxHashToCctxAll` has been renamed to `InboundHashToCctxAll`
* `/zeta-chain/crosschain/inTxHashToCctx` endpoint is now `/zeta-chain/crosschain/inboundHashToCctx`
* Messages
* `AddToOutTxTracker` has been renamed to `AddOutboundTracker`
* `AddToInTxTracker` has been renamed to `AddInboundTracker`
* `RemoveFromOutTxTracker` has been renamed to `RemoveOutboundTracker`
* `VoteOnObservedOutboundTx` has been renamed to `VoteOutbound`
* `VoteOnObservedInboundTx` has been renamed to `VoteInbound`

0 comments on commit 18f6231

Please sign in to comment.