Skip to content

Commit

Permalink
v0.6.6 only cancel Short-Term orders, break stateful order cancellati…
Browse files Browse the repository at this point in the history
…ons (#38)
  • Loading branch information
lucas-dydx authored Sep 20, 2023
1 parent e5efe58 commit 6172d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v4-client-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package-dir = {"" = "v4_client_py"}

[tool.poetry]
name = "v4-client-py"
version = "0.6.5"
version = "0.6.6"
description = "dYdX v4 Client"
authors = ["John Huang <contact@dydx.exchange>"]
license = "BSL-1.1"
Expand Down
3 changes: 1 addition & 2 deletions v4-client-py/v4_client_py/clients/composer.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ def compose_msg_cancel_order(
)
return MsgCancelOrder(
order_id=order_id,
good_til_block=good_til_block,
good_til_block_time=good_til_block_time
good_til_block=good_til_block
)

def compose_msg_transfer(
Expand Down

0 comments on commit 6172d05

Please sign in to comment.