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

Updates from Pivx Upstream #174

Open
wants to merge 108 commits into
base: release-1.8.0
Choose a base branch
from
Open

Updates from Pivx Upstream #174

wants to merge 108 commits into from

Conversation

KolbyML
Copy link

@KolbyML KolbyML commented Mar 14, 2020

No description provided.

Fuzzbawls and others added 6 commits March 7, 2020 12:24
Another removal of boost dependency as well as fixing up some
`-Wthread-safety-analysis` issues.
Code to avoid calling Perfmon too often is only needed when perfmon is actually going to get called.
This is not intended to make any functional difference in the addition of entropy to the random pool.
No need to define it for every CAddress, as it's memory only anyway.
@KolbyML KolbyML closed this Mar 14, 2020
@KolbyML KolbyML reopened this Mar 14, 2020
Warrows and others added 22 commits March 14, 2020 17:16
[Refactoring] Moved and removed some stuff
-Removed duplicated arith uint files
-Removed unused variables
-Move keystore impls to .cpp instead of .h
-Removed useless function in key.cpp
[Crypto] fix bip38 compilation for latest libsecp256k1
[Compilation] Change compilation and some code to use libsec instead of sslcrypto
[Crypto] Update keys to comply with latest secp256k1 lib
With C++11 these functions are not needed anymore and gracefully
replaced
The zerocoin database should be wiped on reindex. If leftover information from a fork is left in the db it can lead to potential validation issues in the future and isolated forks.
rebase from upstream. Windows doesn't initialize CService properly
during startup before the masternode.conf file is read.
Custom boost locations not using pkg_config can result in a header
include not being found when compiling the libzerocoin library. This
quick fix ensures that the `BOOST_CPPFLAGS` are explicitely included.
Tor Icon is displayed when the client is initialized with a successful
tor service connection.

Icon is hidden otherwise.
Instead of using boost::lexical_cast we can just use std::to_string
Use proper include ordering and only include the needed QStyle header.
Also use proper define in header file
Fuzzbawls and others added 25 commits March 14, 2020 17:22
caea417 Update QT to 5.9.7 (cevap)

Tree-SHA512: 34197e7b92711f3f0392b071de58900592ab8bb2ed3e50cd853cf2da56ba2f6d9b3ee57e4d01f3c2cdce4710ebe0c079bba434263b9af65141363086b9213025
…ith gitian

f6c1d4a Add check symbols for gitian-linux.yml (cevap)
4a3d3ea Use pivx in config lines (cevap)
321f0e0 Update linux descriptor (cevap)
4e0244b Update symbol check script (cevap)
c251de5 Update glibc_compat.cpp with risc (cevap)
fb0bdae Gitian: add risc build (cevap)

Tree-SHA512: f91fa1da9c48e3ccb87cb1ddd825d353a15e439b778bd95eb53f22b8884ecb1ddda954a506553dbb8322e931d1b8b34211e1dc7e4b431eafa107d81bdd8e6faa
Break out a new job to do the basic linting that check-dock.py and
logprint-scanner.py did.

Also add new scripts to check the sanity of
any git subtrees and to check that new pull requests don't contain any
trailing whitespace.

Also, remove the outdated slack notification callback
Also for libsecp256k1 now that it has been updated
This changes the TravisCI behavior to use docker with a Bionic target.
Provides consistency with gitian target.
@tohsnoom tohsnoom changed the base branch from master to rel-1.7.0 November 16, 2020 01:54
@tohsnoom tohsnoom changed the base branch from rel-1.7.0 to release-1.8.0 January 18, 2021 22:43
@wqking
Copy link
Collaborator

wqking commented Sep 5, 2021

Hi Kolby, did you build this version on Linux?
When I try to build it on Ubuntu, I get this error,

  CXXLD    phored
/usr/bin/ld: libzerocoin/libbitcoin_zerocoin.a(Accumulator.o): relocation R_X86_64_32 against `.rodata.str1.8' can not be used when making a shared object; recompile with -fPIC
libzerocoin/libbitcoin_zerocoin.a: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:3707: recipe for target 'phored' failed
make[2]: *** [phored] Error 1

I tried to add -fPIC to configure.ac, but still get this error.
Did you see such error?

@wqking wqking mentioned this pull request Sep 29, 2021
tohsnoom added a commit that referenced this pull request Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.