Pieter Wuille
0286fe5b3b
Merge pull request #5401
...
362001c
Move CHECKMULTISIG order tests out of automatically generated block (Pieter Wuille)
f67a9ce
Use deterministically generated script tests (Pieter Wuille)
10 years ago
Gregory Maxwell
5fdbe67ad9
Add 0.10 release notes on improvement to signing security.
...
I dropped mention of libgmp that I had in my first draft because
it looks like we'll be able to get that out prior to release.
10 years ago
Gavin Andresen
1c7e09f0b9
Merge pull request #5369
...
b2d0162
Test resurrecting memory pool transactions during chain re-org (Gavin Andresen)
3dd8ed7
Delay writing block indexes in invalidate/reconsider (Pieter Wuille)
798faec
Add 'invalidateblock' and 'reconsiderblock' RPC commands. (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
35e408f8a4
Regard connection failures as attempt for addrman
...
This avoids connecting to them again too soon in ThreadOpenConnections.
Make an exception for connection failures to the proxy as these
shouldn't affect the status of specific nodes.
10 years ago
Gavin Andresen
b2d0162ba4
Test resurrecting memory pool transactions during chain re-org
...
Builds on #5316 .
10 years ago
Wladimir J. van der Laan
90f7aa7778
Fix rest.py test after #5376
10 years ago
Wladimir J. van der Laan
fec0d100d5
Merge pull request #5376
...
8a5c951
[REST] make selection of output-format mandatory, support dot url syntax (Jonas Schnelli)
10 years ago
Philip Kaufmann
4709160b50
[Qt] fix a translation that occurs 2 times but was a little different
10 years ago
Philip Kaufmann
50db7d9f09
[Qt] change some strings to reflect name change to Bitcoin Core
10 years ago
Philip Kaufmann
2747f7cf77
[Qt] fix missing plural form for a string in sendcoinsdialog
...
- this was reported on Transifex by pryds (Thank you!)
10 years ago
Michael Ford
c5b390b6b9
Make comments in main an init doxygen compatible
...
Fix typos where appropriate
Update license/copyright
10 years ago
Pavel Janík
b93173dee9
Move SendMoney() to rpcwallet.cpp.
10 years ago
Pieter Wuille
362001c19f
Move CHECKMULTISIG order tests out of automatically generated block
10 years ago
Pieter Wuille
f67a9ce0dc
Use deterministically generated script tests
...
Now that signing is deterministic, we can require exact correspondence between the
automatically generated tests and the ones read from JSON. Do this, and update
the tests to those deterministic versions. Note that some flag changes weren't
correctly applied before.
10 years ago
Pieter Wuille
32b93a1bc2
Extra explanation for getchaintips
10 years ago
Wladimir J. van der Laan
7026cbd6db
Merge pull request #5379
...
01dc2d8
[REST] add REST interface tests in rpc-test section (Jonas Schnelli)
10 years ago
Luke Dashjr
8a20cd3c51
prioritisetransaction RPC: Restore compatibility with existing implementations by using satoshis for fee offset rather than BTC
10 years ago
Wladimir J. van der Laan
f0877f8b62
Merge pull request #5227
...
4cdaa95
Resize after succesful result (Pieter Wuille)
9d8604f
Header define style cleanups (Pieter Wuille)
a53fd41
Deterministic signing (Pieter Wuille)
3060e36
Add the RFC6979 PRNG (Pieter Wuille)
a8f5087
Add HMAC-SHA256 (Pieter Wuille)
36fa4a7
Split up crypto/sha2 (Pieter Wuille)
10 years ago
Jonas Schnelli
01dc2d83f8
[REST] add REST interface tests in rpc-test section
10 years ago
Wladimir J. van der Laan
89151d9f29
Merge pull request #5390
...
43422a0
[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..) (Cozz Lovan)
10 years ago
Wladimir J. van der Laan
0ddf4416cc
Merge pull request #5386
...
1b91be4
Report status of chain tips (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
b248a38aa5
Merge pull request #5388
...
1cf23f6
Update the intent on SI-style separators. (21E14)
10 years ago
Pavel Janík
4c69ebed44
Add /opt/local/include/db48 only if it exists.
10 years ago
Cozz Lovan
43422a0121
[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)
10 years ago
Pieter Wuille
4cdaa95a20
Resize after succesful result
10 years ago
21E14
1cf23f6c50
Update the intent on SI-style separators.
10 years ago
Pieter Wuille
5270817180
Merge pull request #5365
...
3a05ba1
Fix typo in doxygen comment. (Pavel Janík)
10 years ago
Wladimir J. van der Laan
d7c8a830c4
Merge pull request #5316
...
f86a24b
Move `setmocktime` to hidden category (Wladimir J. van der Laan)
bd9aebf
Introduce a hidden category (Pieter Wuille)
0dd06b2
Delay writing block indexes in invalidate/reconsider (Pieter Wuille)
9b0a8d3
Add 'invalidateblock' and 'reconsiderblock' RPC commands. (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
f86a24b368
Move `setmocktime` to hidden category
...
Another testing-only potential footgun command.
10 years ago
Wladimir J. van der Laan
631e698bb7
Merge pull request #5374
...
a53d16a
Use complete path to include bitcoin-config.h. (Pavel Janík)
10 years ago
Jonas Schnelli
8a5c9513ba
[REST] make selection of output-format mandatory, support dot url syntax
...
1. Remove the default format (binary) because `rest/block/<hash>/Hex` would end up delivering binary data.
2. List available formats when chosen format was not found (reduces need for documentation)
3. Change url syntax to dot extension like format chosing (like `rest/tx/<hash>.json`
10 years ago
Wladimir J. van der Laan
2adce1f716
Merge pull request #5385
...
57be955
Remove -printblock, -printblocktree, and -printblockindex (Pieter Wuille)
10 years ago
Wladimir J. van der Laan
faa1623a44
Merge pull request #5384
...
e3f315a
Fix python usage for arch's broken maintainers (Matt Corallo)
10 years ago
Pieter Wuille
1b91be49f5
Report status of chain tips
10 years ago
Pieter Wuille
57be955ba0
Remove -printblock, -printblocktree, and -printblockindex
10 years ago
Matt Corallo
e3f315a0a5
Fix python usage for arch's broken maintainers
10 years ago
Pieter Wuille
bd9aebf19d
Introduce a hidden category
10 years ago
Pieter Wuille
0dd06b2515
Delay writing block indexes in invalidate/reconsider
10 years ago
Pieter Wuille
9b0a8d3152
Add 'invalidateblock' and 'reconsiderblock' RPC commands.
...
These can be used for testing reorganizations or for manual intervention in case of
chain forks.
10 years ago
Wladimir J. van der Laan
9ff0bc9beb
Merge pull request #5158
...
9ec75c5
Add a locking mechanism to IsInitialBlockDownload to ensure it never goes from false to true. (Ruben Dario Ponticelli)
a2d0fc6
Fix IsInitialBlockDownload which was broken by headers first. (Ruben Dario Ponticelli)
10 years ago
Wladimir J. van der Laan
b031137977
Merge pull request #5273
...
cd4d3f1
Win32: change buffer size for gethotsname in Discover() (Philip Kaufmann)
8fa0494
Win32: log addresses found in Discover() calls (Philip Kaufmann)
10 years ago
Jonas Schnelli
199627c94c
[REST] adding basic documentation
10 years ago
Wladimir J. van der Laan
108b19f7ef
Merge pull request #5326
...
5dc713b
[REST] set REST API behind "-rest" option (Jonas Schnelli)
78bdc81
[REST] give an appropriate response in warmup phase (Jonas Schnelli)
210eba9
[REST] fix headersonly flag for BINARY responses (Jonas Schnelli)
10 years ago
Jonas Schnelli
5dc713bfc7
[REST] set REST API behind "-rest" option
10 years ago
Jonas Schnelli
78bdc8103f
[REST] give an appropriate response in warmup phase
10 years ago
Wladimir J. van der Laan
8ba38aba42
qt: Update translations from transifex
10 years ago
Jonas Schnelli
210eba9fdb
[REST] fix headersonly flag for BINARY responses
10 years ago
Wladimir J. van der Laan
53a87c0355
Merge pull request #5321
...
34559c7
Make PruneBlockIndexCandidates safer (Pieter Wuille)
cca48f6
Reset setBlockIndexCandidates once block index db loaded (21E14)
10 years ago
Wladimir J. van der Laan
4baa9f0c9b
Merge pull request #5323
...
a328dd6
[Qt] small changes to sendcoinsdialog (Philip Kaufmann)
10 years ago
Wladimir J. van der Laan
686fa79cae
Merge pull request #5363
...
7a9cf80
docs: add/update docs for osx dmg signing (Cory Fields)
914868a
build: add a deterministic dmg signer (Cory Fields)
d69ed2b
build: Clean up the dmg layout (Cory Fields)
2f327a3
build: add the deploydir target for gitian (Cory Fields)
10 years ago