Closed jackzhhuang closed 3 weeks ago
The changes involve a modification to the get_pruning_height
method in the BlockChain
implementation located in chain/src/chain.rs
. The return value for the vega
chain type has been adjusted from 4000000
to 3500000
. This change specifically targets the pruning height for the vega
chain without impacting other chain types or the method's overall structure.
File | Change Summary |
---|---|
chain/src/chain.rs | Updated get_pruning_height method to change return value for vega chain from 4000000 to 3500000 . |
In the blockchain’s dance so bright,
The pruning height took flight,
From four to three and fifty grand,
A tweak to help our data stand.
Hoppy changes, swift and neat,
Forvega
now, it’s quite the feat! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
-
-
Other information
Summary by CodeRabbit
New Features
Bug Fixes