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

Process 32mb blocks and CTOR #583

Closed
wants to merge 1 commit into from

Conversation

cassade
Copy link

@cassade cassade commented Nov 16, 2018

CHANGES

  • fixed heavy block processing interruption after 100 seconds
  • used topological transaction order instead of CTOR, which applied after BSV hard-fork

NOTES

NodeJS must be executed with --max-old-space-size=8192 option to be able to process 32mb blocks, i.e.:

node --max-old-space-size=8192 index.js start

where index.js:

var bitcore = require('./lib/cli/bitcore');
bitcore();

- fixed heavy block processing interruption after 100 seconds
- used topological transaction order instead of CTOR, which applied after BSV hard-fork
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.

None yet

1 participant