Skip to content
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

Conversation

FranckDG
Copy link
Contributor

This is the last batch of commits from zencashio/zen. Will start working on commits from ZenCashOfficial/zen after.

@FranckDG FranckDG self-assigned this Jan 25, 2018
@FranckDG FranckDG requested a review from pierstab January 25, 2018 18:41
@FranckDG FranckDG merged commit 3c345e1 into epic/core-upgrade/merge-verified Jan 25, 2018
@FranckDG FranckDG deleted the epic/core-upgrade/zencashio-2017-05-30-to-2017-06-06-commits branch January 25, 2018 21:44
@LukasBures LukasBures added this to the 2.0.14 RC1 milestone Jun 7, 2018
cronicc added a commit that referenced this pull request Mar 13, 2023
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants