You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug that got opened when the activation of feature #26509 occurred.
On mnb, this caused 1.14 nodes to fail with a bank hash mismatch.
On testnet, all nodes were running 1.14, so the network followed the bug and defined 'correct' as updating the rent_epoch on bank load of accounts.
For mnb, the fix is to remove the code that updated the rent_epoch incorrectly. mnb and 1.14 are now happy.
For testnet, we must add a feature around the code that updates the rent_epoch on bank load of accounts. Prior to feature activation, we will update the rent_epoch. After feature activation, we will NOT update the rent_epoch.
Once the feature is activated, testnet will forevermore have the 'correct' behavior of not updating the rent_epoch on bank load of accounts.
Feature ID
CpkdQmspsaZZ8FVAouQTtTWZkc8eeQ7V3uj7dWz543rZ
Activation Method
Single Core Contributor
Minimum Beta Version
No response
Minimum Stable Version
No response
Testnet Activation Epoch
No response
Devnet Activation Epoch
No response
Mainnet-Beta Activation Epoch
No response
The text was updated successfully, but these errors were encountered:
Description
There was a bug that got opened when the activation of feature #26509 occurred.
On mnb, this caused 1.14 nodes to fail with a bank hash mismatch.
On testnet, all nodes were running 1.14, so the network followed the bug and defined 'correct' as updating the rent_epoch on bank load of accounts.
For mnb, the fix is to remove the code that updated the rent_epoch incorrectly. mnb and 1.14 are now happy.
For testnet, we must add a feature around the code that updates the rent_epoch on bank load of accounts. Prior to feature activation, we will update the rent_epoch. After feature activation, we will NOT update the rent_epoch.
Once the feature is activated, testnet will forevermore have the 'correct' behavior of not updating the rent_epoch on bank load of accounts.
Feature ID
CpkdQmspsaZZ8FVAouQTtTWZkc8eeQ7V3uj7dWz543rZ
Activation Method
Single Core Contributor
Minimum Beta Version
No response
Minimum Stable Version
No response
Testnet Activation Epoch
No response
Devnet Activation Epoch
No response
Mainnet-Beta Activation Epoch
No response
The text was updated successfully, but these errors were encountered: