Conversation
Add checkpoint at block 38000 (testnet) Closes zcash#2127
Add checkpoint at block 67500 (mainnet) Close zcash#2125
Sets default min relay tx fee to 100, which is used to initialize nSatoshisPerK for min fee calculation. The default z_sendmany fee of 10000 is now sufficient to cover a tx of size 100000 bytes, so txs will not be treated as "free" and hit the free rate limiter.
…rom change in min fee calc.
…s_executing_status, r=arcalinea Closes zcash#2112 where z_getoperationresult could return stale status. The problem was similar to a check-then-act race condition. Status object was obtained from an operation, which might be in an 'executing' state. Instead of checking the state recorded in the status object, the operation was queried again to see if it was in a finished state (failed,success,cancelled) and if yes, the status object was returned to the user. However, if the operation had changed state in the background, the status object would be stale.
…r=arcalinea Pause mining during JoinSplit creation Closes #1522 .
…addresses, r=daira Closes zcash#2113. Fixes bug in test and updates testnet fr addresses. Updating the testnet fr addresses will introduce a consensus change on testnet, so all testnet nodes will be required to upgrade. See zcash#2113 for more information.
Do not ask a UI question on metrics screen Based on bitcoin/bitcoin#8257. Closes zcash#2095.
Closes zcash#1969. Large shielded transactions using the default fee are no longer treated as "free" transactions
…calinea Test prioritisetransaction After talking with @str4d about zcash#1884 , I wrote a test for prioritisetransaction. It uses small blocks (11kb), and checks whether a transaction makes it into the next block after being prioritized by that node. Should this be improved with a larger number of txs in the mempool, or by testing over multiple runs? As for getblocktemplate(), it seems to return the prioritized transaction within the block size set by the node (about 50 txs fit in an 11kb block), but the block "sizelimit" it displays is set at 2 MB in `rpcmining.cpp` line 690: ``` result.push_back(Pair("sizelimit", (int64_t)MAX_BLOCK_SIZE)); ``` This was quite confusing, I didn't think the `-blockmaxsize` parameter I was setting was working for awhile.
…now also runs binaries from build dir by default, added variables for more control
Improve autogenerated manpages Cherry-picked from bitcoin/bitcoin#8608. Closes zcash#2086.
…calinea Don't assume sizes of unsigned short and unsigned int in GetSizeOfCompactSize and WriteCompactSize. Fixes zcash#2137 Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Univalue's parsing of \u escape sequences did not handle NUL characters correctly. They were, effectively, dropped. The extended test-case fails with the old code, and is fixed with this patch.
This ensures that ReadBinaryFile never returns exactly TOR_COOKIE_SIZE bytes if the file was larger than that.
Include privacy notice in help text for zcashd -help. Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Add message directing users to security guide Addresses zcash#2142, which was blocking on updates to zcash/support/security.html. That page has now been added, so this message directing users to the site can be included. It displays in the zcash-cli --help and --version message text, and on the zcashd metrics screen.
Tor ephemeral hidden services Cherry-picked from the following upstream PRs: - bitcoin/bitcoin#6503 (included to reduce merge conflicts) - bitcoin/bitcoin#6639 - bitcoin/bitcoin#6643 - bitcoin/bitcoin#7090 - bitcoin/bitcoin#7035 - bitcoin/bitcoin#7170 - bitcoin/bitcoin#7218 (non-QT part) - bitcoin/bitcoin#7313 - bitcoin/bitcoin#7438 - bitcoin/bitcoin#7553 - bitcoin/bitcoin#7637 - bitcoin/bitcoin#7683 - bitcoin/bitcoin#7813 - bitcoin/bitcoin#7703 - bitcoin/bitcoin#8203 - bitcoin/bitcoin#9004 - bitcoin/bitcoin#9234 - bitcoin/bitcoin#9911 (partial) Closes zcash#2061.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2211.release-1.0.8 Release 1.0.8. refs zcash#2211
miketout
referenced
this pull request
in miketout/VerusCoin
Sep 7, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
1.0.8