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

Ferrite v3.1.1 #52

Merged
merged 33 commits into from
Jun 30, 2023
Merged

Ferrite v3.1.1 #52

merged 33 commits into from
Jun 30, 2023

Conversation

koh-gt
Copy link
Owner

@koh-gt koh-gt commented May 23, 2023

Prune height increased from 100,000 to 500,000.
This is because most blocks are empty.
As of height 143516 after 6 months, the blockchain size is 93.6 MB. Assuming a doubling every 100,000 blocks, the blockchain will still be well under 2 GB.

The space savings from disabling pruning is not worth resynchronising in the case the full chain is needed.

Prune height increased from 100,000 to 500,000.
This is because most blocks are empty. 
As of height 143516 after 6 months, the blockchain size is 93.6 MB.
Assuming a doubling every 100,000 blocks, the blockchain will still be well under 2 GB.

The space savings from disabling pruning is not worth resynchronising in the case the full chain is needed.
@koh-gt
Copy link
Owner Author

koh-gt commented May 23, 2023

Next will be to wait for height 150,000 for MWEB to be activated, before adding another checkpoint.

@koh-gt
Copy link
Owner Author

koh-gt commented Jun 26, 2023

Added updates from Litecoin Core v0.21.2.2 Release.

Notable changes

Important Security Updates

This release contains fixes that harden node and network security. These fixes are important for every node operator and wallet user.
Limit and tightly manage memory usage in events of high network traffic or when connected to extremely slow peers. This protects nodes on lower end hardware to not run out of memory in the face of increased network activity.

RPC API Changes

Added addconnection for use by functional tests.
getpeerinfo provides 2 new fields per peer, addr_processed and addr_rate_limited, that track addr message processing.

Credit

Thanks to everyone who directly contributed to this release:

The Bitcoin Core Developers
The Litecoin Core Developers
David Burkett
Jon Atack
Pieter Wuille
Loshan T

@koh-gt
Copy link
Owner Author

koh-gt commented Jun 27, 2023

Will add a checkpoint before height 150,000.

@koh-gt
Copy link
Owner Author

koh-gt commented Jun 27, 2023

Will add a checkpoint before height 150,000.

okay

@koh-gt
Copy link
Owner Author

koh-gt commented Jun 28, 2023

Added checkpoint at height 149,000.

@koh-gt koh-gt self-assigned this Jun 28, 2023
@koh-gt koh-gt merged commit 333157d into ferrite-main Jun 30, 2023
@koh-gt koh-gt deleted the fec-v3.1.1 branch July 7, 2023 21:50
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.

1 participant