Skip to content

v2.0

Compare
Choose a tag to compare
@shazow shazow released this 17 Jan 21:19
· 170 commits to master since this release
v2.0

This is the first stable release of the Vipnode 2.0 Pool Edition.

Major changes:

  • Wei values are now pretty-printed with larger units using https://github.com/vipnode/ether
  • pool: Ability to disable the minimum balance (for demo purposes, or free pools).

Package API changes:

  • pool/store: MemoryStore() moved into its own memory driver package.
  • internal/pretty.Ether was factored out into a standalone ether package.

Bugfixes:

  • pool: Fixed LatestBlockNumber counting
  • pool: Fixed store.Stats() was returning incorrect host/client counts.
  • pool: Fixed GetAccountNodes not filtering by account.

Full list of changes here: v0.2.6...v2.0