CHANGELOG (1008B)
1 - 0.4.0 2 * Upgrade dependencies (chainlib 0.4.x) 3 - 0.3.1 4 * Change license to AGPL3 and copyright waived to public domain 5 - 0.3.0 6 * Implement on chainlib 0.3.0 7 - 0.2.12 8 * Breaking upgrade of chainlib. 9 * Implement generic block and tx. 10 - 0.2.11 11 * Upgrade shep to handle exception in filestore list 12 - 0.2.10 13 * Upgrade shep to guarantee state lock atomicity 14 - 0.2.9 15 * Minimize instantiations of adapters in filter execution 16 - 0.2.8 17 * Upgrade chainsyncer 18 - 0.2.7 19 * Upgrade chainlib 20 - 0.2.6 21 * Deps upgrade 22 - 0.2.5 23 * Deps upgrade 24 - 0.2.4 25 * Allow omission of state store sync in queue store backend 26 - 0.2.2 27 * Fix missing symbol crashes related to race conditions 28 - 0.2.1 29 * Receive removed race checks from chainqueue 30 - 0.2.0 31 * primitive race condition handling between fs access of sync and queue 32 * re-enable throttling based on in-flight transaction count 33 - 0.1.2 34 * add settings object 35 - 0.1.0 36 * consume non chain-specific code 37 - 0.0.1 38 * chainqueue and chainsyncer migration 39 * environment base