This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2k
4.1.3 #1724
Conversation
This file contains 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
Owner
DeviaVir
commented
Oct 1, 2018
- version upgrades
- vulnerability fixes
- various other small fixes
I fixed the order cancel error in issue #1514. I changed the cancelOrder and getOrder functions. I also changed 'fistRun' to 'firstRun'
This time there are no functional changes, I just wanted to clean up the code. I also combined the warning messages and made it more clear.
* [BUG] Docker: Closed critical public access to non-protected database * [ENH] Improved docker handling (synced folder, alpine image for production) * [ENH] Add initial Makefile * [ENH] Docker: Add traefik reverse proxy support * [CLEAN] Cleanup data files from repo
So stylesheets get loaded if the browser has strict MIME-Type checking enabled.
* Changed default c.max_sell_loss_pct and c.max_buy_loss_pct to 99. With a value of 25, once the current price is 25% under the bought price the bot would refuse to sell unless the current price goes back above the 25% loss, however, this doesn't always happen and can cause the bot to refuse sells and end up with a huge loss. Also the descriptions for these options are very vague and confusing and I don't think most users know what they even are or would want them to use them. If my interpretation of what the option actually does is incorrect let me know.
Instead of retrying infinitely causing requests to get stacked on top of another which will lead to the cursor freezing, rendering the bot inoperable.
* fix(package): update resolve-url-loader to version 3.0.0 * chore(package): update lockfile package-lock.json
* fix(package): update pushbullet to version 2.3.0 * chore(package): update lockfile package-lock.json
* chore(package): update ccxt to version 1.17.321 * chore(package): update lockfile package-lock.json
* chore(package): update ccxt to version 1.17.360 * chore(package): update lockfile package-lock.json
* chore(package): update babel-loader to version 8.0.4 * chore(package): update lockfile package-lock.json
* fix(package): update husky to version 1.0.1 Closes #1718 * chore(package): update lockfile package-lock.json
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.