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

Bucketing component #4794

Merged
merged 5 commits into from
Nov 27, 2024
Merged

Bucketing component #4794

merged 5 commits into from
Nov 27, 2024

Conversation

pwojcikdev
Copy link
Contributor

This extracts block bucketing logic into a separate bucketing component and introduces ledger::block_priority ( .. ) function. This function provides stable block priorities independent of account info timestamp, which had the problem that it changed after block rollbacks. This made the previous logic unsuitable for bounded backlog.

@gr0vity-dev-bot
Copy link

gr0vity-dev-bot commented Nov 25, 2024

Test Results for Commit 6392763

Pull Request 4794: Results
Overall Status:

Test Case Results

  • 5n4pr_conf_10k_bintree: PASS (Duration: 109s)
  • 5n4pr_conf_10k_change: PASS (Duration: 163s)
  • 5n4pr_conf_change_dependant: PASS (Duration: 127s)
  • 5n4pr_conf_change_independant: PASS (Duration: 160s)
  • 5n4pr_conf_send_dependant: PASS (Duration: 155s)
  • 5n4pr_conf_send_independant: PASS (Duration: 130s)
  • 5n4pr_rocks_10k_bintree: PASS (Duration: 115s)
  • 5n4pr_rocks_10k_change: PASS (Duration: 200s)

Last updated: 2024-11-26 19:13:32 UTC

@qwahzi qwahzi added this to the V28 milestone Nov 26, 2024
@pwojcikdev pwojcikdev merged commit 7855c82 into nanocurrency:develop Nov 27, 2024
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Merged / V28.0
Development

Successfully merging this pull request may close these issues.

3 participants