2023-08-07 13:48:23 +02:00
|
|
|
- 0.8.2
|
|
|
|
* Handle undefined content-key argument
|
2023-08-06 20:32:10 +02:00
|
|
|
- 0.8.1
|
|
|
|
* Implement syncer context
|
|
|
|
* Add key-value parameter for cli, environment, config to pass to syncer context
|
2023-08-06 15:10:59 +02:00
|
|
|
- 0.8.0
|
|
|
|
* Implement RPC batch limits for syncer
|
2023-06-03 09:32:47 +02:00
|
|
|
- 0.7.6
|
|
|
|
* Make rpc dialect work with chain interface
|
2023-05-13 22:46:49 +02:00
|
|
|
- 0.7.5
|
|
|
|
* Add readme (from man page)
|
|
|
|
* Add package descriptino (from man page)
|
|
|
|
- 0.7.4
|
|
|
|
* Add man pages to package
|
2023-03-22 11:38:58 +01:00
|
|
|
- 0.7.3
|
|
|
|
* Upgrade deps
|
2023-02-23 08:16:30 +01:00
|
|
|
- 0.7.2
|
|
|
|
* Fix tx index in default output for sync command
|
2022-11-14 08:55:47 +01:00
|
|
|
- 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
|
2022-10-14 17:41:58 +02:00
|
|
|
- 0.5.1
|
|
|
|
* Remove useless need to add session dir for mem backend
|
|
|
|
* Reenable renderers and filters specified through args in new settings setup
|
2022-05-14 21:32:08 +02:00
|
|
|
- 0.5.0
|
|
|
|
* Implement on chainlib 0.3.0
|
2022-05-10 12:10:40 +02:00
|
|
|
- 0.4.8
|
|
|
|
* Upgrade chainlib to 0.2.0
|
2022-05-05 09:59:08 +02:00
|
|
|
- 0.4.5
|
|
|
|
* Upgrade chainsyncer
|
|
|
|
- 0.4.4
|
|
|
|
* Upgrade deps
|
|
|
|
- 0.4.3
|
|
|
|
* Upgrade deps
|
2022-04-26 10:32:56 +02:00
|
|
|
- 0.4.2
|
|
|
|
* Implement non-persistent (in-memory) sync state
|
2022-04-21 07:44:19 +02:00
|
|
|
- 0.4.1
|
|
|
|
* Correct too restrictive python version constraint
|
2022-04-20 19:42:11 +02:00
|
|
|
- 0.4.0
|
|
|
|
* Add rocksdb backend
|
2022-04-09 21:17:16 +02:00
|
|
|
- 0.3.3
|
|
|
|
* Upgrade chainsyncer to shep 0.2.0
|
2022-04-05 16:02:18 +02:00
|
|
|
- 0.3.2
|
|
|
|
* Add data-in filter
|
2022-04-05 13:44:15 +02:00
|
|
|
- 0.3.1
|
|
|
|
* Add data filter
|
|
|
|
- 0.3.0
|
|
|
|
* Reimplement on shep/chainsyncer 0.3.0
|
2022-03-08 18:11:15 +01:00
|
|
|
- 0.2.1
|
|
|
|
* Implement --keep-alive flag
|
2022-03-06 20:42:01 +01:00
|
|
|
- 0.2.0
|
|
|
|
* Dependency upgrades
|
2022-02-28 22:56:56 +01:00
|
|
|
- 0.1.0
|
|
|
|
* Read blocks, tx, rcpt from cache
|
|
|
|
* Read include and exclude address lists from cli options
|
|
|
|
* Cumulative output rendering
|
2022-02-25 15:23:38 +01:00
|
|
|
- 0.0.7
|
|
|
|
* Remove forced execution with renderers
|
2022-01-31 00:22:56 +01:00
|
|
|
- 0.0.6
|
|
|
|
* Pass chain spec instead of chain str to output renderers
|
2022-01-30 21:00:47 +01:00
|
|
|
- 0.0.5
|
|
|
|
* Remove faulty module dependency in sync runnable script
|
2022-01-30 20:50:31 +01:00
|
|
|
- 0.0.4
|
|
|
|
* Add pluggable custom rendering for console feed
|
2022-01-30 15:11:54 +01:00
|
|
|
- 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
|