Commit Graph

17384 Commits

Author SHA1 Message Date
J62 20242ac165
Merge pull request #82 from interbiznw/master
prep dnsseed entry for rebase-testnet seeder
2018-10-13 23:43:39 -07:00
J62 e762a0b28d
Update chainparams.cpp 2018-10-13 22:07:01 -07:00
J62 537eed78cc
prep dnsseed entry for rebase-testnet seeder 2018-10-13 19:43:29 -07:00
J62 2a8e6a29f8
Update chainparams.cpp 2018-10-13 19:38:05 -07:00
Jon Layton 82b9ea1cb1
Merge pull request #69 from ch4ot1c/fix/rawtransaction-forkid
[wallet] Add SIGHASH_FORKID where necessary
2018-10-12 22:48:50 -05:00
Jon Layton a4e0e39f82 [wallet] Add SIGHASH_FORKID where necessary, allowing raw transaction signing to succeed 2018-10-02 17:13:32 -05:00
Jon Layton 266db13673
Merge pull request #41 from ch4ot1c/fix/ports
[rpc] [p2p] [zmq] [docs] Set P2P and RPC ports to BTCP values
2018-08-07 12:38:40 -05:00
Jon Layton 16aa8bd135
Merge pull request #62 from ch4ot1c/build/vscode
[build] Remove .vscode and add to .gitignore
2018-08-06 10:00:13 -05:00
Jon Layton aa1e0da776 [build] Remove .vscode and add to .gitignore 2018-08-02 12:10:54 -05:00
Jon Layton f8d6cb4f24 [build] Disable verify-commits 2018-08-02 11:54:22 -05:00
Jon Layton 26450eb3e4
Merge pull request #39 from ch4ot1c/docs/simple-instructions
[docs] Added Ubuntu build instructions to README
2018-08-02 10:57:43 -05:00
Jon Layton ad27f01122 [docs] README emphasis 2018-08-02 10:51:40 -05:00
Jon Layton 2b01101d1e [docs] Added Ubuntu build instructions 2018-08-02 10:50:53 -05:00
Jon Layton dd739d6925
Merge pull request #56 from ch4ot1c/fix/zcash-include-guards
[wallet] Initial changes to fix Include Guards linting and .travis.yml
2018-08-02 10:40:02 -05:00
Jon Layton cc2974db1b [style] Trivial: Include guard endings cleanup 2018-08-02 09:58:53 -05:00
Jon Layton c279a2e339 [WIP] [style] Remove test/lint/check-doc.py . from .travis.yml 2018-08-02 09:25:17 -05:00
Jon Layton 7915860735 [WIP] [style] Remove test/lint/check-rpc-mappings.py . from .travis.yml 2018-08-02 09:25:17 -05:00
Jon Layton 65921e9dda [style] Fix: #!/usr/bin/env python3 is required for bitcoin python lint 2018-08-02 09:25:17 -05:00
Jon Layton 78519aa6b7 [style] Fix: E741 ambiguous variable name 'l' (Python) 2018-08-02 09:25:17 -05:00
Jon Layton 50c66f703c [style] Removed python semicolons from sha256/tests/pypy_sha256.py 2018-08-02 09:25:17 -05:00
Jon Layton 9c9d37f3f8 [style] Add newline to all LogPrintf's 2018-08-02 09:25:17 -05:00
Jon Layton ecd7c40e5b [wallet] Final (partial) Travis-advised include guards 2018-08-02 09:25:17 -05:00
Jon Layton d161a7bc89 [wallet] Followup (partial) changes to fix more include guards from Zcash / new files 2018-08-02 09:25:17 -05:00
Jon Layton e0661813dc [wallet] Initial (partial, test) changes to fix include guards from Zcash for Bitcoin's lint script 2018-08-02 09:25:17 -05:00
Jon Layton 023bbe679e
Merge pull request #55 from ch4ot1c/fix/travis-refs
Revert "[tests] Fix .travis.yml repo ref"
2018-08-02 00:02:45 -05:00
Jon Layton 4cc49f81a3 Revert "[tests] Fix .travis.yml repo ref"
This reverts commit fbd96ae70d.
2018-08-01 23:57:55 -05:00
Jon Layton 8d1d41c0bb
Merge pull request #54 from ch4ot1c/fix/travis-refs
[tests] Fix .travis.yml repo ref
2018-08-01 23:52:49 -05:00
Jon Layton fbd96ae70d [tests] Fix .travis.yml repo ref 2018-08-01 23:51:41 -05:00
Jon Layton ff25941639
Merge pull request #52 from ch4ot1c/fix/sendtoaddress
[wallet] Fix sendtoaddress - MutableTransactionSignatureCreator had wrong signature
2018-08-01 18:43:15 -05:00
Jon Layton 983f4ec0d3
Merge pull request #53 from ch4ot1c/fix/isForkEnabled
[fixup] isForkEnabled
2018-08-01 18:42:50 -05:00
Jon Layton 4c54072dd5 [fixup] isForkEnabled 2018-08-01 17:26:46 -05:00
Jon Layton 38b8fc2f11 [wallet] Fix sendtoaddress - MutableTransactionSignatureCreator had wrong signature 2018-08-01 15:35:32 -05:00
michaelotis 3af95a93e9
Merge pull request #47 from ch4ot1c/fix/nits-1
[cleanup] Text for ~/.btcp/bitcoin.conf, whitespace
2018-08-01 15:32:30 -05:00
michaelotis 1d52d8eca7
Merge pull request #50 from ch4ot1c/fix/regtest
[regtest] Get regtest solution to validate, default to 0 forkblocks
2018-08-01 15:30:52 -05:00
michaelotis b670861b9f
Merge pull request #40 from ch4ot1c/fix/GetBlockSubsidy
Fix GetBlockSubsidy implementation
2018-08-01 15:13:02 -05:00
Jon Layton 7ae6648efd [regtest] Get regtest solution to validate, default to 0 forkblocks 2018-07-28 17:30:33 -05:00
Jon Layton 195dcbdff1
Merge pull request #49 from donshin/mac-libomp
Enable rebase-in-progress to build on macOS High Sierra
2018-07-28 12:00:33 -05:00
Don Shin a9f103a916 Fixed build config typo for non-mac systems. 2018-07-23 22:24:04 -05:00
Don Shin f01af43fa4 Made mac-specific build changes included by a configure flag as a temporary measure. 2018-07-23 22:04:40 -05:00
Don Shin 298002424d Enabled initial macOS High Sierra build support. 2018-07-23 15:00:58 -05:00
Jon Layton 0b7387a67c [docs] Use .github/ISSUE_TEMPLATE.md from Bitcoin, with relevant tweaks 2018-07-21 19:22:37 -05:00
Jon Layton 3ef8c14019 [cleanup] Text for ~/.btcp/bitcoin.conf, whitespace 2018-07-21 14:19:34 -05:00
Jon Layton bcfdabef28 [p2p] [rpc] [zmq] [docs] Set P2P and RPC ports to BTCP values: 7933 & 7932, 17933 & 17932, 17444 & 17443, and zmq 27932 2018-07-21 11:12:16 -05:00
Jon Layton bb2266e87f [coinbase] Fix GetBlockSubsidy implementation to divide the halving interval by 4 post-fork 2018-07-20 22:09:06 -05:00
Jon Layton 88357cf1ca
Merge pull request #31 from ch4ot1c/fix/strMessageMagic-btcp
[p2p] strMessageMagic: BitcoinPrivate Signed Message:\n
2018-07-17 10:58:29 -05:00
Jon Layton 3df55a9b4c
Merge pull request #30 from ch4ot1c/fix/slip-0173
[chainparams] Mainnet, Testnet, Regtest: Set bech32_hrp
2018-07-17 10:57:59 -05:00
Don Shin 783b212b1b
Merge pull request #36 from ch4ot1c/patch/zcashparams
[fixup] Remove TryCreateDirectory for MacOS ZcashParams
2018-07-16 17:15:27 -05:00
Jon Layton 31fe6ee585 [fixup] Remove TryCreateDirectory for MacOS ZcashParams, as it is no longer used in bitcoin 2018-07-16 13:39:56 -05:00
Jon Layton 18227b4fea
Merge pull request #28 from ch4ot1c/improvement/build-without-disablewallet
Improvement: Build without -disablewallet
2018-07-15 16:40:28 -05:00
Jon Layton 4be86cddb8 [wallet] [rpc] [zk] [mining] Remove GenerateBitcoins from asyncrpcoperation_*.cpp 2018-07-15 01:34:29 -05:00