Commit Graph

17035 Commits

Author SHA1 Message Date
ca333
8b391806c4 update code_of_conduct 2018-03-01 03:38:26 +01:00
ca333
6c63f88b88 Merge pull request #3 from jl777/dev
dev update
2018-03-01 03:37:54 +01:00
Jonathan "Duke" Leto
4db8717431 Fix outdated comment about starting balance of nodes 2018-02-28 14:29:05 -08:00
Jonathan "Duke" Leto
48cecf2ad9 Regtest mining does have a founders reward, a single address t2FwcEhFdNXuFMv1tcYwaBJtYVtMj8b1uTg 2018-02-28 14:28:22 -08:00
Jonathan "Duke" Leto
62fee1296f Update awkward wording about blocks as per @daira 2018-02-28 14:17:28 -08:00
Jonathan "Duke" Leto
d8399efc03 This library seems to not be used at all and all comments mentioning it are ghosts 2018-02-28 14:13:07 -08:00
Homu
93332d6e84 Auto merge of #3030 - str4d:release-v1.0.15, r=str4d
Release v1.0.15
2018-02-28 09:18:35 -08:00
Jack Grigg
25b080a33b make-release.py: Updated release notes and changelog for 1.0.15. 2018-02-28 16:58:19 +00:00
Jack Grigg
f58b1536b4 make-release.py: Updated manpages for 1.0.15. 2018-02-28 16:58:10 +00:00
Jack Grigg
1d6f7acf4d make-release.py: Versioning changes for 1.0.15. 2018-02-28 16:44:07 +00:00
Homu
b10aaacadd Auto merge of #3002 - str4d:2957-overwinter-release-notes, r=str4d
Overwinter release notes and testnet activation height

Closes #2957.
2018-02-28 05:29:48 -08:00
Jack Grigg
138cf77004 Overwinter release notes and testnet activation height
Closes #2957.
2018-02-28 13:19:36 +00:00
jl777
95c463966a Dont create .conf from cli 2018-02-27 22:25:37 +02:00
jl777
080184dab0 Merge pull request #527 from jl777/jl777
Separate port range for mined
2018-02-27 18:12:29 +02:00
jl777
9db57a0eb3 Test 2018-02-27 18:11:11 +02:00
jl777
2cd576089f Separate port range for mined 2018-02-27 18:10:44 +02:00
Homu
f9dbd1e2d5 Auto merge of #2993 - str4d:2977-performance-regression, r=str4d
Use block hash comparison for consistency check when loading block index

The Equihash check caused block index loading to take around 38x longer.
However, we don't need to check it directly, as the only paths to writing a
block header to disk already go through a proof-of-work check (e.g. receiving a
block over the network). By forcing the block header inside the CBlockIndex to
be re-serialized, we retain the benefits of the consistency check without the
overhead at startup.
2018-02-26 16:53:42 -08:00
Jack Grigg
704b76358d Use block hash comparison for consistency check when loading block index
The Equihash check caused block index loading to take around 38x longer.
However, we don't need to check it directly, as the only paths to writing a
block header to disk already go through a proof-of-work check (e.g. receiving a
block over the network). By forcing the block header inside the CBlockIndex to
be re-serialized, we retain the benefits of the consistency check without the
overhead at startup.

