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

Update Node.js versions in .travis.yml #20

Merged
merged 1 commit into from
Nov 9, 2024
Merged

Update Node.js versions in .travis.yml #20

merged 1 commit into from
Nov 9, 2024

Conversation

ROZ-MOFUMOFU-ME
Copy link
Owner

This pull request includes several updates to enhance the functionality and compatibility of the project. The most important changes include updating the Node.js versions in the Travis CI configuration, adding new hashing algorithms, modifying the JobManager and pool modules to support additional algorithms and solo mining, refactoring buffer handling for better memory management, and updating the package version.

Node.js Version Updates:

  • Updated Node.js versions in .travis.yml to include '16', '18', '20', and '22'.

New Hashing Algorithms:

  • Added x16rv2, blake2s, groestlmyriad, and minotaur algorithms in lib/algoProperties.js. [1] [2] [3] [4]

JobManager and Pool Enhancements:

  • Modified lib/jobManager.js to support new algorithms and added a parameter for solo mining in processShare function. [1] [2]
  • Updated lib/pool.js to manage client difficulty settings more efficiently and support solo mining. [1] [2]

Buffer Handling Refactor:

Package Version Update:

  • Updated the package version in package.json from 0.2.7 to 0.2.8.

@ROZ-MOFUMOFU-ME ROZ-MOFUMOFU-ME merged commit 844dd06 into main Nov 9, 2024
12 checks passed
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