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

WIP: update dependencies #27

Merged
merged 1 commit into from
Sep 25, 2015
Merged

WIP: update dependencies #27

merged 1 commit into from
Sep 25, 2015

Conversation

ryanxcharles
Copy link
Contributor

I've updated all of the dependencies. Unfortunately the node tests now run in 15s rather than 3s on my machine, meaning something has changed dramatically for the worse. I'm not actually aware of any security vulnerabilities in any of the outdated dependencies I'm using, so I think I'll hold off on updating things for now since it makes things unacceptably slower.

I've updated everything besides bs58. The reason to not updated bs58 is that
the 1.x version of bs58 used Buffers, and the 2.x version used ArrayBuffers.
I'm not sure what the 3.x version uses, but it doesn't seem to work with
fullnode, and almost certainly doesn't fix any fundamental bugs (because the
algorithm used is not error-prone and passes a lot of tests in fullnode).
@ryanxcharles ryanxcharles changed the title update dependencies WIP: update dependencies Sep 16, 2015
@ryanxcharles ryanxcharles mentioned this pull request Sep 23, 2015
@ryanxcharles ryanxcharles merged commit 15da4fc into master Sep 25, 2015
@ryanxcharles ryanxcharles deleted the update-dependencies branch October 23, 2015 16:22
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