BTCP-Rebase
BTCP-Rebase copied to clipboard
Work in progress. DO NOT USE.
Pull requests without a rationale and clear improvement may be closed immediately. Please provide clear motivation for your patch and explain how it improves Bitcoin Core user experience or Bitcoin...
This is simply a summary list of what remains to be done from a 30,000 ft high view so nothing is forgotten. This list can be added to/discussed so it's...
Below is a list of commands from ZCash 2.0.1 RPC (from https://zcash-rpc.github.io/) and those we are covering and those we're not. List can be modified anytime after a review by...
GetBlockSubsidy related tests should pass: - src/gtest/test_checkblock.cpp - src/tests/main_tests.cpp - Add a test for getblocksubsidy rpc --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/64714860-getblocksubsidy-tests?utm_campaign=plugin&utm_content=tracker%2F94169766&utm_medium=issues&utm_source=github)** We accept bounties...
See: https://github.com/zcash/zcash/blob/333b9a0d0b0db2ada9f106ac73cef22a77914ec7/src/txmempool.cpp#L209 https://github.com/zcash/zcash/blob/333b9a0d0b0db2ada9f106ac73cef22a77914ec7/src/txmempool.cpp#L125 `CTxMemPool::remove` has been replaced by `removeRecursive`. Additionally, the `MemPoolRemovalReason` from Bitcoin does not include a case to handle `CTxMemPool::removeWithAnchor`: > If a block is disconnected from the...
``` Args unknown : 4 {'-zmqpubrawblock', '-zmqpubrawtx', '-zmqpubhashblock', '-zmqpubhashtx'} * Checking consistency between dispatch tables and vRPCConvertParams A new circular dependency in the form of "fork -> validation -> fork"...
Documentation is needed for users who will be upgrading from BTCP 1.0.12-1. Items include: - [x] Discuss `wallet.dat` compatibility issues + solutions, if any. - [ ] Discuss other files...
**The following tests returned: `*** No errors detected`** `addrman_tests` `allocator_tests` `amount_tests` `arith_uint256_tests` `base32_tests` `base58_tests` `base64_tests` `bech32_tests` `bip32_tests` `blockchain_tests` `bswap_tests` `checkqueue` `coins_tests` `compress_tests` `crypto_tests` `cuckoocache` `dbwrapper_tests` `equihash_tests` `getarg_tests` `hash_tests` `limitedmap_tests` `mempool_tests`...
These two methods need to be added as a first step into the Mempool logic for JoinSplits. https://github.com/zcash/zcash/blob/13b41a6760c67524dd77afc67e7d556ec1ea71be/src/wallet/wallet.cpp#L452 `CWallet::ChainTip` has been removed in the latest Bitcoin code, and significant nearby...