Version 0.2.17
- Limit acquiring orders.
- Upgrade to OpenSea 3.0.2.
Version 0.2.16
- Fix acquire buy orders.
Version 0.2.15
- Add timeout for
getAsset
call.
Version 0.2.14
- Upgrade to OpenSea 2.0.1.
- Ignore cache for proxy checking and public IP fetching.
- Fix for fetch timeout error handling (
AbortError
).
Version 0.2.13
- Update fetch cache.
- Fix wallet provider engine error handling (
ERR_UNHANDLED_ERROR
). - Properly stop wallet provider engine.
- Add
clear_cache_threshold
option.
Version 0.2.12
- Use OpenSea SDK v1.2.8.
- Add custom fetch cache.
- Add
skip_if_too_low
option. - Add
--log_fetch_all
option and command line argument. - Add
--log_fetch
command line argument. - Add
--log_full
command line argument. - Add
--api_key
command line argument. - Add delay adjustment and fetch delay.
Version 0.2.11
- Fix proxy checking.
- Add
--wallet
command line argument. - Add
price_increment_factor
option. - Remove restart mechanic, bot is stable enough.
- Proxy fixes. Log public IP.
Version 0.2.10
- Node.js v8 compatibility.
- Fix
--resume
command line argument. - Simplify delay options.
- Timeouts for SDK calls.
- Add private keys option in config.
Version 0.2.9
- Use OpenSea SDK v1.2.2.
Version 0.2.8
- Add Troubleshooting in README.
- Add option to install with Node v8.11.
Version 0.2.7
- Add
skip_if_order_created
option in config.
Version 0.2.6
- Error handling fix.
Version 0.2.5
- Remove config options:
no_skip
;exit_timeout
;- monitoring settings.
- Add config options:
random_delay
;acquire_delay
;acquire_random_delay
;skip_if_have_bid
;discard_threshold
.
- Rename config options:
log_all
tolog_full
;skip_if_lower
toskip_if_too_high
;fail_threshold
toswitch_threshold
.
- Add
--resume=<line>
command line argument. - Check for success with error.
- Remove scheduling and async code for better stability.
Version 0.2.4
- Add fetch timeout in config.
- Add
log_all
option in config.
Version 0.2.3
- Mutex fixes.
Version 0.2.2
- Use mutex locking for processing.
skip_if_lower
andskip_if_owner_is_buyer
options in config.- Fetch cache.
- Add proxy switching delay.
- Hotfixes:
- OpenSea wETH approval requests disabled.
- Add error handler for
safe-event-emitter
.
Version 0.2.1
- Tag
v0.2.1
. - Add proxy notation in
README
.
Version 0.1.12
- Add
restart_threshold
option in config. - Add
proxy_checking
option in config. - Add
log_fetch
option in config. - Destroy agents when switch proxy.
- Don't fetch asset if no need.
Version 0.1.11
- Expiration time bug fix.
Version 0.1.10
- Improve proxy support.
- Add socks proxy support.
- Add proxy checking.
- Add Cookie and User-Agent in config.
Version 0.1.9
- Add http proxy support.
- Add restart delay option.
Version 0.1.8
- Add no skip option in config.
Version 0.1.7
- Skipping fix.
Version 0.1.6
- Advanced price settings in list file.
- Auto restart.
- Progress saving.
- No duplicate offers.
Version 0.1.5
- Auto price feature.
- Event handling.
Version 0.1.4
- Monitoring feature.