]> Git Repo - VerusCoin.git/log
VerusCoin.git
10 years agoBugfix: prioritisetransaction: Do some basic sanity checking on txid
Luke Dashjr [Wed, 17 Dec 2014 09:34:09 +0000 (09:34 +0000)]
Bugfix: prioritisetransaction: Do some basic sanity checking on txid

Besides giving a nicer error, this also prevents logging arbitrary data (which could have been used to exploit log readers) into debug.log

10 years agoMerge pull request #5267
Wladimir J. van der Laan [Thu, 11 Dec 2014 12:17:34 +0000 (13:17 +0100)]
Merge pull request #5267

34318d7 RPC-test based on invalidateblock for mempool coinbase spends (Gavin Andresen)
7fd6219 Make CTxMemPool::remove more effecient by avoiding recursion (Matt Corallo)
b7b4318 Make CTxMemPool::check more thourough by using CheckInputs (Matt Corallo)
723d12c Remove txn which are invalidated by coinbase maturity during reorg (Matt Corallo)
868d041 Remove coinbase-dependant transactions during reorg. (Matt Corallo)

10 years agoqt: translations pull from transifex
Wladimir J. van der Laan [Thu, 11 Dec 2014 10:07:37 +0000 (11:07 +0100)]
qt: translations pull from transifex

10 years agoMerge pull request #5391
Wladimir J. van der Laan [Thu, 11 Dec 2014 09:32:36 +0000 (10:32 +0100)]
Merge pull request #5391

