-
Notifications
You must be signed in to change notification settings - Fork 28
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
Release v0.52.0 #506
Merged
Release v0.52.0 #506
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chore(ci): update workflow actions
* chore: measure sync and load times * feat: log the network name as well * fix: network name in the logs * style: fix linters * ci: create unit test for the check_sync method * refactor: use vertex_count nomenclature * fix: make sure tests get the environment info where needed * style: fix linters * ci: fix failing tests * refactor: pass args as str * refactor: move magic number to a constant * chore: also collect the network full name * refactor: rename total_load_time variable * refactor: change the logged string indicating recent activity * style: fix linters
Co-authored-by: Jan Segre <jan@hathor.network>
feat: add storage mechanism for events
fix(cli): regression made it so testnet couldn't be selected
Co-authored-by: Jan Segre <jan@hathor.network>
feat(events): add management layer
feat(tx): improved reward lock verification algorithm
* chore: avoid using RocksDB key estimation * refactor: move get_count_tx_blocks method to the info index and rename it to get_vertices_count * fix: make sure we dont count twice on the info index for txs that are changing its state * refactor: do not use specific storage implementations as fallback for get_vertices_count * refactor: better way to tell if rocksdb is empty
…ptional feat(indexes): make sync-v2 indexes only load when sync-v2 is enabled
chore: bump version and update checkpoints
msbrogli
previously approved these changes
Nov 3, 2022
Codecov Report
@@ Coverage Diff @@
## master #506 +/- ##
==========================================
- Coverage 83.62% 83.23% -0.40%
==========================================
Files 179 186 +7
Lines 16381 16862 +481
Branches 2512 2640 +128
==========================================
+ Hits 13699 14035 +336
- Misses 2231 2334 +103
- Partials 451 493 +42
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
msbrogli
previously approved these changes
Nov 4, 2022
…ssion fix(cli): builder refactor regression skipped register_resources
msbrogli
approved these changes
Nov 4, 2022
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PRs: