-
Notifications
You must be signed in to change notification settings - Fork 779
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
Fix errors during building on Linux 6.1.0-18, g++ 12.2.0-14 #545
Open
younicoin
wants to merge
80
commits into
Bitcoin-ABC:master
Choose a base branch
from
younicoin:master
base: master
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.
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
Summary: See title. Test Plan: make check
Summary: See title. Test Plan: make check
…time to 1 min;subsidy rate to 0.8 Summary: 1. set PowTargetSpacing time to 1 minute 2. set subsidy ratio to 0.8 3. set subsidy block to 576000 (approximately every 400 days) 4. set mining reward to 25 COIN Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: 1. add developer reward vout in coinbase: init 25 COIN, cut in half approximately every 400 days 2. add developer reward in GenesisBlock. 50 COIN 3. developer reward CheckTxInputs 4. Deactivates CashAddr by default Test Plan: make check
Summary: ReplayProtection is the HardFork protection of bch, since freecash will use a brand new HardFork mechanism, we remove the ReplayProtection and Nov 15th 2019 upgrade check Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. Test Plan: NOT pass
…rity to 144000 Summary: see title. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: see title. mining reward and dev reward will all be fixed. Test Plan: make check
Summary: see title. Test Plan: make check
Summary: Freecash has no "history block", we decide to use Schnorr to sign ALL transactions. Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: see title Test Plan: make check
Summary: See title. Test Plan: ``` make check ```
Summary: See title. Reviewer: Deisler-JJ Test Plan: ``` ```
Summary: See title. Test Plan: ``` make check freecashd --version freecash-qt --version freecash-cli --version ```
Summary: See title. Test Plan: ``` make check ```
Summary: See title. Test Plan: ``` make check ```
Summary: change to 'freecash' Test Plan: ``` make check ```
fix total issuance error
fix seeder testnet netmagic Summary: See title. Test Plan: ``` make check ```
Summary: See title. Reviewer: Deisler-JJ Test Plan: ``` ```
Summary: See title Test Plan: ``` make check ```
solve the problem of zh_CN.ts
Summary: See title. Test Plan: ``` make check freecashd --version freecash-qt --version freecash-cli --version ```
Summary: See title Test Plan: ``` make check ```
Summary: See title Test Plan: ``` make check ```
solve the problem : 1.remove the miner page 2.solve the bitcoin notices
Summary: See title Test Plan: ``` make check ```
Page beautification
fix sendtoaddress getwalletinfo getbalance rpc to support dev reward do not check coinbase on genesis block chang regtest rewardAddress to another address Summary: See title. Test Plan: ``` make check ```
Summary: See title. Test Plan: ``` make check ```
make tests pass Summary: See title. Test Plan: ``` make check ```
Summary: check op_return size and count in consensus layer: see validation.cpp The default value is changed when a flag is passed to `IsStandardTx` Test Plan: ``` make check ```
Summary: Test Plan: ``` make check ```
Summary: Test Plan: ``` make check ```
Summary: Test Plan: ``` make check ```
I can have a look at that last commit, but please note that this Github repository is just a mirror of reviews.bitcoinabc.org. See CONTRIBUTING.md It is likely that the boost includes you added are no longer needed in the current codebase (a lot of boost dependencies were removed in the last 3 years since your fork). |
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.
While compiled on Linux, fixed some mistakes in code: included libraries, commented out a QT dpi settings. I built without compiling depends, because I have installed those few dependencies.
My system:
Here it is full process log of first compilation and compilation of my own repository with fixes
Here it is compilation of my repository with fixes (and without any error):