-
Notifications
You must be signed in to change notification settings - Fork 14
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
Added jsdoc, several tests and fix errors #3
Conversation
Hello @elli-kolisnichenko , Could you retarget this PR at the |
It is already to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Great job on this @elli-kolisnichenko and @SmartArray ! Thank you so very much for your hard work on this. This PR looks great, but there are a lot of out of date NPM packages that need to be updated. I do not believe we need to address that in this PR as we can open a new PR for that.
@digicontributer and @JaredTate can we get a review when you are able?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
Tested and code reviewed.
Awesome work, thanks very much!
So I was able to get this working on Mac OSX with yarn, kept getting errors with npm. Using node v16.14.2 (npm v8.5.0):
I get 301 passing, 12 failing.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, I wiped directory and recloned... now it works with 359 passing. So good to go. Thank you for all the work on this!
git clone https://github.com/elli-kolisnichenko/digibyte-rosetta-nodeapi.git -b 1.4.1
cd digibyte-rosetta-nodeapi
yarn
yarn test
No description provided.