latest api#5
Open
emendamus wants to merge 2937 commits into
Open
Conversation
emendamus
pushed a commit
that referenced
this pull request
Aug 17, 2021
Fixed incorrect rewriting of values 'start' and 'end'.
emendamus
pushed a commit
that referenced
this pull request
Aug 17, 2021
…st-wiremock-jre8-2.28.0 Bump wiremock-jre8 from 2.27.2 to 2.28.0
emendamus
pushed a commit
that referenced
this pull request
Aug 17, 2021
Fix for proper currency wallet health assignment
Remove xchange-bitz - dead exchange
Remove xchange-coinfloor - dead exchange
Remove xchange-coindeal - dead exchange
- Remove org.web3j:crypto dependency from xchange-idex/pom.xml - Add explicit bcprov-jdk18on dependency (already project-wide managed) - Rewrite IdexSignature.java using BouncyCastle: * KeccakDigest for Keccak-256 hashing (replaces Hash.sha3) * secp256k1 EC key derivation from private key (replaces ECKeyPair.create) * ECDSASigner + HMacDSAKCalculator for RFC 6979 deterministic signing * Manual Ethereum recovery bit (v) calculation - Update IdexTradeService.java import from web3j SignatureData to local class - Add IdexSignatureTest with keccak256, toBytes32, and signature tests - Output verified byte-for-byte identical to web3j via comparison test Closes #5281
…n-xchange-idex Replace org.web3j:crypto with BouncyCastle in xchange-idex
Remove xchange-koinim module
Remove xchange-idex module
Remove xchange-coinbasepro and xchange-stream-coinbasepro modules
Remove xchange-tradeogre module
Fix CoinexException getMessage to include error code
Bumps [org.knowm.xchart:xchart](https://github.com/knowm/XChart) from 3.9.0 to 4.0.0. - [Commits](knowm/XChart@xchart-3.9.0...xchart-4.0.0) --- updated-dependencies: - dependency-name: org.knowm.xchart:xchart dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [io.netty:netty-all](https://github.com/netty/netty) from 4.2.13.Final to 4.2.14.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.2.13.Final...netty-4.2.14.Final) --- updated-dependencies: - dependency-name: io.netty:netty-all dependency-version: 4.2.14.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…ll-4.2.14.Final Bump io.netty:netty-all from 4.2.13.Final to 4.2.14.Final
…-xchart-4.0.0 Bump org.knowm.xchart:xchart from 3.9.0 to 4.0.0
Fix cancelOrder ClassCastException when params lacks UserReference (5300)
…-processing Fix Lombok annotation processing
…isconnect [OKX] add business channel disconnect
[Bybit] Add connection idle observable in BybitStreamingExchange
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.
No description provided.