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

Fix for consensus block 1501 #81

Merged
merged 1 commit into from
Aug 17, 2014
Merged

Fix for consensus block 1501 #81

merged 1 commit into from
Aug 17, 2014

Conversation

nicksavers
Copy link
Contributor

The state conflict was caused by a part of the Trie code where the cache was deleted after 200 nodes. This was done to avoid memory issues, but at block 1501 the memory is not an issue with ~12424 nodes. However it will be later. This needs to be reimplemented properly when we get to that, but for now this fixes the issue.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling 2eedc18 on nicksavers:master into f71b01d on ethereum:master.

romanman added a commit that referenced this pull request Aug 17, 2014
Fix for consensus block 1501
@romanman romanman merged commit 6b5454f into ethereum:master Aug 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants