CHANGELOG (2687B)
1 - 0.8.10 2 * Add tx hash filter to rules 3 * Add cache spec flag to allow other cache backends 4 - 0.8.9 5 * Fix pysha dependency 6 - 0.8.8 7 * Skip rules filter processing for cache when deactivated 8 * Add match-all flag to rule processing 9 * Add match-all flag to CLI to toggle setting match_all flag to rule processing for include criteria 10 * Implement state dir (rundir), and last synced block output 11 - 0.8.7 12 * Upgrade chainsyncer (and shep) to avoid state deletion on partial filter list interrupts 13 - 0.8.6 14 * Handle crash on conrtact creation when recipient filter is active 15 - 0.8.5 16 * Instantiate constructor for chain interface superclass 17 * Remove unused settings transform method for sync interface 18 - 0.8.4 19 * Update man pages with rpc batch limit setting 20 - 0.8.3 21 * Update man pages 22 - 0.8.2 23 * Handle undefined content-key argument 24 - 0.8.1 25 * Implement syncer context 26 * Add key-value parameter for cli, environment, config to pass to syncer context 27 - 0.8.0 28 * Implement RPC batch limits for syncer 29 - 0.7.6 30 * Make rpc dialect work with chain interface 31 - 0.7.5 32 * Add readme (from man page) 33 * Add package descriptino (from man page) 34 - 0.7.4 35 * Add man pages to package 36 - 0.7.3 37 * Upgrade deps 38 - 0.7.2 39 * Fix tx index in default output for sync command 40 - 0.7.1 41 * Change license to AGPL3 and copyright waived to public domain 42 * Add missing log module in cli lib 43 - 0.7.0 44 * Reactivate cache rpc 45 * Upgrade dependencies 46 - 0.6.0 47 * Allow missing filters in arugments 48 - 0.5.1 49 * Remove useless need to add session dir for mem backend 50 * Reenable renderers and filters specified through args in new settings setup 51 - 0.5.0 52 * Implement on chainlib 0.3.0 53 - 0.4.8 54 * Upgrade chainlib to 0.2.0 55 - 0.4.5 56 * Upgrade chainsyncer 57 - 0.4.4 58 * Upgrade deps 59 - 0.4.3 60 * Upgrade deps 61 - 0.4.2 62 * Implement non-persistent (in-memory) sync state 63 - 0.4.1 64 * Correct too restrictive python version constraint 65 - 0.4.0 66 * Add rocksdb backend 67 - 0.3.3 68 * Upgrade chainsyncer to shep 0.2.0 69 - 0.3.2 70 * Add data-in filter 71 - 0.3.1 72 * Add data filter 73 - 0.3.0 74 * Reimplement on shep/chainsyncer 0.3.0 75 - 0.2.1 76 * Implement --keep-alive flag 77 - 0.2.0 78 * Dependency upgrades 79 - 0.1.0 80 * Read blocks, tx, rcpt from cache 81 * Read include and exclude address lists from cli options 82 * Cumulative output rendering 83 - 0.0.7 84 * Remove forced execution with renderers 85 - 0.0.6 86 * Pass chain spec instead of chain str to output renderers 87 - 0.0.5 88 * Remove faulty module dependency in sync runnable script 89 - 0.0.4 90 * Add pluggable custom rendering for console feed 91 - 0.0.3 92 * Add console tx monitor feed 93 - 0.0.2 94 * Add import support, with etherscan implementation 95 - 0.0.1 96 * Add basic cache sync framework with filesystem backend