zion-coin / blockchain-zion-coin

The blockchain implementation for zion coin
ISC License
2 stars 0 forks source link

Update bencode to the latest version 🚀 #3

Open greenkeeper[bot] opened 7 years ago

greenkeeper[bot] commented 7 years ago

Version 1.0.0 of bencode just got published.

Dependency bencode
Current Version 0.12.0
Type dependency

The version 1.0.0 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of bencode. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 10 commits.

  • f106d67 Merge pull request #76 from themasch/release-1.0.0
  • 87788d0 Update CONTRIBUTORS
  • 63f31fd Update package.json: Version 1.0.0
  • a35556a Update CHANGELOG.md: Add 0.12.0, 1.0.0
  • a5e3db6 Merge pull request #75 from feross/master
  • 0e0e3c4 add safe-buffer to tests
  • 720892a add node 0.10 and 0.12 to travis
  • 26c87ec Support Node 0.10, 0.12, and early Node 4
  • ad53422 Merge pull request #73 from themasch/fix/typo_in_package_name
  • c9c7513 i'm stupid

See the full diff

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 6 years ago

Version 2.0.0 just got published.

Update to this version instead 🚀

Release Notes 2.0.0

No actual public API has changed since 1.0. We just dropped support (as in "test coverage) for old node versions and added proper support for typed arrays. Updates from 1.0 to 2.0 should be smooth.

Thanks to the contributors to this version.

Commits

The new version differs by 17 commits.

  • 43124bd Merge pull request #81 from themasch/release/2.0
  • 8b59c35 removed benchmarks from readme, updated tape
  • f37b8fa fixed typing
  • 943bdd1 updated changelog and contributors.
  • 28233c4 2.0.0
  • 1db7c36 Merge pull request #80 from nazar-pc/ArrayBufferView-fix
  • cd31213 Rename typedarray to arraybufferview as the latter has wider meaning
  • fcb6e8d Fix support for any valid ArrayDataView
  • 9a66652 Merge pull request #78 from themasch/benchmarks
  • 1e86ff0 removed unused eslint comments to make standard happy
  • 8172ab7 Merge branch 'master' into benchmarks
  • 4835dc7 Merge pull request #64 from themasch/fix-typed-arrays
  • ebc5ca3 Merge branch 'master' into fix-typed-arrays
  • b0b21d5 Merge pull request #77 from themasch/update-node-versions
  • c3c1424 test(benchmark): Replace matcha with nanobench

There are 17 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead 🚀