chaind/CHANGELOG

38 lines
959 B
Plaintext
Raw Normal View History

- 0.3.1
* Change license to AGPL3 and copyright waived to public domain
2022-05-14 18:22:24 +02:00
- 0.3.0
* Implement on chainlib 0.3.0
2022-05-09 21:44:28 +02:00
- 0.2.12
* Breaking upgrade of chainlib.
* Implement generic block and tx.
- 0.2.11
* Upgrade shep to handle exception in filestore list
2022-05-05 17:02:21 +02:00
- 0.2.10
* Upgrade shep to guarantee state lock atomicity
2022-05-05 14:09:07 +02:00
- 0.2.9
* Minimize instantiations of adapters in filter execution
2022-05-05 10:00:14 +02:00
- 0.2.8
* Upgrade chainsyncer
2022-05-04 20:22:29 +02:00
- 0.2.7
* Upgrade chainlib
- 0.2.6
* Deps upgrade
- 0.2.5
* Deps upgrade
- 0.2.4
* Allow omission of state store sync in queue store backend
- 0.2.2
* Fix missing symbol crashes related to race conditions
- 0.2.1
* Receive removed race checks from chainqueue
- 0.2.0
* primitive race condition handling between fs access of sync and queue
* re-enable throttling based on in-flight transaction count
2022-04-28 14:41:03 +02:00
- 0.1.2
* add settings object
2022-04-10 21:12:30 +02:00
- 0.1.0
* consume non chain-specific code
- 0.0.1
2021-06-03 14:47:24 +02:00
* chainqueue and chainsyncer migration
* environment base