CHANGELOG (1491B)
1 - 0.2.3 2 * Update wrong license file 3 - 0.2.2 4 * Change license to AGPL3 and copyright waived to public domain 5 - 0.2.1 6 * Implement shep 0.3.0 7 * Implement chainlib 0.4.x 8 - 0.2.0 9 * Implement chainlib 0.3.0 10 - 0.1.16 11 * Queue list cli tool 12 * State parser cli tool 13 * Provide pluggable renderer capability for queue list cli tool 14 * Move path and state query parsing to settings module 15 * Add queue path and digest parameters to base config 16 - 0.1.15 17 * Upgrade shep to avoid sync in persist set 18 - 0.1.14 19 * Upgrade shep to handle exception in filestore list 20 - 0.1.13 21 * Remove sync on each get 22 * Upgrade shep to guarantee atomic state lock state 23 - 0.1.12 24 * Raise correct exception from index store exists check 25 - 0.1.11 26 * Allow for sync skip in store instantiation 27 - 0.1.10 28 * Improve logging 29 - 0.1.9 30 * Upgrade deps 31 - 0.1.8 32 * Upgrade deps 33 - 0.1.7 34 * Improve logging 35 - 0.1.6 36 * Sort upcoming queue item chronologically 37 * Add unit testing for upcoming query method 38 - 0.1.5 39 * Add reserved state check method 40 - 0.1.4 41 * Dependency cleanups 42 - 0.1.3 43 * Add CLI args and config handling, settings object 44 - 0.1.2 45 * Add CLI inspection tools 46 - 0.1.1 47 * 48 - 0.1.0 49 * Replace state transitions with shep 50 - 0.0.3 51 * cli tool for listing queue by address 52 * ensure lowercase hex input in db 53 * exportable unittest utilities 54 - 0.0.2 55 * add fs backend 56 * add flexible data directory 57 * factor out sql backend as module 58 - 0.0.1 (unreleased) 59 * add queue states 60 * add queries 61 * add tx creation helper