-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[core-upgrade] integrated zencashio commits from 2017-05-30 to 2017-06-06 #11
Merged
FranckDG
merged 31 commits into
epic/core-upgrade/merge-verified
from
epic/core-upgrade/zencashio-2017-05-30-to-2017-06-06-commits
Jan 25, 2018
Merged
[core-upgrade] integrated zencashio commits from 2017-05-30 to 2017-06-06 #11
FranckDG
merged 31 commits into
epic/core-upgrade/merge-verified
from
epic/core-upgrade/zencashio-2017-05-30-to-2017-06-06-commits
Jan 25, 2018
Conversation
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
…correctly #1f5021da
…etworkConnection() #5a531869
… status #e7dc3a3a
…e() unavailable #edd93f2b
…eadSocketHandler #9b89e549
…stantiation #320ee39a
…se bad nodes #e54afaf3
…orce close bad nodes" #21372500
…rce close bad nodes #aee77dfd
pierstab
approved these changes
Jan 25, 2018
ptagl
pushed a commit
that referenced
this pull request
Aug 25, 2023
…ction [ZEND-552] Remove stale transactions when a hard fork activates The RemoveStaleTransaction() function is currently called every time a block is connected/disconnected to eventually remove transactions that became invalid. To keep the flow as efficient as possible, such function doesn't run all the checks available inside AcceptTxToMemoryPool() but only the ones that could really fail and depend on the context (like the chain height, or the state of a sidechain). This PR includes a small fix to apply additional checks in case a hard fork activates, because the change in the set of validation rules may affect pending transactions (for instance, a shielding transaction will not be valid anymore after the activation of hard fork #11).
ptagl
pushed a commit
that referenced
this pull request
Aug 29, 2023
…recation_height Set Mainnet hard fork height for shielded pool deprecation (#11) The activation height has been set to block 1426200, expected to be mined on 26-09-2023 at 10:00 UTC.
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.
This is the last batch of commits from zencashio/zen. Will start working on commits from ZenCashOfficial/zen after.