Commit Graph

17369 Commits

Author SHA1 Message Date
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 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
Jon Layton 5ed974b084 [rpc] [fixup] AsyncRPCOperation_*: Remove from Makefile.am (instead of undef) 2018-07-14 23:54:38 -05:00
Jon Layton 3bf7e8586f [zk] Replace pzcashParams pointer with unique_ptr 2018-07-14 23:34:18 -05:00
Jon Layton a533aff8c1 [chainparams] Set bech32_hrp to btcp, tbtcp, regbtcp 2018-07-14 19:22:43 -05:00
Jon Layton 88bc234adf [zk] [fixup] Correct ZC_GetBaseParamsDir impl 2018-07-14 16:40:48 -05:00
Jon Layton 7796076ef7 [p2p] strMessageMagic: BitcoinPrivate Signed Message:\n 2018-07-11 20:55:26 -05:00
Jon Layton 3ebc8d64d5 [chainparams] Mainnet, Testnet, Regtest: Set bech32_hrp to 'p', 'test', 'rtest' (SLIP-0173) 2018-07-11 19:08:59 -05:00
Jon Layton 959bd70b98 [chainparams] Regtest: Set nEquihashN, nEquihashK to 200, 9 2018-07-11 17:45:02 -05:00
Jon Layton 4955274a59 [chainparams] Regtest: Set base58prefixes 2018-07-11 17:44:53 -05:00
Jon Layton cd1961650e [chainparams] Testnet: Set genesis hash 2018-07-11 17:41:32 -05:00
Jon Layton 49fba5f51b [build] Add -lgomp to LIBZCASH_LIBS flags to prevent GOMP_CRITICAL_START/END error in libsnark 2018-07-11 17:37:50 -05:00
Jon Layton cacd291808 [wallet] Disable asyncrpcoperation_* files, includes 2018-07-11 17:33:58 -05:00
Jon Layton 050c4445b8 [zk] Remove TryCreateDirectory for ZcashParams on MacOS 2018-07-11 17:11:10 -05:00
Jon Layton 7f245bb0f8 [zk] fetch-params.sh->fetch-zcash-params.sh, use ZCJoinSplit::Prepared to load pzcashParams 2018-07-11 16:42:17 -05:00
Jon Layton b5dc73d9ef [zk] Add scripts/fetch-zcash-params.sh from zcash 1.1.2 zcutil/fetch-params.sh, minus Sapling entries 2018-07-11 15:53:18 -05:00
Jon Layton ad89bf82d4 [build] Remove wallet/rpcdisclosure.cpp from Makefile.am 2018-07-11 11:59:29 -05:00