v1.0.0-alpha-rc01
artemijspavlovs
released this
14 Nov 06:19
·
3 commits
to main
since this release
Changelog
Features
- cf1cb82 feat: operator rollapps (#50)
- 2575621 feat: add expected fee to order fulfillment (#37)
- 6302c03 feat: add scale command for handling bot count (#33)
- 18b4379 feat: Add fulfilled order and funds tracking (#14)
- 06122bb feat(client): Use indexer instead of hub to get orders
Bug fixes
- c5d1cf2 fix: http response field parsing (#52)
- aa87234 fix: update default config values for
init
(#51) - f513b3f fix: gracefully wait for coin transfer (#43)
- 7654f18 fix: default min gas balance should be bigger than gas fees (#18)
Others
- 3cb9a36 Try to fix index-out-of-range
- f5b9249 Fix fee overflow
- cd13d75 add expected fee to order fulfillment (#40)
- 47239dd Fix proto
- cd79f49 Cosmos client update dep
- 5175418 Merge pull request #7 from dymensionxyz/zale144/bot-balance-order-preference
- fc70f25 Bot preference by least missing funds for order, caching bot balances, some refactor
- 7f16f7d Use indexer instead of hub to get orders, get denom hash from hub and cache it, small fixes
- 1e6a2c3 Refund extra bots balances back to whale on startup
- 9413def Use gas fees in config
- 439dd15 Fix bot account creation
- 9e025ce Add denom thresholds to config, logging improvements, better control over alerting, more small fixes
- f007ccb Bot keyring dir config fix
- 7d4e41c Add log levels, separate whale and bots config, add whitelist for denoms, add slack alerting
- 787e84e A couple of more bug fixes and more logging
- de99da6 Order cleanup interval fix
- 72bda3a Merge pull request #2 from dymensionxyz/zale144/rework-bot-for-parallelism
- 1e8e159 Make more improvements and bug fixes
- e5b9b51 Rework the client so it supports parallelism
- 02cb606 Add account_name field to generated config file, create default home dir if it doesn't exist
- 4867782 Add subcommands: init and start
- d57f419 Logging improvements, remove chain id from config
- 203485e Update the README
- ee250ac Refactor some more, remove account import/create, more granular alerting, fix various issues, simplify implementation
- 5a362a5 Refactor and fix issues: account import/create, order refreshing, balance checking, order fulfilling
- 0e8eac3 Make logger less spammy
- 8e51c5b Fix balance checking for DYM
- 7272e7c Fix balance checking
- 0e1a4e1 Fix price adding
- 2f751cd Fix account get from local keyring
- b62a67e Add account logging
- dceb825 Fix go.mod
- e308eaa Init