932ef50 [REST] JSON output: remove block infos from tx details if it is nested in block (Jonas Schnelli)
cae5486 [REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation (Jonas Schnelli)
73351c3 [REST] /rest/block response with full tx details (Jonas Schnelli)

10 years agoMerge pull request #5399
Wladimir J. van der Laan [Wed, 10 Dec 2014 07:18:41 +0000 (08:18 +0100)]
Merge pull request #5399

4be639e Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount. No return at the end of void function. (Pavel Janík)
b93173d Move SendMoney() to rpcwallet.cpp. (Pavel Janík)

10 years agoMerge pull request #5395
Wladimir J. van der Laan [Wed, 10 Dec 2014 07:16:29 +0000 (08:16 +0100)]
Merge pull request #5395

4c69ebe Add /opt/local/include/db48 only if it exists. (Pavel Janík)

10 years ago[REST] JSON output: remove block infos from tx details if it is nested in block
Jonas Schnelli [Sat, 6 Dec 2014 18:09:03 +0000 (19:09 +0100)]
[REST] JSON output: remove block infos from tx details if it is nested in block

10 years ago[REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation
Jonas Schnelli [Sat, 6 Dec 2014 09:54:09 +0000 (10:54 +0100)]
[REST] added /rest/block/notxdetails/<hash> into REST-interface.md documentation

10 years ago[REST] /rest/block response with full tx details
Jonas Schnelli [Fri, 28 Nov 2014 19:32:52 +0000 (20:32 +0100)]
[REST] /rest/block response with full tx details

- rest block request returns full unfolded tx details
- /rest/block/notxdetails/<HASH> returns block where transactions are only represented by its hash

10 years agoMerge pull request #5449
Wladimir J. van der Laan [Tue, 9 Dec 2014 14:33:58 +0000 (15:33 +0100)]
Merge pull request #5449

6e6a36c contrib: show pull # in prompt for github-merge script (Wladimir J. van der Laan)

10 years agoMerge pull request #5427
Wladimir J. van der Laan [Tue, 9 Dec 2014 10:09:29 +0000 (11:09 +0100)]
Merge pull request #5427

1577df9 Port of walletbackup.sh to Python. (mrbandrews)

10 years agoPort of walletbackup.sh to Python.
mrbandrews [Thu, 4 Dec 2014 21:09:58 +0000 (16:09 -0500)]
Port of walletbackup.sh to Python.

10 years agocontrib: show pull # in prompt for github-merge script
Wladimir J. van der Laan [Tue, 9 Dec 2014 09:16:58 +0000 (10:16 +0100)]
contrib: show pull # in prompt for github-merge script

10 years agoMerge pull request #5216
Wladimir J. van der Laan [Tue, 9 Dec 2014 09:15:23 +0000 (10:15 +0100)]
Merge pull request #5216

5ec654b [Qt] update paymentserver license and cleanup ordering (Philip Kaufmann)
4333e26 [Qt] add BIP70 DoS protection test (Philip Kaufmann)
31f8494 [Qt] add BIP70 payment request size DoS protection for URIs (Philip Kaufmann)
2284ccb [Qt] remove dup lock that is done in SetAddressBook() (Philip Kaufmann)
1ec753f [Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine (Philip Kaufmann)
814429d [Qt] add BIP70/BIP71 constants for all messages and mime types (Philip Kaufmann)
b82695b [Qt] make PaymentServer::ipcParseCommandLine void (Philip Kaufmann)

10 years agoMerge pull request #5409
Wladimir J. van der Laan [Tue, 9 Dec 2014 09:05:36 +0000 (10:05 +0100)]
Merge pull request #5409

65b0328 newlines in strings are invalid JSON (Ryan X. Charles)

10 years agoRPC-test based on invalidateblock for mempool coinbase spends
Gavin Andresen [Mon, 24 Nov 2014 20:18:05 +0000 (15:18 -0500)]
RPC-test based on invalidateblock for mempool coinbase spends

10 years agoMake CTxMemPool::remove more effecient by avoiding recursion
Matt Corallo [Tue, 18 Nov 2014 22:57:20 +0000 (14:57 -0800)]
Make CTxMemPool::remove more effecient by avoiding recursion

10 years agoMake CTxMemPool::check more thourough by using CheckInputs
Matt Corallo [Wed, 12 Nov 2014 05:06:15 +0000 (21:06 -0800)]
Make CTxMemPool::check more thourough by using CheckInputs

10 years agoRemove txn which are invalidated by coinbase maturity during reorg
Matt Corallo [Wed, 12 Nov 2014 04:57:54 +0000 (20:57 -0800)]
Remove txn which are invalidated by coinbase maturity during reorg

10 years agoRemove coinbase-dependant transactions during reorg.
Matt Corallo [Wed, 12 Nov 2014 00:41:44 +0000 (16:41 -0800)]
Remove coinbase-dependant transactions during reorg.

This still leaves transactions in mempool that are potentially
invalid if the maturity period has been reorged out of, but at
least they're not missing inputs entirely.

10 years ago[Qt] update paymentserver license and cleanup ordering
Philip Kaufmann [Fri, 5 Dec 2014 08:40:58 +0000 (09:40 +0100)]
[Qt] update paymentserver license and cleanup ordering

10 years ago[Qt] add BIP70 DoS protection test
Philip Kaufmann [Fri, 5 Dec 2014 08:39:23 +0000 (09:39 +0100)]
[Qt] add BIP70 DoS protection test

- this test required to make readPaymentRequestFromFile() public in order
  to be able to is it in paymentservertests.cpp

10 years ago[Qt] add BIP70 payment request size DoS protection for URIs
Philip Kaufmann [Wed, 19 Nov 2014 11:53:57 +0000 (12:53 +0100)]
[Qt] add BIP70 payment request size DoS protection for URIs

- current code only does this for payment request files, which are
  used on Mac
- also rename readPaymentRequest to readPaymentRequestFromFile, so it's
  obvious that function only handles payment request files and not URIs
- small logging changes in readPaymentRequestFromFile

10 years ago[Qt] remove dup lock that is done in SetAddressBook()
Philip Kaufmann [Tue, 18 Nov 2014 07:46:03 +0000 (08:46 +0100)]
[Qt] remove dup lock that is done in SetAddressBook()

10 years ago[Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine
Philip Kaufmann [Wed, 5 Nov 2014 11:05:29 +0000 (12:05 +0100)]
[Qt] ensure socket is set to NULL in PaymentServer::ipcSendCommandLine

10 years ago[Qt] add BIP70/BIP71 constants for all messages and mime types
Philip Kaufmann [Wed, 5 Nov 2014 10:47:57 +0000 (11:47 +0100)]
[Qt] add BIP70/BIP71 constants for all messages and mime types

- also rename current ones to match the new ones
- remove constant from guiconstant.h and add it to paymentserver.cpp

10 years ago[Qt] make PaymentServer::ipcParseCommandLine void
Philip Kaufmann [Wed, 5 Nov 2014 10:42:51 +0000 (11:42 +0100)]
[Qt] make PaymentServer::ipcParseCommandLine void

- the function only returned true, so make it void
- add a comment about payment request network detection

10 years agoMerge pull request #5434
Wladimir J. van der Laan [Mon, 8 Dec 2014 12:30:21 +0000 (13:30 +0100)]
Merge pull request #5434

683dc40 Disable SSLv3 (in favor of TLS) for the RPC client and server. (Gregory Maxwell)

10 years agoMerge pull request #5436
Wladimir J. van der Laan [Mon, 8 Dec 2014 08:25:18 +0000 (09:25 +0100)]
Merge pull request #5436

11d7a7d [RPC] add rpc-test for http keep-alive (persistent connections) (Jonas Schnelli)

10 years agoMerge pull request #5435
Wladimir J. van der Laan [Mon, 8 Dec 2014 08:15:08 +0000 (09:15 +0100)]
Merge pull request #5435

a26bf47 Add a new test for FormatParagraph (string longer than the default width). (Pavel Janík)
83b81f6 Format paragraphs properly - count the space between words. (Pavel Janík)

10 years ago[RPC] add rpc-test for http keep-alive (persistent connections)
Jonas Schnelli [Sat, 6 Dec 2014 22:14:25 +0000 (23:14 +0100)]
[RPC] add rpc-test for http keep-alive (persistent connections)

10 years agoAdd a new test for FormatParagraph (string longer than the default width).
Pavel Janík [Sat, 6 Dec 2014 21:49:07 +0000 (22:49 +0100)]
Add a new test for FormatParagraph (string longer than the default width).

10 years agoFormat paragraphs properly - count the space between words.
Pavel Janík [Sat, 6 Dec 2014 20:26:52 +0000 (21:26 +0100)]
Format paragraphs properly - count the space between words.

10 years agoDisable SSLv3 (in favor of TLS) for the RPC client and server.
Gregory Maxwell [Sat, 6 Dec 2014 15:08:02 +0000 (07:08 -0800)]
Disable SSLv3 (in favor of TLS) for the RPC client and server.

TLS is subject to downgrade attacks when SSLv3 is available, and
 SSLv3 has vulnerabilities.

The popular solution is to disable SSLv3. On the web this breaks
 some tiny number of very old clients. While Bitcoin RPC shouldn't
 be exposed to the open Internet, it also shouldn't be exposed to
 really old SSL implementations, so it shouldn't be a major issue
 for us to disable SSLv3.

There is more information on the downgrade attacks and disabling
 SSLv3 at https://disablessl3.com/ .

10 years agoMerge pull request #5432
Gavin Andresen [Sat, 6 Dec 2014 01:08:11 +0000 (20:08 -0500)]
Merge pull request #5432

db0916b Fix missing python2 in rpc-tests (Matt Corallo)

Signed-off-by: Gavin Andresen <[email protected]>
10 years agoFix missing python2 in rpc-tests
Matt Corallo [Sat, 6 Dec 2014 00:02:27 +0000 (16:02 -0800)]
Fix missing python2 in rpc-tests

10 years agoUse RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.
Pavel Janík [Fri, 5 Dec 2014 16:22:06 +0000 (17:22 +0100)]
Use RPC_INVALID_PARAMETER instead of RPC_WALLET_ERROR for invalid amount.
No return at the end of void function.

10 years agoMerge pull request #5181
Wladimir J. van der Laan [Fri, 5 Dec 2014 15:50:11 +0000 (16:50 +0100)]
Merge pull request #5181

afd4b94 Move CMerkleBlock and CPartialMerkleTree to their own file (Matt Corallo)

10 years agoNormalize header guard of script_error.h
Pavel Janík [Thu, 20 Nov 2014 19:06:08 +0000 (20:06 +0100)]
Normalize header guard of script_error.h

10 years agoMerge pull request #5398
Wladimir J. van der Laan [Fri, 5 Dec 2014 10:40:48 +0000 (11:40 +0100)]
Merge pull request #5398

8a20cd3 prioritisetransaction RPC: Restore compatibility with existing implementations by using satoshis for fee offset rather than BTC (Luke Dashjr)

10 years agoMerge pull request #5408
Wladimir J. van der Laan [Fri, 5 Dec 2014 10:32:24 +0000 (11:32 +0100)]
Merge pull request #5408

35e408f Regard connection failures as attempt for addrman (Wladimir J. van der Laan)

10 years agoMerge pull request #5425
Wladimir J. van der Laan [Fri, 5 Dec 2014 10:29:40 +0000 (11:29 +0100)]
Merge pull request #5425

87bddb7 Squashed 'src/secp256k1/' changes from ad2028f..b0210a9 (Pieter Wuille)
ffe3291 Remove gmp dependency and doc mentions (Pieter Wuille)

10 years agoMerge pull request #5207
Wladimir J. van der Laan [Fri, 5 Dec 2014 10:23:20 +0000 (11:23 +0100)]
Merge pull request #5207

8487790 bitcoin-tx: Add the "-txid" option. Also add the hex-encoded transaction to the JSON output as the "hex" property. (mruddy)

10 years agoMerge pull request #5308
Wladimir J. van der Laan [Fri, 5 Dec 2014 10:11:18 +0000 (11:11 +0100)]
Merge pull request #5308

60d1ecd change nSubsidy's type from int64_t to CAmount (HarryWu)

10 years agoMerge pull request #5329
Wladimir J. van der Laan [Fri, 5 Dec 2014 10:05:36 +0000 (11:05 +0100)]
Merge pull request #5329

199627c [REST] adding basic documentation (Jonas Schnelli)

10 years agoMerge pull request #5419
Wladimir J. van der Laan [Fri, 5 Dec 2014 09:54:22 +0000 (10:54 +0100)]
Merge pull request #5419

12a49ca Limit the number of new addressses to accumulate (Pieter Wuille)

10 years agoMove CMerkleBlock and CPartialMerkleTree to their own file
Matt Corallo [Thu, 30 Oct 2014 22:50:15 +0000 (15:50 -0700)]
Move CMerkleBlock and CPartialMerkleTree to their own file

10 years agoUpdate libsecp256k1
Pieter Wuille [Thu, 4 Dec 2014 18:17:07 +0000 (19:17 +0100)]
Update libsecp256k1

10 years agoSquashed 'src/secp256k1/' changes from ad2028f..b0210a9
Pieter Wuille [Thu, 4 Dec 2014 18:17:07 +0000 (19:17 +0100)]
Squashed 'src/secp256k1/' changes from ad2028f..b0210a9

b0210a9 Merge pull request #135
ee3eb4b Fix a memory leak and add a number of small tests.
4d879a3 Merge pull request #134
d5e8362 Merge pull request #127
7b92cf6 Merge pull request #132
0bf70a5 Merge pull request #133
29ae131 Make scalar_add_bit test's overflow detection exact
9048def Avoid undefined shift behaviour
efb7d4b Use constant-time conditional moves instead of byte slicing
d220062 Merge pull request #131
82f9254 Fix typo
601ca04 Merge pull request #129
35399e0 Bugfix: b is restricted, not r
c35ff1e Convert lambda splitter to pure scalar code.
cc604e9 Avoid division when decomposing scalars
ff8746d Add secp256k1_scalar_mul_shift_var
bd313f7 Merge pull request #119
276f987 Merge pull request #124
25d125e Merge pull request #126
24b3c65 Add a test case for ECDSA recomputing infinity
32600e5 Add a test for r >= order signature handling
4d4eeea Make secp256k1_fe_mul_inner use the r != property
be82e92 Require that r and b are different for field multiplication.
597128d Make num optional
659b554 Make constant initializers independent from num
0af5b47 Merge pull request #120
e2e8a36 Merge pull request #117
c76be9e Remove unused num functions
4285a98 Move lambda-splitting code to scalar.
f24041d Switch all EC/ECDSA logic from num to scalar
6794be6 Add scalar splitting functions
d1502eb Add secp256k1_scalar_inverse_var which delegates to GMP
b5c9ee7 Make test_point_times_order test meaningful again
0b73059 Switch wnaf splitting from num-based to scalar-based
1e6c77c Generalize secp256k1_scalar_get_bits
5213207 Add secp256k1_scalar_add_bit
3c0ae43 Merge pull request #122
6e05287 Do signature recovery/verification with 4 possible recid case
e3d692f Explain why no y=0 check is necessary for doubling
f7dc1c6 Optimize doubling: secp256k1 has no y=0 point
666d3b5 Merge pull request #121
2a54f9b Correct typo in comment
9d64145 Merge pull request #114
99f0728 Fix secp256k1_num_set_bin handling of 0
d907ebc Add bounds checking to field element setters
bb2cd94 Merge pull request #116
665775b Don't split the g factor when not using endomorphism
9431d6b Merge pull request #115
e2274c5 build: osx: attempt to work with homebrew keg-only packages

git-subtree-dir: src/secp256k1
git-subtree-split: b0210a95da433e048a11d298efbcc14eb423c95f

10 years agoRemove gmp dependency and doc mentions
Pieter Wuille [Thu, 4 Dec 2014 13:23:24 +0000 (14:23 +0100)]
Remove gmp dependency and doc mentions

10 years agoMerge pull request #5394
Wladimir J. van der Laan [Thu, 4 Dec 2014 15:41:41 +0000 (16:41 +0100)]
Merge pull request #5394

307f7d4 Report script evaluation failures in log and reject messages (Pieter Wuille)

10 years agoMerge pull request #5417
Wladimir J. van der Laan [Thu, 4 Dec 2014 15:25:12 +0000 (16:25 +0100)]
Merge pull request #5417

be7b0bf Package libqt5core5 replaced with libqt5core5a (LongShao007)

10 years agoLimit the number of new addressses to accumulate
Pieter Wuille [Fri, 21 Nov 2014 11:22:11 +0000 (12:22 +0100)]
Limit the number of new addressses to accumulate

10 years agoPackage libqt5core5 replaced with libqt5core5a
LongShao007 [Wed, 3 Dec 2014 11:48:17 +0000 (19:48 +0800)]
Package libqt5core5 replaced with libqt5core5a

libqt5core5 installs failed.
Package libqt5core5 has replaced with libqt5core5a in ubuntu and debian.
The website is:
http://packages.ubuntu.com/trusty/libqt5core5a
https://packages.debian.org/sid/libqt5core5a

10 years agoMerge pull request #5306
Wladimir J. van der Laan [Wed, 3 Dec 2014 11:05:43 +0000 (12:05 +0100)]
Merge pull request #5306

d227011 MOVEONLY: core/ -> primitives/ (Luke Dashjr)

10 years agoMOVEONLY: core/ -> primitives/
Luke Dashjr [Tue, 18 Nov 2014 21:03:02 +0000 (21:03 +0000)]
MOVEONLY: core/ -> primitives/

10 years agoMerge pull request #5407
Wladimir J. van der Laan [Wed, 3 Dec 2014 09:51:25 +0000 (10:51 +0100)]
Merge pull request #5407

9e56532 Coinbases-in-mempool regression test (Gavin Andresen)

10 years agoMerge pull request #5403
Wladimir J. van der Laan [Wed, 3 Dec 2014 09:37:48 +0000 (10:37 +0100)]
Merge pull request #5403

c5b390b Make comments in main an init doxygen compatible (Michael Ford)

10 years agoMerge pull request #5400
Wladimir J. van der Laan [Wed, 3 Dec 2014 09:17:05 +0000 (10:17 +0100)]
Merge pull request #5400

32b93a1 Extra explanation for getchaintips (Pieter Wuille)

10 years agoMerge pull request #5406
Wladimir J. van der Laan [Wed, 3 Dec 2014 09:00:39 +0000 (10:00 +0100)]
Merge pull request #5406

5fdbe67 Add 0.10 release notes on improvement to signing security. (Gregory Maxwell)

10 years agoCoinbases-in-mempool regression test
Gavin Andresen [Tue, 2 Dec 2014 16:44:50 +0000 (11:44 -0500)]
Coinbases-in-mempool regression test

Immature coinbase spends are allowed in the memory pool if they can be mined in the next block.
They are not allowed in the memory pool if they cannot be mined in the next block.

This regression test tests those edge cases.

10 years agoReport script evaluation failures in log and reject messages
Pieter Wuille [Sat, 29 Nov 2014 15:01:37 +0000 (16:01 +0100)]
Report script evaluation failures in log and reject messages

10 years agonewlines in strings are invalid JSON
Ryan X. Charles [Tue, 2 Dec 2014 18:02:44 +0000 (10:02 -0800)]
newlines in strings are invalid JSON

Although script_valid.json and script_invalid.json are loaded correctly by the
JSON interpreter used by bitcoin core, these same files are often used by other
libraries and do not necessarily load correctly due to the fact that newlines
contained inside strings are not valid and must instead use the escape
character \n. The files tx_valid.json and tx_invalid.json handle this
correctly, so I've changed the formatting in script_valid.json and
script_invalid.json to mirror those files.

10 years agoMerge pull request #5401
Pieter Wuille [Tue, 2 Dec 2014 17:54:17 +0000 (18:54 +0100)]
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 agoAdd 0.10 release notes on improvement to signing security.
Gregory Maxwell [Tue, 2 Dec 2014 16:24:26 +0000 (08:24 -0800)]
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 agoMerge pull request #5369
Gavin Andresen [Tue, 2 Dec 2014 16:58:39 +0000 (11:58 -0500)]
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 agoRegard connection failures as attempt for addrman
Wladimir J. van der Laan [Tue, 2 Dec 2014 16:43:42 +0000 (17:43 +0100)]
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 agoTest resurrecting memory pool transactions during chain re-org
Gavin Andresen [Tue, 25 Nov 2014 20:21:39 +0000 (15:21 -0500)]
Test resurrecting memory pool transactions during chain re-org

Builds on #5316.

10 years agoFix rest.py test after #5376
Wladimir J. van der Laan [Tue, 2 Dec 2014 14:57:20 +0000 (15:57 +0100)]
Fix rest.py test after #5376

10 years agoMerge pull request #5376
Wladimir J. van der Laan [Tue, 2 Dec 2014 14:31:08 +0000 (15:31 +0100)]
Merge pull request #5376

8a5c951 [REST] make selection of output-format mandatory, support dot url syntax (Jonas Schnelli)

10 years agoMake comments in main an init doxygen compatible
Michael Ford [Mon, 1 Dec 2014 01:39:44 +0000 (09:39 +0800)]
Make comments in main an init doxygen compatible

Fix typos where appropriate
Update license/copyright

10 years agoMove SendMoney() to rpcwallet.cpp.
Pavel Janík [Mon, 1 Dec 2014 19:06:45 +0000 (20:06 +0100)]
Move SendMoney() to rpcwallet.cpp.

10 years agoMove CHECKMULTISIG order tests out of automatically generated block
Pieter Wuille [Mon, 1 Dec 2014 20:28:36 +0000 (21:28 +0100)]
Move CHECKMULTISIG order tests out of automatically generated block

10 years agoUse deterministically generated script tests
Pieter Wuille [Mon, 1 Dec 2014 20:26:51 +0000 (21:26 +0100)]
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 agoExtra explanation for getchaintips
Pieter Wuille [Mon, 1 Dec 2014 19:48:50 +0000 (20:48 +0100)]
Extra explanation for getchaintips

10 years agoMerge pull request #5379
Wladimir J. van der Laan [Mon, 1 Dec 2014 19:24:34 +0000 (20:24 +0100)]
Merge pull request #5379

01dc2d8 [REST] add REST interface tests in rpc-test section (Jonas Schnelli)

10 years agoprioritisetransaction RPC: Restore compatibility with existing implementations by...
Luke Dashjr [Mon, 1 Dec 2014 12:51:45 +0000 (12:51 +0000)]
prioritisetransaction RPC: Restore compatibility with existing implementations by using satoshis for fee offset rather than BTC

10 years agoMerge pull request #5227
Wladimir J. van der Laan [Mon, 1 Dec 2014 13:57:49 +0000 (14:57 +0100)]
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[REST] add REST interface tests in rpc-test section
Jonas Schnelli [Wed, 26 Nov 2014 15:26:02 +0000 (16:26 +0100)]
[REST] add REST interface tests in rpc-test section

10 years agoMerge pull request #5390
Wladimir J. van der Laan [Mon, 1 Dec 2014 11:44:21 +0000 (12:44 +0100)]
Merge pull request #5390

43422a0 [Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..) (Cozz Lovan)

10 years agoMerge pull request #5386
Wladimir J. van der Laan [Mon, 1 Dec 2014 10:40:02 +0000 (11:40 +0100)]
Merge pull request #5386

1b91be4 Report status of chain tips (Pieter Wuille)

10 years agoMerge pull request #5388
Wladimir J. van der Laan [Mon, 1 Dec 2014 09:17:47 +0000 (10:17 +0100)]
Merge pull request #5388

1cf23f6 Update the intent on SI-style separators. (21E14)

10 years agoAdd /opt/local/include/db48 only if it exists.
Pavel Janík [Sun, 30 Nov 2014 08:56:20 +0000 (09:56 +0100)]
Add /opt/local/include/db48 only if it exists.

10 years ago[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)
Cozz Lovan [Fri, 28 Nov 2014 18:11:49 +0000 (19:11 +0100)]
[Qt] Fix wallet-lock in CWallet::GetAccountAddresses(..)

10 years agoResize after succesful result
Pieter Wuille [Fri, 28 Nov 2014 20:16:51 +0000 (21:16 +0100)]
Resize after succesful result

10 years agoUpdate the intent on SI-style separators.
21E14 [Fri, 28 Nov 2014 05:13:44 +0000 (00:13 -0500)]
Update the intent on SI-style separators.

10 years agoMerge pull request #5365
Pieter Wuille [Fri, 28 Nov 2014 15:22:17 +0000 (16:22 +0100)]
Merge pull request #5365

3a05ba1 Fix typo in doxygen comment. (Pavel Janík)

10 years agoMerge pull request #5316
Wladimir J. van der Laan [Fri, 28 Nov 2014 10:18:57 +0000 (11:18 +0100)]
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 agoMove `setmocktime` to hidden category
Wladimir J. van der Laan [Fri, 28 Nov 2014 09:56:11 +0000 (10:56 +0100)]
Move `setmocktime` to hidden category

Another testing-only potential footgun command.

10 years agoMerge pull request #5374
Wladimir J. van der Laan [Fri, 28 Nov 2014 08:46:02 +0000 (09:46 +0100)]
Merge pull request #5374

a53d16a Use complete path to include bitcoin-config.h. (Pavel Janík)

10 years ago[REST] make selection of output-format mandatory, support dot url syntax
Jonas Schnelli [Wed, 26 Nov 2014 13:17:33 +0000 (14:17 +0100)]
[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 agoMerge pull request #5385
Wladimir J. van der Laan [Thu, 27 Nov 2014 12:17:12 +0000 (13:17 +0100)]
Merge pull request #5385

57be955 Remove -printblock, -printblocktree, and -printblockindex (Pieter Wuille)

10 years agoMerge pull request #5384
Wladimir J. van der Laan [Thu, 27 Nov 2014 11:10:54 +0000 (12:10 +0100)]
Merge pull request #5384

e3f315a Fix python usage for arch's broken maintainers (Matt Corallo)

10 years agoReport status of chain tips
Pieter Wuille [Thu, 27 Nov 2014 09:46:55 +0000 (10:46 +0100)]
Report status of chain tips

10 years agoRemove -printblock, -printblocktree, and -printblockindex
Pieter Wuille [Thu, 27 Nov 2014 08:50:20 +0000 (09:50 +0100)]
Remove -printblock, -printblocktree, and -printblockindex

10 years agoFix python usage for arch's broken maintainers
Matt Corallo [Thu, 27 Nov 2014 05:01:25 +0000 (00:01 -0500)]
Fix python usage for arch's broken maintainers

10 years agoIntroduce a hidden category
Pieter Wuille [Wed, 26 Nov 2014 15:33:18 +0000 (16:33 +0100)]
Introduce a hidden category

10 years agoDelay writing block indexes in invalidate/reconsider
Pieter Wuille [Tue, 25 Nov 2014 11:33:43 +0000 (12:33 +0100)]
Delay writing block indexes in invalidate/reconsider

10 years agoAdd 'invalidateblock' and 'reconsiderblock' RPC commands.
Pieter Wuille [Wed, 19 Nov 2014 08:39:42 +0000 (09:39 +0100)]
Add 'invalidateblock' and 'reconsiderblock' RPC commands.

These can be used for testing reorganizations or for manual intervention in case of
chain forks.

10 years agoMerge pull request #5158
Wladimir J. van der Laan [Wed, 26 Nov 2014 13:58:02 +0000 (14:58 +0100)]
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)

This page took 0.06909 seconds and 4 git commands to generate.