forked from BitcoinUnlimited/BitcoinUnlimited
-
Notifications
You must be signed in to change notification settings - Fork 1
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 #3
Open
LYNHUB23
wants to merge
30
commits into
ActorForth:dev
Choose a base branch
from
LYNHUB23:Unlimitedcoin
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Release #3
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
* pad IBLT to compensate for missing transactions * refine excess items when receiver has more txs than sender * simplify graphene arithmetic
The assert at the end PruneBlockIndexCandidates() was put there to make sure that the setBlockIndexCandidates was not empty or abort the program otherwise. Fact is that the code at the top of `PruneBlockIndexCandidates()` already deal with the case of setBlockIndexCandidates being empty by returning without raising an error. This imply that the assert cannot be triggered.
…preferential timer. (BitcoinUnlimited#1531) * Add two new parameters to define the duration of Graphene and Thinblock preferential timer. The value is expressed in milliseconds. Default value is 1000 millisec. To disable the timers set those parameter to 0. * Use just one parameter to set both graphene and thinblock preferential timers * Remove of log statement in case of disabled preferential timer * nOffset could be negative
The file is graphene-specificatin-v1.mediawiki, we deleted renamed it in dev and hence mergeing dev into release did not take care of the removing of this file (problably we should have remove it in dev rather than renaming). [skip ci]
[RELEASE BRANCH] Removed file with a mispelled name
Removed incorrect "All amounts are in satoshis." from help message
RPC: Corrects getblockstats help message
Add missing message types to allNetMessages[]
Improve IBD when pruning
[RELEASE] Use the correct build status report icon for the release branch
Since we are moving actual development to GitLab all issues and PRs created starting from 2020-07-02 will be closed automatically. For the bot to be activated a conf file has to be created in the default branch. We decided to commit the change here on gitlab due to the fact automatic mirroring has been activated between GitLab and GitHub (all changes committed to release and dev branches would be mirrored in the legacy GitHub repo)
Activate Repo Lockdown bot on GitHub Legacy repository. See merge request bitcoinunlimited/BCHUnlimited!2247
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.
No description provided.