losh11
53dbe584fd
disable unfinshed test & fix missing ismweb from testfiles
8 months ago
Hector Chu
8925697f15
remove block height from netutxo & changed segment.leaves to vector<Leaf>
9 months ago
Hector Chu
4c3d4f278a
enable peerblockfilters by default & add NODE_MWEB_LIGHT_CLIENT service flag & blockheight to netutxos + more
9 months ago
David Burkett
1049218e66
Segment & PMMR cleanup, plus some documentation
9 months ago
David Burkett
a14c94f8d2
Added "getmwebutxos" and "mwebutxos" p2p messages
9 months ago
David Burkett
ae2987593c
Added "mwebleafset" getdata type and CMWEBLeafsetMsg response
9 months ago
David Burkett
215edcfaa8
Added "mwebheader" getdata type and CMerkleBlockWithMWEB response
9 months ago
fanquake
0698e23d7a
build: use -isysroot over --sysroot on macOS
9 months ago
fanquake
a6a2f36196
build: use -stdlib++-isystem with Clang 10
9 months ago
fanquake
7d0f9db65d
build: no longer patch threading out of ld64
...
Changes introduced in ld64-450.3 have likely removed the need for us to
patch out pthreads. See:
https://opensource.apple.com/source/ld64/ld64-450.3/src/ld/InputFiles.cpp.auto.html .
9 months ago
fanquake
05be4913b3
build: Xcode 12.1, macOS SDK 10.15.6
9 months ago
fanquake
77f2f2564c
build: native cctools 973.0.1, ld64 609
9 months ago
Hennadii Stepanov
70b6355414
build: Clang 10.0.1
...
LLVM 8 has inherent nondeterminism in the compiler, fixed in LLVM 9+.
9 months ago
fanquake
9f39f07f31
build: libtapi 1100.0.11
9 months ago
fanquake
e7905edaa9
build: split native_cctools
9 months ago
Carl Dong
0257a56c44
depends: Add comment about cache invalidation
9 months ago
Carl Dong
6c805a16b9
depends: Fully determine path for darwin cctools
...
See previous commit for description.
9 months ago
Carl Dong
e06b46c340
depends: Fully determine path for darwin_{CC,CXX}
...
Instead of doing the awkward /bin path prepending at config.site
creation time, set darwin_{CC,CXX} in a way that fully determines the
program's path (clang/clang++) similar to how AC_PATH_{TOOL,PROG} would
do.
Also see the added comment block in depends/Makefile for more context on
determining $PATH for our config.site.
9 months ago
Carl Dong
084aa06623
depends: Quote to prevent word splitting in config.site
...
SC2086 is disabled in our linter script so this wasn't caught.
9 months ago
Carl Dong
8d27ea62af
depends: Remove -fuse-ld line
...
clang warns when a command line option is unused, and some of our tests
use Werror, so unfortunately we cannot use this flag to pin our linker
for now. Leaving this commit in for future reference, as it would be
great if there's more granularity to Werror and we can be explicit about
what linker we want to use.
9 months ago
Carl Dong
69513844fa
depends: Pin clang search paths for darwin host
9 months ago
Carl Dong
a376e2e504
depends: Delay expansion of per-package vars
...
Prior to this commit, when int_vars was called for packages, it would
immediately expand the "single-dollar variables", which may be defined
in terms of variables which are not yet determined (e.g. variables
defined in package/*.mk, which are included after int_vars is called).
This is required for the next commit as after that commit, for darwin
cross-builds:
0. int_vars is defined in terms of $(1)_cc
1. $(1)_cc is defined in terms of darwin_CC
2. ... which is defined in terms of clang_resource_dir
3. ... which is defined in terms of native_cctools_clang_version
4. which is undetermined at the time when int_vars is being expanded and evaluated
9 months ago
Loshan T
fffb9223da
Merge pull request #937 from litecoin-project/master
...
0.21.2.x
9 months ago
Rafael Sadowski
787695cb6b
Fix build with Boost 1.77.0
...
BOOST_FILESYSTEM_C_STR changed to accept the path as an argument
9 months ago
NamecoinGithub
3904aebec6
Fix Broken Linux Compiling Dependancies Instruction
...
Add libssl-dev which is required for Linux Compiling
9 months ago
David Burkett
4714137fe3
bitcoind.pid => litecoind.pid
9 months ago
rustyx
308f254c98
Fix ODR issues in CHDChain
9 months ago
Rafael Sadowski
24a0299bfb
Fix build with Boost 1.77.0
...
BOOST_FILESYSTEM_C_STR changed to accept the path as an argument
10 months ago
NamecoinGithub
5ac781487c
Fix Broken Linux Compiling Dependancies Instruction
...
Add libssl-dev which is required for Linux Compiling
2 years ago
David Burkett
bf355d283d
Merge pull request #886 from litecoin-project/issue_831
...
bitcoind.pid => litecoind.pid
2 years ago
David Burkett
1c42019ae7
bitcoind.pid => litecoind.pid
2 years ago
David Burkett
91c56dbccf
Remove 'GUARDED_BY(NetEventsInterface::g_msgproc_mutex)' to avoid gitian build failures
...
(cherry picked from commit 953811f77a
)
2 years ago
David Burkett
953811f77a
Remove 'GUARDED_BY(NetEventsInterface::g_msgproc_mutex)' to avoid gitian build failures
2 years ago
David Burkett
47334552aa
Updating bitcoin ports to litecoin's equivalent
...
(cherry picked from commit f69578127b
)
2 years ago
David Burkett
c5ad2ae43c
0.21.2.2: Updating version, release notes, and manpages
...
(cherry picked from commit 7960291598
)
2 years ago
David Burkett
a8f12c2615
Rate limit the processing of rumoured addresses. Ref: https://github.com/bitcoin/bitcoin/pull/22387
...
(cherry picked from commit 8b256769fd
)
2 years ago
David Burkett
0eb9809917
Merge pull request #879 from litecoin-project/rate-limit
...
Rate limit addresses
2 years ago
David Burkett
f69578127b
Updating bitcoin ports to litecoin's equivalent
2 years ago
David Burkett
7960291598
0.21.2.2: Updating version, release notes, and manpages
2 years ago
David Burkett
8b256769fd
Rate limit the processing of rumoured addresses. Ref: https://github.com/bitcoin/bitcoin/pull/22387
2 years ago
David Burkett
4ae03b3f04
Merge pull request #834 from rustyx/chdchain-odr
...
Fix undefined reference to `CHDChain::VERSION_HD_CHAIN_SPLIT'
2 years ago
rustyx
e0d2a3a267
Fix ODR issues in CHDChain
2 years ago
Loshan T
32a108600d
Merge pull request #822 from litecoin-project/fix-upgraded-wallets
...
v0.21.2.1
2 years ago
David Burkett
fce5d459f0
Adding release notes and bumping version
2 years ago
David Burkett
4871bae163
Adding functional test for MWEB functionality after upgrading non-HD wallet
2 years ago
David Burkett
f7b893485c
New seed format and added TOR seeds
2 years ago
David Burkett
8dc9bc09ae
Add testnet checkpoint
2 years ago
David Burkett
b91e0b2fab
Merge pull request #816 from losh11/fix-upgraded-wallets
...
docs: add libfmt as a required dependancy
2 years ago
losh11
cad62d8979
docs: add libfmt as a required dependancy
2 years ago
David Burkett
6678264538
Stop using pre_split_keypool for MWEB keys in upgraded wallets, and support recovering coins sent to stealth addresses generated from pre_split_keypool
...
(cherry picked from commit 4b45fdf7f3cb8e113c1c04970e7e33751b7d7473)
2 years ago