Skip to content
This repository has been archived by the owner on Jul 15, 2018. It is now read-only.

v0.8.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jaekwon jaekwon released this 23 Apr 07:17
· 45 commits to develop since this release

0.8.2 (April 23rd, 2018)

FEATURES:

  • [pubsub] TagMap, NewTagMap
  • [merkle] SimpleProofsFromMap()
  • [common] IsASCIIText()
  • [common] PrefixEndBytes // e.g. increment or nil
  • [common] BitArray.MarshalJSON/.UnmarshalJSON
  • [common] BitArray uses 'x' not 'X' for String() and above.
  • [db] DebugDB shows better colorized output

BUG FIXES:

  • [common] Fix TestParallelAbort nondeterministic failure #201/#202
  • [db] PrefixDB Iterator/ReverseIterator fixes
  • [db] DebugDB fixes