feat(java): WebSocket support with Netty - #6
Open
pcriadoperez wants to merge 1762 commits into
Open
Conversation
pcriadoperez
marked this pull request as ready for review
March 30, 2026 00:10
* Added auth token caching * Changed options format * Removed wrong default value * Set default token expiry to 8 hours * add comment --------- Co-authored-by: carlosmiei <43336371+carlosmiei@users.noreply.github.com>
* Sort websocket trades chronologically * Sort websocket liquidation trades chronologically * Clearer variable naming * Sort websocket order trades chronologically * Fix php transpiled code
…ests (ccxt#28365) * test: get exchange prop bothcase * feat(getProp): get prop value for exchange * props * test: afterConstruct fix * exProp * change func * transpiler * getprop helper
This commit was created by changelog-from-release in 'On release published (pushback changelog)' CI workflow
* test: show url on failure * empty for ws * sort
The CI pipeline runs transpileJava but never ran generateJavaWrappers.ts, so typed wrapper classes (Binance extends BinanceCore) were never generated in CI. dynamicallyCreateInstance returned null → NPE in id-tests and all test runners. Fix: chain generateJavaWrappers.ts after javaTranspiler.ts in both transpileJava and transpileJavaSingle npm scripts.
fix(bitget): map error code 40917 to InvalidOrder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Summary