feat(tpu-v2): provide swap protocol versioning#2324
Merged
Conversation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref issue #2337
ordermatch structs which got swap_version field:
swap structs. if swap started swap_version will be saved in db:
swap version 2 is tpu v2 protocol
legacy swap protocol is 1 version
When Taker or Maker build order, the value
const SWAP_VERSION: u32 = 2;is used for order Builder.However in
create_maker_order/lp_auto_buyif user didnt usectx.use_trading_proto_v2()in config we set legacy protocol version to the order.