eth-monitor/CHANGELOG

58 lines
1.4 KiB
Plaintext

- 0.7.1
* Change license to AGPL3 and copyright waived to public domain
* Add missing log module in cli lib
- 0.7.0
* Reactivate cache rpc
* Upgrade dependencies
- 0.6.0
* Allow missing filters in arugments
- 0.5.1
* Remove useless need to add session dir for mem backend
* Reenable renderers and filters specified through args in new settings setup
- 0.5.0
* Implement on chainlib 0.3.0
- 0.4.8
* Upgrade chainlib to 0.2.0
- 0.4.5
* Upgrade chainsyncer
- 0.4.4
* Upgrade deps
- 0.4.3
* Upgrade deps
- 0.4.2
* Implement non-persistent (in-memory) sync state
- 0.4.1
* Correct too restrictive python version constraint
- 0.4.0
* Add rocksdb backend
- 0.3.3
* Upgrade chainsyncer to shep 0.2.0
- 0.3.2
* Add data-in filter
- 0.3.1
* Add data filter
- 0.3.0
* Reimplement on shep/chainsyncer 0.3.0
- 0.2.1
* Implement --keep-alive flag
- 0.2.0
* Dependency upgrades
- 0.1.0
* Read blocks, tx, rcpt from cache
* Read include and exclude address lists from cli options
* Cumulative output rendering
- 0.0.7
* Remove forced execution with renderers
- 0.0.6
* Pass chain spec instead of chain str to output renderers
- 0.0.5
* Remove faulty module dependency in sync runnable script
- 0.0.4
* Add pluggable custom rendering for console feed
- 0.0.3
* Add console tx monitor feed
- 0.0.2
* Add import support, with etherscan implementation
- 0.0.1
* Add basic cache sync framework with filesystem backend