Tag | Migration | Date | Summary |
---|---|---|---|
v2.0.0 | Second Release | 2023/11/14 | Improvements to chifra scrape , chifra monitors , chifra init , and chifra chunks primarily, including certain breaking changes. |
v1.0.0 | First Official Release | 2023/09/01 | Feature complete. Our first official release (requires no migration over v0.85.0). |
Migrations prior to version v1.0.0 are no longer supported. If your data is this older than v1.0.0, you must remove your existing caches and indexes. Do so by running this command:
chifra config --paths
and then removing the folders presented. Do this only if your data is prior to version 1.0.0. You may make a backup if you wish, but these older files are no longer useful for chifra
.
Tag | Migration | Date | Summary |
---|---|---|---|
v0.85.0 | Release Candidate 1 | 2023/08/15 | Feature complete. Proposed release prior to version v1.0.0. |
v0.70.0 | Update to Unchained Index | 2023/05/26 | Corrects certain previously incorrect chunks in the unchained index. |
v0.60.0 | Many GoLang Ports | 2023/03/11 | Two options migrations for two very specific, small edge cases. |
v0.45.0 | Better Docker | 2022/12/16 | Much better support for use in the docker version (more coming soon). |
v0.44.0 | Scraper Bug Fix | 2022/11/25 | Fixes a bug related to scraping at the head of the chain. |
v0.43.0 | Better Accounting | 2022/11/16 | No migrations, but a lot of improvements to the accounting modules. |
v0.41.0 | GoLang Port for Receipts | 2022/10/20 | No migrations, but there were some breaking changes. |
v0.40.0 | Better Scraper | 2022/06/20 | Updates file format of index and Bloom filters to include version, fixes incorrect data in index. |
v0.30.0 | Much Better Monitors | 2022/04/16 | Changes monitor file format. Ports scan of index to GoLang. Improves speed of scan by more than 25x |
v0.25.0 | Multi Chain | 2022/02/22 | Adds --chain option to all commands. Now supports any EVM-based chain. |
v0.18.0 | Better Neighbors | 2021/12/10 | Cleans up chifra export --neighbors output- Corrects incorrect headers in .txt and .csv export. |
v0.17.0 | Updated API and SDK | 2021/11/23 | Creates TypeScript SDK and forces all API endpoint options to camelCase. |
v0.14.0 | goLang version of Chifra | 2021/10/03 | Ports chifra command line to golang - Breaking change to --verbose flag. |
v0.12.1 | New Folder Structure | 2021/09/01 | Adds support for Erigon - Moves most executables to private path. |
v0.11.3 | London Hard Fork Migration | 2021/08/20 | Support for cache file format change due to London hard fork. |
v0.9.0 | Configuration File Migration | 2021/06/02 | Moves configuration file locations. |