Age | Commit message (Collapse) | Author |
|
the autogen.sh step as it required aclocal (which isn't included in recent versions of xcode).
|
|
Change Linux deps to use a zip archive rather than a gzipped tarball to
match win32
Rename Linux descriptor to gitian-linux.yml to match win32
|
|
0425715 gitian: add explicit dependency build for linux (Wladimir J. van der Laan)
279af1a build: use Ubuntu 12.04 for linux gitian build (Wladimir J. van der Laan)
|
|
Create a dependency file per architecture:
- bitcoin-deps-linux32-gitian-r1.tar.gz
- bitcoin-deps-linux64-gitian-r1.tar.gz
|
|
This was forgotten in #3501.
|
|
Added incompatibility and instruction regarding Ubuntu 13.10 and libboost1.54-all-dev
|
|
|
|
- miniupnpc-1.8
- openssl-1.0.1e
- zlib-1.2.8
- libpng-1.6.8
- qrencode-3.4.3
|
|
Use a series of .png frames for the spinner instead of a .mng.
`mng` is an obscure image format and is not built by default into Qt5.
This appears to improve the crispness of the spinner as well.
Does not noticably increase the size (still ~27k) and the code
is not more complicated either.
|
|
|
|
- remove unused and unmentioned file notsynced.png (we use an animation
for this)
- add missing coincontroldialog.ui to bitcoin-qt.pro
- also unify formating in assets-attribution.md
|
|
Update current translations, and add new languages:
- es_MX: Spanish (Mexico)
- pam: Kapampangan
Also update translation process for autoconf-based build system.
|
|
|
|
22f0135 Rebrand to `Bitcoin Core` (Wladimir J. van der Laan)
|
|
08b93f9 fixed documetation on hardening flags (HaltingState)
|
|
|
|
Only messages for now, executable names and other file names
can be changed later if necessary and safe.
Do not do an all-sweeping change. Some occurences of Bitcoin-Qt need to
be kept:
- Applicationname: this is used to determine the registry entry names,
we don't want to lose settings over a silly name change.
- Where it refers to the executable name instead of the product name.
|
|
|
|
|
|
4f99b16 Release process: add section about announcing new release (Wladimir J. van der Laan)
|
|
|
|
|
|
Fixes #3361
|
|
The following mining-related RPC calls don't use the wallet:
- getnetworkhashps
- getmininginfo
- getblocktemplate
- submitblock
Enable them when compiling with --disable-wallet.
|
|
5094f8d Split off rpc_wallet_tests (Wladimir J. van der Laan)
829c920 Move CCryptoKeyStore to crypter.cpp (Wladimir J. van der Laan)
ae6ea5a Update build-unix.md to mention --disable-wallet (Wladimir J. van der Laan)
4f9e993 Add --disable-wallet option to build system (Wladimir J. van der Laan)
d004d72 Move CAddrDB frrom db to net (Wladimir J. van der Laan)
48ba56c Delimit code with #ifdef ENABLE_WALLET (Wladimir J. van der Laan)
991685d Move getinfo to rpcnet.cpp (Wladimir J. van der Laan)
bbb0936 Move HelpExample* from rpcwallet to rpcserver (Wladimir J. van der Laan)
|
|
|
|
Mention the new --disable-wallet mode.
Also, correct the BDB entry in the dependencies table.
|
|
less bytes, same images
|
|
Add additional data update to release-process.md
|
|
This adds https://github.com/bitcoin/bitcoin.org/pull/270 to the to-do
list for each release, avoiding future situations like
https://bitcointalk.org/index.php?topic=336042.0.
|
|
I was merging change this every time before generation of
the doxygen developer docs (https://dev.visucore.com/bitcoin/doxygen/)
but there's no reason why it can't just be merged upstream.
|
|
Squash README
|
|
Fixed. Split off build, and bootstrap link.
|
|
A plain DOS window doesn't have the right path settings, whereas
the MSYS shell window does.
|
|
Update build docs that refer to old makefile.* files.
|
|
Also mention `autoconf` as required package.
|
|
Also update pull-tester's error message.
|
|
Prettify some /Contrib READMEs
|
|
SYN
Remove Dead Readme-Qt Links.
|
|
Selecting the button for a pages was going through bitcoingui->walletframe->walletview->bitcoingui.
Because of this, the actions for the pages had to be exposed on the BitcoinGUI object.
|
|
Rename -tor to -onion to better reflect what it does.
|
|
Broken Link in /Doc README
|
|
#3092 removed readme-qt.md, but it was still listed in the index for the /doc README.
|
|
Documentation Cleanup and Contrib Index
|
|
Add as a separate commit so that it can be easily reverted once
Qt5 is supported again.
|
|
Now that autotools is used as a build system there is nothing
special about building the GUI anymore. Merge the salvageable
parts into build-unix.md
|
|
Seems like there are a lot of advertised testnet HS nodes that
don't actually work. Lack of the testnet port on the example
HS config might be one reason.
|
|
Added some help text, and bumped version numbers.
Added a Readable Index for /Contrib
Fixing /Contrib Index URLs
Revert Version Numbers.
|
|
|
|
release-process.md has the deps being built after qt. However, the descriptors for qt call for the deps file.
|