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

Static Typing: Updating existing tests and bug fixes (1/n) #603

Merged
merged 106 commits into from
Aug 28, 2024

Conversation

ruixhuang
Copy link
Contributor

  • Updating existing tests for the static typing code path. Fixing various bugs in the new code along the way.
  • Tested with staticTyping set to "true" in the BaseTests class.
  • There are still lots of test cases to convert, and I will split them into multiple PRs.

ruixhuang and others added 30 commits August 1, 2024 14:11
# Conflicts:
#	src/commonMain/kotlin/exchange.dydx.abacus/state/internalstate/InternalState.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/state/model/TradingStateMachine+Trades.kt
# Conflicts:
#	src/commonMain/kotlin/exchange.dydx.abacus/processor/markets/MarketProcessor.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/processor/markets/MarketsProcessor.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/processor/markets/MarketsSummaryProcessor.kt
#	src/commonTest/kotlin/exchange.dydx.abacus/processor/markets/MarketProcessorTests.kt
#	src/commonTest/kotlin/exchange.dydx.abacus/processor/markets/MarketsProcessorTests.kt
#	src/commonTest/kotlin/exchange.dydx.abacus/tests/mock/processor/markets/MarketProcessorMock.kt
…4-abacus into feature/markets_4"

This reverts commit 60d8eb6, reversing
changes made to d52adce.
ruixhuang and others added 26 commits August 23, 2024 05:33
# Conflicts:
#	build.gradle.kts
#	src/commonMain/kotlin/exchange.dydx.abacus/processor/input/ClosePositionInputProcessor.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/state/internalstate/InternalState.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/state/model/TradingStateMachine.kt
#	v4_abacus.podspec
# Conflicts:
#	src/commonMain/kotlin/exchange.dydx.abacus/state/model/TradingStateMachine+AdjustIsolatedMarginInput.kt
# Conflicts:
#	src/commonMain/kotlin/exchange.dydx.abacus/processor/input/ClosePositionInputProcessor.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/state/internalstate/InternalState.kt
#	src/commonMain/kotlin/exchange.dydx.abacus/state/model/TradingStateMachine.kt
# Conflicts:
#	src/commonTest/kotlin/exchange.dydx.abacus/payload/v4/V4TradeInputTests.kt
@ruixhuang ruixhuang marked this pull request as ready for review August 27, 2024 19:34
@ruixhuang ruixhuang merged commit 5a48da3 into main Aug 28, 2024
4 checks passed
@ruixhuang ruixhuang deleted the feature/trade_8 branch August 28, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants