[Testing only] Mainnet normalization tests #239
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
Epic
good first issue
hacktoberfest
hard fork
help wanted
icebox
Invalid
level: 0
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
priority: blocker
priority: high
priority: low
priority: medium
resilience
soft fork
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
work in progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lbrycrd#239
Loading…
Reference in a new issue
No description provided.
Delete branch "mainnet_normalization_tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This goes on top of https://github.com/lbryio/lbrycrd/pull/235, I created this branch to be able to test the normalization hard fork on mainnet. There is a change that will reset the difficulty down to the lowest possible value at the hard fork height so you can generate a block on your own.
6d8ea77 - You will have to set the correct nNormalizedNameForkHeight for your node here. Set it so that when your node starts up, it will not have hit this height. This commit resets the difficulty at the hard fork height, allowing you to generate blocks on your own
58f9453 - I saw that due to the number of claims on the mainnet, any logging that happens on a per claim basis will slow down the normalization process at the hard fork height by a lot, so I removed them. The claimtrie normalization process took about 10 minutes with the logging, and about 30 seconds without the logging. This commit should be cherry picked on to the main normalization hard fork PR.
Pull request closed