Co-authored-by: Brad Miller <brad@z.cash>
2018-02-27 00:47:56 +00:00
Jonathan "Duke" Leto
427e5fae3f Fix references to Bitcoin in RPC tests readme 2018-02-26 10:47:59 -08:00
jl777
a0218efd10 Merge pull request #526 from jl777/dev
Dev
2018-02-26 19:00:53 +02:00
jl777
797d46d14e Merge pull request #525 from jl777/kolo-ninja
Adding coin
2018-02-26 18:06:59 +02:00
Mihail Fedorov
b56e224002 Adding coin in single commit 2018-02-26 09:47:59 +03:00
jl777
84be13c031 Merge pull request #524 from jl777/kolo
DNS and docker stuff
2018-02-26 08:06:07 +02:00
Mihail Fedorov
b26a0857dc sleepless 2018-02-26 08:50:39 +03:00
Mihail Fedorov
94ee86f056 New docker file test 2018-02-26 08:30:14 +03:00
Scott Sadler
80ea0d26b0 latest cryptoconditions 2018-02-26 02:10:58 -03:00
jl777
8410781107 Merge pull request #522 from jl777/dev
new -ac options
second slate of hard coded notaries
new coins
2018-02-26 07:05:05 +02:00
Mihail Fedorov
4afdbc9556 New final dns names for seeds 2018-02-26 02:38:59 +03:00
Scott Sadler
28658719ea tweak hoek interface 2018-02-25 16:22:12 -03:00
jl777
e1b44812f7 Merge branch 'beta' into dev 2018-02-25 15:44:06 +02:00
jl777
e2a7f87c31 Merge pull request #521 from jl777/kolo
VOTE replaced with VOTE2018
2018-02-25 11:02:41 +02:00
Mihail Fedorov
8bf22c6fd0 fiat scripts 2018-02-25 03:49:58 +03:00
Mihail Fedorov
ec0b0757b6 fiat scripts 2018-02-25 03:46:02 +03:00
Mihail Fedorov
830d5ff54e vote2018 2018-02-25 03:22:03 +03:00
Scott Sadler
7d937f290e add secp256k1 condition type to cryptoconditions 2018-02-24 19:43:37 -03:00
Homu
be262f065f Auto merge of #2985 - str4d:release-v1.0.15-rc1, r=ebfull
Release v1.0.15-rc1
2018-02-23 21:08:05 -08:00
Jack Grigg
34ce29b3ee make-release.py: Updated release notes and changelog for 1.0.15-rc1. 2018-02-24 04:20:05 +00:00
Jack Grigg
7d0c1df409 make-release.py: Updated manpages for 1.0.15-rc1. 2018-02-24 04:17:59 +00:00
Jack Grigg
1dd95be4a9 make-release.py: Versioning changes for 1.0.15-rc1. 2018-02-24 04:08:36 +00:00
Homu
a418756ef4 Auto merge of #2874 - arcalinea:tx_block_expiry, r=arcalinea
Transaction expiry height

Implements ZIP 203.

- Only applies after Overwinter blockheight.

Closes #754.
2018-02-23 18:37:48 -08:00
Jay Graber
59da58cdb0 Change rpc_tests to 21 2018-02-23 18:20:30 -08:00
Homu
e6e483b2b0 Auto merge of #2919 - bitcartel:2904_branch_id_protocol_handshake, r=str4d
Overwinter peer management

Implements ZIP 201.

Part of #2904.
2018-02-23 17:18:04 -08:00
Jay Graber
7b92f27e18 Add expiry to z_mergetoaddress 2018-02-23 15:15:46 -08:00
Simon
b6e5cc7d27 Add python qa test overwinter_peer_management. 2018-02-23 14:22:43 -08:00
Simon
72b2192950 Overwinter peer management and network handshaking.
Implements ZIP 201.
2018-02-23 14:21:27 -08:00
Simon
2423a40c08 Add field nProtocolVersion to struct NetworkUpgrade. 2018-02-23 14:05:13 -08:00
rofl0r
33ae5edd2c remove -mt suffix from boost libraries built by depends 2018-02-23 15:52:55 +00:00
Jay Graber
5943f227da Add mempool_tx_expiry.py test 2018-02-23 00:12:10 -08:00
Jay Graber
9c12b8e903 Add -txexpirydelta cli option 2018-02-23 00:12:10 -08:00
Jay Graber
9bb37bf0d5 Implement transaction expiry for Overwinter 2018-02-23 00:12:03 -08:00