Commit Graph

22197 Commits

Author SHA1 Message Date
jl777
105aceb5a8 Test 2018-04-07 14:57:47 +03:00
jl777
c000c9ca1d Test 2018-04-07 14:55:14 +03:00
jl777
418ff77170 Test 2018-04-07 14:48:03 +03:00
jl777
72af1b7ea5 Test 2018-04-07 14:44:09 +03:00
jl777
7313172ace Test 2018-04-07 14:40:38 +03:00
jl777
f9155fec3c Test 2018-04-07 14:32:54 +03:00
jl777
c48fd6e318 Test 2018-04-07 14:30:34 +03:00
jl777
cc3e11f51a Test 2018-04-07 14:28:37 +03:00
jl777
6ae23274af Sane -ac_perc 2018-04-07 14:27:17 +03:00
jl777
c244ea4245 komodo_port.c -gen option 2018-04-07 13:14:08 +03:00
jl777
9e5384c9b4 Test 2018-04-07 13:07:25 +03:00
jl777
7e907fddad komodo_port.c to calculate assetchain rpc port, p2p port one below 2018-04-07 11:29:40 +03:00
jl777
4f616c5a44 Enable overwriting key's value 2018-04-06 22:32:48 +03:00
jl777
ceb3e73b4c Fix kvupdate 4096 limit 2018-04-06 22:19:59 +03:00
Scott Sadler
4729632250 * make interface for getting tx safer in Eval
* restrict lengths in cryptoconditions to avoid ridiculous situations
2018-04-06 14:35:46 -03:00
miketout
4ca9edc0d6 Merge pull request #3 from jl777/dev
sync Dev branch
2018-04-06 10:18:07 -07:00
Scott Sadler
56cf273faf various tweaks, combine payloads in ImportTx 2018-04-06 13:37:56 -03:00
jl777
68e3066973 Merge pull request #554 from jl777/jl777
Jl777
2018-04-06 19:17:46 +03:00
jl777
cf7f440296 Test 2018-04-06 18:29:45 +03:00
jl777
dc836ee40c Test 2018-04-06 18:18:55 +03:00
jl777
882ad91524 Test 2018-04-06 17:56:26 +03:00
jl777
6b30b27c1c Test 2018-04-06 17:44:47 +03:00
jl777
b0bd536aad Test 2018-04-06 17:25:31 +03:00
Jack Grigg
47fe5f72f4 Disable building libzcashconsensus by default
The library is not currently a supported build artifact; it needs work in
order to build on certain platforms (e.g. MacOS), and its dependencies need to
be narrowed down (Equihash is not a requirement for validating scripts).
2018-04-06 15:09:50 +01:00
jl777
4614c6c903 Test 2018-04-06 15:11:10 +03:00
jl777
17b29c639e Test 2018-04-06 14:00:56 +03:00
jl777
09a3e8c285 Test 2018-04-06 13:25:11 +03:00
jl777
5ba45a00f1 Test 2018-04-06 13:23:39 +03:00
jl777
0b652b660a Test 2018-04-06 13:22:26 +03:00
jl777
5c079fa330 Test 2018-04-06 13:18:38 +03:00
jl777
858a837fc8 Test 2018-04-06 12:46:08 +03:00
jl777
54ecb7e4e6 Test 2018-04-06 12:45:36 +03:00
jl777
bd08718ae8 Test 2018-04-06 12:41:48 +03:00
jl777
88d4a95ae7 Test 2018-04-06 12:40:00 +03:00
Scott Sadler
aa9eec4522 make log messages more useful 2018-04-06 03:59:03 -03:00
Scott Sadler
9bf132a5a8 tests for getting MoM in Eval and fixes 2018-04-06 03:52:30 -03:00
Scott Sadler
e625be68a9 allow larger PUSHDATA for CC fulfillment 2018-04-06 02:55:47 -03:00
jl777
acb93848cd Tweak notarization checks 2018-04-05 14:39:07 +03:00
Homu
079d9e6a57 Auto merge of #3149 - str4d:release-v1.1.0-rc1, r=str4d
Release v1.1.0-rc1
2018-04-05 04:36:15 -07:00
Jack Grigg
ecf544d062 Set Overwinter protocol version to 170005
170004 is the protocol version for the NODE_BLOOM change, which is being
"released" in this RC. The activation height is being set in the final release,
which means that we may end up with both RC and final release versions online
when Overwinter activates. Bumping the protocol version for Overwinter enables
RC nodes to be correctly disconnected.
2018-04-05 12:07:44 +01:00
Homu
600c4acee1 Auto merge of #3151 - bitcartel:fix_alertnotify_test, r=str4d
Fix Deprecation test to check for sanitized string from alertnotify.

Closes #3150
2018-04-05 02:08:42 -07:00
Scott Sadler
561f3e18c1 tests for bet protocol done; verify notarisation still to test 2018-04-05 05:06:22 -03:00
Simon
6901d30830 Fix test to check for sanitized string from alertnotify.
If client version is 1.1.0-rc1, the alertnotify message will have
been sanitized and will show as 1.1.0rc1.
2018-04-04 21:55:20 -07:00
Jack Grigg
776b494aec make-release.py: Updated release notes and changelog for 1.1.0-rc1. 2018-04-05 03:26:17 +01:00
Jack Grigg
13d491c7bf make-release.py: Updated manpages for 1.1.0-rc1. 2018-04-05 03:26:07 +01:00
Jack Grigg
5e11533408 make-release.py: Versioning changes for 1.1.0-rc1. 2018-04-05 03:08:20 +01:00
Homu
f6d09aa822 Auto merge of #2814 - str4d:2074-node-bloom, r=str4d
Add NODE_BLOOM service bit

Cherry-picked from the following upstream PRs:

- bitcoin/bitcoin#6579
  - Zcash equivalent of BIP 111
- bitcoin/bitcoin#6652
  - Docs for BIP 111
- bitcoin/bitcoin#7087
- bitcoin/bitcoin#7174
- bitcoin/bitcoin#8709

Part of #2074. Closes #2738.
2018-04-04 17:34:30 -07:00
Jack Grigg
3fe2f3d143 Update -enforcenodebloom RPC test with filterclear vs filteradd 2018-04-05 01:30:38 +01:00
R E Broadley
4f31d82395 Allow filterclear messages for enabling TX relay only.
An example of where this might be useful is allowing a node to connect blocksonly during IBD but then becoming a full-node once caught up with the latest block. This might also even want to be the default behaviour since during IBD most TXs appear to be orphans, and are routinely dropped (for example when a node disconnects). Therefore, this can waste a lot of bandwidth.

Additionally, another pull could be written to stop relaying of TXs to nodes that are clearly far behind the latest block and are running a node that doesn't store many orphan TXs, such as recent versions of Bitcoin Core.
2018-04-05 01:30:38 +01:00
Jack Grigg
2b7fcab8fc Move bloom filter filtering logic back into command "switch" 2018-04-05 01:30:38 +01:00