Wladimir J. van der Laan
b6f3a4eb19
Merge pull request #6751
...
9204930
Document pull-req #6424 in release-notes (Peter Todd)
9 years ago
Wladimir J. van der Laan
5d98e0fa14
Merge pull request #6768
...
9f5c641
zmq: update docs to reflect feature is compiled in automatically if possible (Johnathan Corgan)
9 years ago
Wladimir J. van der Laan
3b2d37c619
Merge pull request #6742
...
58981d4
Changed logging to make -logtimestamps to work also for -printtoconsole (Arne Brutschy)
9 years ago
Johnathan Corgan
9f5c641a40
zmq: update docs to reflect feature is compiled in automatically if possible
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
Peter Todd
9204930101
Document pull-req #6424 in release-notes
...
Mention now allowed sequence of pushdatas in OP_RETURN outputs in
release notes.
9 years ago
Wladimir J. van der Laan
a75c67364d
Merge pull request #6744
...
bb24835
build: disable -Wself-assign (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
e10a4ab904
Merge pull request #6748
...
9ee5ac8
Rewrite help texts for features enabled by default. (Pavel Janík)
9 years ago
ptschip
5f34a2510f
Changed rpc-tests.sh to rpc-tests.py in README.md
...
Github-Pull: #6752
9 years ago
Wladimir J. van der Laan
2844b9e90e
Merge pull request #6759
...
ea70997
build: Remove unnecessary chmods after #6616 (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
ea709970e0
build: Remove unnecessary chmods after #6616
...
Don't chmod a repository-included file in the configure script, and
`tests_config.py` is a module that doesn't need to be executable.
9 years ago
Jeff Garzik
3ab3de8ba1
qa/pull-tester/rpc-tests.py: chmod 0755
...
Fix file mode to be executable.
Include dummy whitespace change to force git to change mode.
9 years ago
Pavel Janík
9ee5ac82f6
Rewrite help texts for features enabled by default.
9 years ago
Wladimir J. van der Laan
5ab5dca6f1
Merge pull request #6616
...
5467820
Migrated rpc-tests.sh to all python rpc-tests.py (ptschip)
9 years ago
Wladimir J. van der Laan
19c7186425
Merge pull request #6739
...
96106f0
[Trivial] start the help texts with lowercase (paveljanik)
9 years ago
Wladimir J. van der Laan
cd78c2a421
Merge pull request #6424
...
da894ab
Accept any sequence of PUSHDATAs in OP_RETURN outputs (Peter Todd)
5d8709c
Add IsPushOnly(const_iterator pc) (Peter Todd)
6a07eb6
Make TX_SCRIPTHASH clear vSolutionsRet first (Peter Todd)
9 years ago
ptschip
5467820be5
Migrated rpc-tests.sh to all python rpc-tests.py
...
1) created rpc-tests.py
2) deleted rpc-tests.sh
3) travis.yml points to rpc-tests.py
4) Modified Makefile.am
5) Updated README.md
6) Added tests_config.py and deleted tests-config.sh
7) Modified configure.ac with script to set correct path in tests_config.py
9 years ago
Wladimir J. van der Laan
bb24835aed
build: disable -Wself-assign
...
Prevent these warnings in clang 3.6:
./serialize.h:96:9: warning: explicitly assigning value of variable of type 'uint64_t' (aka 'unsigned long') to itself [-Wself-assign]
obj = (obj);
~~~ ^ ~~~
9 years ago
Peter Todd
da894ab5da
Accept any sequence of PUSHDATAs in OP_RETURN outputs
...
Previously only one PUSHDATA was allowed, needlessly limiting
applications such as matching OP_RETURN contents with bloom filters that
operate on a per-PUSHDATA level. Now any combination that passes
IsPushOnly() is allowed, so long as the total size of the scriptPubKey
is less than 42 bytes. (unchanged modulo non-minimal PUSHDATA encodings)
Also, this fixes the odd bug where previously the PUSHDATA could be
replaced by any single opcode, even sigops consuming opcodes such as
CHECKMULTISIG. (20 sigops!)
9 years ago
Peter Todd
5d8709c3b7
Add IsPushOnly(const_iterator pc)
...
Allows IsPushOnly() to be applied to just part of the script for
OP_RETURN outputs.
9 years ago
Peter Todd
6a07eb676a
Make TX_SCRIPTHASH clear vSolutionsRet first
...
Previously unlike other transaction types the TX_SCRIPTHASH would not
clear vSolutionsRet, which means that unlike other transaction types if
it was called twice in a row you would get the result of the previous
invocation as well.
9 years ago
Wladimir J. van der Laan
bb882d04e8
Merge pull request #6732
...
a3874c7
doc: no longer require use of openssl in OpenBSD build guide (Wladimir J. van der Laan)
5978388
build: remove libressl check (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
f297042cae
Merge pull request #6637
...
95acf3c
remove $(@F ) and subdirs from univalue make (Jonas Schnelli)
9623e93
[Univalue] add univalue over subtree (Jonas Schnelli)
2f9f082
Squashed 'src/univalue/' content from commit 87d9045 (Jonas Schnelli)
0917306
remove univalue, prepare for subtree (Jonas Schnelli)
9 years ago
Wladimir J. van der Laan
17d0e638b6
Merge pull request #6686
...
745f909
travis: install a recent libzmq and pyzmq for tests (Cory Fields)
a9c27cd
[travis] add zmq python module (Jonas Schnelli)
110a1fd
enable zmq-test in rpc-tests.sh (Jonas Schnelli)
9 years ago
Cory Fields
745f909925
travis: install a recent libzmq and pyzmq for tests
9 years ago
Wladimir J. van der Laan
a3874c7c3a
doc: no longer require use of openssl in OpenBSD build guide
9 years ago
Wladimir J. van der Laan
5978388476
build: remove libressl check
...
Now that BIP66 passed, OpenSSL is no longer directly part of the
consensus. What matters is that DER signatures are correctly parsed, and
secp256k1 crypto is implemented correctly (as well as the other
functions we use from OpenSSL, such as random number generation)
This means that effectively, using LibreSSL is not a larger risk than
using another version of OpenSSL.
Remove the specific check for LibreSSL.
Includes the still-relevant part of #6729 : make sure CHECK_HEADER is
called using the right CXXFLAGS, not CFLAGS (as AC_LANG is c++).
9 years ago
Jonas Schnelli
95acf3cc6d
remove $( @F ) and subdirs from univalue make
9 years ago
Wladimir J. van der Laan
4899a04c24
Merge pull request #5987
...
e761d7a
Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case) (Luke Dashjr)
9 years ago
Jonas Schnelli
a9c27cdf55
[travis] add zmq python module
9 years ago
Jeff Garzik
8a86d53bd5
Merge pull request #6731
9 years ago
Jeff Garzik
cf9bb11f97
Merge pull request #6588
9 years ago
Wladimir J. van der Laan
12a7712abd
Merge pull request #5924
...
835c122
Clean up change computation in CreateTransaction. (Daniel Kraft)
9 years ago
Jonas Schnelli
9623e93473
[Univalue] add univalue over subtree
...
similar to secp256k1 include and compile univalue over a subtree
9 years ago
Jonas Schnelli
6e16a41313
Merge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue'
9 years ago
Jonas Schnelli
2f9f082b5e
Squashed 'src/univalue/' content from commit 87d9045
...
git-subtree-dir: src/univalue
git-subtree-split: 87d90455ff5e87dedc304353aa23ace47ffb6c1c
9 years ago
Jonas Schnelli
0917306fdf
remove univalue, prepare for subtree
9 years ago
Arne Brutschy
58981d4f7d
Changed logging to make -logtimestamps to work also for -printtoconsole
9 years ago
Wladimir J. van der Laan
1119cc3f59
Merge pull request #6741
...
5424d41
doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev (Wladimir J. van der Laan)
9 years ago
Wladimir J. van der Laan
5424d416c2
doc: Change #bitcoin-dev IRC channel to #bitcoin-core-dev
...
Split off Bitcoin Core project development discussion from the general
Bitcoin development channel.
9 years ago
Wladimir J. van der Laan
4f44530bc3
Merge pull request #6680
...
d76a8ac
use CBlockIndex* insted of uint256 for UpdatedBlockTip signal (Jonas Schnelli)
9 years ago
Wladimir J. van der Laan
3f74cd2361
Merge pull request #6740
...
05b5831
Add PR title prefix for trivial changes [skip ci] (paveljanik)
9 years ago
paveljanik
05b5831aa0
Add PR title prefix for trivial changes [skip ci]
9 years ago
paveljanik
96106f0f30
[Trivial] start the help texts with lowercase
9 years ago
Wladimir J. van der Laan
c138cf9769
Merge pull request #6736
...
ab0b8be
zmq: update and cleanup build-unix, release-notes, and zmq docs (Johnathan Corgan)
6cebd5d
zmq: require version 4.x or newer of libzmq (Johnathan Corgan)
9 years ago
Wladimir J. van der Laan
f6ce59cd3c
Merge pull request #6713
...
43edd51
SanitizeString: Allow hypen char (MarcoFalke)
9 years ago
Luke Dashjr
e761d7a94f
Bugfix: Allow mining on top of old tip blocks for testnet (fixes testnet-in-a-box use case)
9 years ago
Johnathan Corgan
ab0b8be857
zmq: update and cleanup build-unix, release-notes, and zmq docs
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
Johnathan Corgan
6cebd5d854
zmq: require version 4.x or newer of libzmq
...
Signed-off-by: Johnathan Corgan <johnathan@corganlabs.com>
9 years ago
Wladimir J. van der Laan
0bec36f3bb
Merge pull request #6661
...
551d7ed
doc: Fix dead link in gitian-building (unsystemizer)
9 years ago
unsystemizer
551d7edb1b
doc: Fix dead link in gitian-building
...
- Link to Debian 8.1 netinstall ISO is dead, changed to valid 8.2
- Changed checksum to 8.2 netinstall ISO checksum (http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-cd/SHA256SUMS )
- Verified CD checksum, checksum file's signing key
9 years ago