forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
48ac1cb Test for fee distribution when number of tokens (and thus threshold) changes (Zathras) 2bc7ea2 Pass block into NotifyTotalTokensChanged() (Zathras) dae6a2d Protect against fee distribution when the cache is empty (Zathras) 8600316 Protect against zero valued fee distribution thresholds (Zathras) e1887e8 Clean up following @dexX7's feedback (thanks!) (zathras-crypto) 1a404df Fix incorrect value from getTotalTokens when fees are cached (zathras-crypto) 88d9690 Narrow scope of UpdateDistributionThresholds() (zathras-crypto) aedf526 Add back in zero check dropped while prepping commits (zathras-crypto) c655dd2 Check whether a property ID is valid by inferring from next available ID, instead of fetching the SP (zathras-crypto) ebe318a Only generate the SHA256 obfuscation hashes we need instead of 255 every time (zathras-crypto) c268e83 Drop non-Omni transactions quicker by looking for marker/Exodus bytes directly in scriptPubKey hex (zathras-crypto) ba9ac74 Skip calling HandleExodusPurchase() on mainnet after Exodus crowdsale closed (zathras-crypto) 8732e15 Add consensus hash for block 440,000 (zathras-crypto) a50c30d Add seed blocks for 430,000 to 440,000 (zathras-crypto) fc78462 Update MAX_SEED_BLOCKS to include seed blocks above 390,000 (zathras-crypto) d411286 Return immediately from VerifyCheckpoint if block isn't a multiple of 10K (zathras-crypto)
- Loading branch information
Showing
14 changed files
with
434 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.