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

Releases: tendermint/tmlibs

ReverseIterators

25 Jun 02:42
Compare
Choose a tag to compare
ReverseIterators Pre-release
Pre-release

0.9.0

June 24th, 2018

BREAKING:

  • [events, pubsub] Removed - moved to github.com/tendermint/tendermint
  • [merkle] Use 20-bytes of SHA256 instead of RIPEMD160. NOTE: this package is
    moving to github.com/tendermint/go-crypto !
  • [common] Remove gogoproto from KVPair types
  • [common] Error simplification, #220

FEATURES:

  • [db/remotedb] New DB type using an external CLevelDB process via
    GRPC
  • [autofile] logjack command for piping stdin to a rotating file
  • [bech32] New package. NOTE: should move out of here - it's just two small
    functions
  • [common] ColoredBytes([]byte) string for printing mixed ascii and bytes
  • [db] DebugDB uses ColoredBytes()
  • [db] ReverseIterator implementation and tests

v0.9.0-rc1

14 Jun 06:47
Compare
Choose a tag to compare
v0.9.0-rc1 Pre-release
Pre-release

0.9.0

TBD

BREAKING:

  • [events, pubsub] Removed - moved to github.com/tendermint/tendermint
  • [merkle] Use 20-bytes of SHA256 instead of RIPEMD160. NOTE: this package is
    moving to github.com/tendermint/go-crypto !
  • [common] Remove gogoproto from KVPair types
  • [common] Error simplification, #220

FEATURES:

  • [db/remotedb] New DB type using an external CLevelDB process via
    GRPC
  • [autofile] logjack command for piping stdin to a rotating file
  • [bech32] New package. NOTE: should move out of here - it's just two small
    functions
  • [common] ColoredBytes([]byte) string for printing mixed ascii and bytes
  • [db] DebugDB uses ColoredBytes()

v0.9.0-rc0

06 Jun 04:45
Compare
Choose a tag to compare

v0.8.4 (WARNING: ALPHA SOFTWARE)

06 Jun 00:11
692f1d8
Compare
Choose a tag to compare

v0.8.3 (WARNING: ALPHA SOFTWARE)

22 May 01:31
d970af8
Compare
Choose a tag to compare

v0.8.3-rc0

23 Apr 09:37
Compare
Choose a tag to compare
v0.8.3-rc0 Pre-release
Pre-release

FEATURES:

  • [common] ASCIITrim()

v0.8.2

23 Apr 07:17
Compare
Choose a tag to compare
v0.8.2 Pre-release
Pre-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

0.8.2-rc1

13 Apr 08:56
Compare
Choose a tag to compare
0.8.2-rc1 Pre-release
Pre-release

Use prefixBatch instead of memBatch, which allows us to use it for C/GoLevelDB.

0.8.2-rc0

13 Apr 07:00
Compare
Choose a tag to compare
0.8.2-rc0 Pre-release
Pre-release
Keep invalid source to be closed

0.8.1

05 Apr 10:15
Compare
Choose a tag to compare