CHANGELOG (1865B)
1 * 0.8.6 2 - Correct python requirement to 3.8-3.10 3 - Avoid FILTERDONE crash when using --keep-alive 4 * 0.8.5 5 - Upgrade shep to eliminate state deletion after interrupted partial filter list execution 6 - Add block/tx break points for filter breaks in unittest filter mocker 7 * 0.8.4 8 - Add block and tx processing log entries at info level 9 * 0.8.3 10 - Apply dialect on receipts and block tx constructors 11 - Avoid filter state crash when no filters defined 12 * 0.8.2 13 - Add filter prepare method (with context) to interface 14 * 0.8.1 15 - Add context field to receive key-value collections from calling agent 16 * 0.8.0 17 - Enable batch rpc retrievals of receipts 18 * 0.7.1 19 - Change license to AGPL3 and copyright waived to public domain 20 * 0.7.0 21 - Upgrade dependencies 22 * 0.6.0 23 - Upgrade dependencies 24 * 0.5.0 25 - Avoid crash on no registered filters 26 * 0.4.8 27 - Add unlock action description to info loglevel for unlock tool 28 * 0.4.7 29 - Upgrade shep to avoid sync in persist set 30 * 0.4.6 31 - Upgrade shep to handle filesystem list exception 32 * 0.4.5 33 - Upgrade chainlib 34 - Upgrade shep to guarantee atomic state locks 35 * 0.4.4 36 - Reinstate tx index bump in sync state on filter execution complete 37 * 0.4.3 38 - Refactor lock code, move into module from runnable script 39 * 0.4.2 40 - Same as 0.4.1 41 * 0.4.1 42 - Correct runnable entry in setup 43 * 0.4.0 44 - Refactor on shep 45 * 0.3.7 46 - Remove hard eth dependency in settings rendering 47 - Add unlock cli tool 48 * 0.3.6 49 - Add cli arg processing and settings renderer 50 * 0.3.5 51 - Allow memory-only shep if factory set to None in store constructor 52 * 0.3.4 53 - Use explicit bool check in filter interrupt check 54 * 0.3.3 55 - Include shep persistent state bootstrap sync 56 - Add chainsyncer extras 57 * 0.3.2 58 - Implement rocksdb backend 59 * 0.3.1 60 - Upgrade to release shep version 61 - Move sync state to SYNC after start 62 * 0.3.0 63 - Re-implement chainsyncer on shep