Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes #1532

Merged
merged 1 commit into from
Mar 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions release-notes/release-notes-v10.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ Because this release includes numerous changes to the database schema, a full da
* Bandit
* CodeQL
* License Scanner
* Add checkpoints for `mainnet` up to block 825,000 and for `testnet` up to block 2,540,000
* Build and publish Docker image
* Enable `testnet` test book
* Add checkpoints for `mainnet` up to block 834,500 and for `testnet` up to block 2,580,000
* Rewrite README


Expand Down Expand Up @@ -60,6 +62,7 @@ Because this release includes numerous changes to the database schema, a full da
* Always log to a file, unless `--no-log-files` is set
* Fix and refactor `log.set_up()`
* Improve thread shutdown logic
* Accept config args before and after the command


## Refactoring and Performance Optimizations
Expand Down Expand Up @@ -88,7 +91,8 @@ Because this release includes numerous changes to the database schema, a full da
* Isolate transaction parsing inside `gettxinfo.py` module
* Heavily refactor code; eliminate unused code blocks
* Isolate dispenser logic in `get_dispensers_outputs()` and `get_dispensers_tx_info()`

* Activate check software version every 24H
* Add the possibility to reparse from a given block on minor version change

# Credits
* Ouziel Slama
Expand Down
Loading