mirror of
https://github.com/logos-storage/nim-ethers.git
synced 2026-01-02 13:43:06 +00:00
* Move logFilters to JsonRpcSubscriptions * Add resubscribe flag * Add documentation for the resubscribe symbol * Rename the symbol for better clarity * Provide better message * Add nimbledeps to git ignore * Update wording * Update wording * Remove the ws_resubscribe flag from the config * Handle the concurrency issues when updating the logFilters and add tests * Update log filters comment * Add lock when subscribing to blocks * Remove useless private access * Fix wording * Fix try except format * Restore privateAccess because logEvents moved to JsonRpcSubscriptions * Use seconds instead of milliseconds * Remove extra dot in test label * Restore new lines * Pass the resubscribe internal in new function and remove unneeded try except * Remove ws_resubscribe default value making testing easier * Remove unneeded condition * Add new line * Fix nim syntax * Update symbol description * Log warning when the resubscription interval is more than 300 seconds * Catch errors in close method * Redefine raises for async pragma in close methods * Provide better error message