You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
* 1 - add first entry to CHANGELOG
* 2 - add some entries to CHANGELOG unreleased section
* 3 - add more entries to CHANGELOG until end of 2020
* 4 - move CHANGELOG entry from Changed to Deprecated section
* 5 - add all remaining changes to CHANGELOG
* 6 - new release v1.11.0
* 7 - add rebased commit to CHANGELOG
* 8 - add rebased fixing of priceFeed_test to CHANGELOG
* 9 - fix windows no-electron flag options
* 10 - update release date in CHANGELOG
- sleep mode type ([#606](https://github.com/stellar/kelp/issues/606))
36
+
- significant reliability improvement in Kelp GUI with regards to errors from backend to frontend ([002a726c877555b277076e280cb32f32ba650af0](https://github.com/stellar/kelp/commit/002a726c877555b277076e280cb32f32ba650af0))
37
+
- add utils.MustParseAsset helper function ([e65e14006d9c32e7349d4d7e23ffe68cede0a8e5](https://github.com/stellar/kelp/commit/e65e14006d9c32e7349d4d7e23ffe68cede0a8e5))
38
+
- new buyTwap strategy ([#522](https://github.com/stellar/kelp/issues/522))
39
+
- Implement missing filter logic related to buy side ([#636](https://github.com/stellar/kelp/issues/636))
40
+
- Kelp GUI: enable public network ([#649](https://github.com/stellar/kelp/issues/649))
41
+
42
+
### Changed
43
+
44
+
- network speedup: check markets cache for existing symbols in ccxt.go#symbolExists() ([#559](https://github.com/stellar/kelp/issues/559))
45
+
- improve condition for placeSellOpsFirst in mirror strategy ([94a30d652f31d125f8b8424472e8c42e321fbe94](https://github.com/stellar/kelp/commit/94a30d652f31d125f8b8424472e8c42e321fbe94))
46
+
- update circleci config to replace quote asset for test runs ([7a15ab6e1656d51cd7bdf7bc5c9654c439024bfe](https://github.com/stellar/kelp/commit/7a15ab6e1656d51cd7bdf7bc5c9654c439024bfe))
47
+
- conditionally reset cached balances and liabilities to reduce network calls, closes [#561](https://github.com/stellar/kelp/issues/561)
48
+
- use single call to load offers when resetting liabilities, closes [#563](https://github.com/stellar/kelp/issues/563)
49
+
- Add missing CLI metrics from inputs (part of [#551](https://github.com/stellar/kelp/issues/551))
50
+
- add GOARM versions in metrics, closes [#567](https://github.com/stellar/kelp/issues/567)
51
+
- increase default spread in sample config file to avoid op_cross_self errors during submission ([ba35e72a18a793f3fb5241297a87100ff5b6e282](https://github.com/stellar/kelp/commit/ba35e72a18a793f3fb5241297a87100ff5b6e282))
52
+
- Refactor volume filter function ([#604](https://github.com/stellar/kelp/issues/604)
53
+
- Update README to include steps to install astilectron-bundler ([ccf2bcabc417242dfe3936869f2d8b15853b5cbd](https://github.com/stellar/kelp/commit/ccf2bcabc417242dfe3936869f2d8b15853b5cbd))
54
+
- clearly document / revise description of behavior of volume filter in config file and revise tests in dailyVolumeByDate ([#623](https://github.com/stellar/kelp/issues/623))
- deprecate TICK_INTERVAL_SECONDS in favor of TICK_INTERVAL_MILLIS ([#609](https://github.com/stellar/kelp/issues/609), [2e47abae6749840ef600edf2a0a6316ab66d1137](https://github.com/stellar/kelp/commit/2e47abae6749840ef600edf2a0a6316ab66d1137))
60
+
61
+
### Fixed
62
+
63
+
- mirror strategy should ignore backing orders below min volume requirement, closes [#569](https://github.com/stellar/kelp/issues/569)
64
+
- move metrics tracker to plugins package to prevent import cycles ([#583](https://github.com/stellar/kelp/issues/583))
- spread value in GUI should be correct along with spread % ([#619](https://github.com/stellar/kelp/issues/619))
77
+
- bugfix: volumeFilterFn should explicitly take in action buy/sell ([#646](https://github.com/stellar/kelp/issues/646))
78
+
- build script should return an error if amplitude key is missing for force releases ([047db942fd7abbfd4ca78fb74ff6d64acc3e2538](https://github.com/stellar/kelp/commit/047db942fd7abbfd4ca78fb74ff6d64acc3e2538))
79
+
- build script should return an error if amplitude key is missing for test releases ([89f3d310da58b498689e7ab3faed5a7cc87a2294](https://github.com/stellar/kelp/commit/89f3d310da58b498689e7ab3faed5a7cc87a2294))
80
+
- do not crash bot when we encounter a startup event error from Amplitude ([#651](https://github.com/stellar/kelp/issues/651))
81
+
- fix priceFeed_test by adjusting upper bound of expected XLM price ([84ac63d76f7fafb87d93724cadaebb75448bfc5e](https://github.com/stellar/kelp/commit/84ac63d76f7fafb87d93724cadaebb75448bfc5e))
82
+
23
83
## [v1.10.0] - 2020-10-22
24
84
25
85
### Added
@@ -354,7 +414,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
354
414
- Configuration file based approach to setting up a bot
| Windows | 64-bit |[kelp-v1.11.0-windows-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.11.0__windows-amd64.zip)|
82
+
| Linux | 64-bit |[kelp-v1.11.0-linux-amd64.tar](https://github.com/stellar/kelp/releases/download/v1.11.0/KelpGUI__gui-v1.0.0-rc2__cli-v1.11.0__linux-amd64.zip)|
83
+
84
+
#### CLI
85
+
86
+
Here is a list of binaries for the most recent release **v1.11.0**:
Copy file name to clipboardExpand all lines: cmd/server_amd64.go
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -125,9 +125,9 @@ func init() {
125
125
}
126
126
127
127
ifruntime.GOOS=="windows" {
128
-
if*options.noElectron {
129
-
log.Printf("input options had specified noElectron=true for winndows, but that is not supported on windows yet. force setting noElectron=false for windows.\n")
130
-
*options.noElectron=false
128
+
if!*options.noElectron {
129
+
log.Printf("input options had specified noElectron=false for windows, but electron is not supported on windows yet. force setting noElectron=true for windows.\n")
0 commit comments