Go to file
Ethan Buchman 2d7ffdd72b Merge remote-tracking branch 'tmlibs/master' into bucky/merge-tmlibs 2018-07-01 22:32:33 -04:00
.circleci abci: Add comment for doc update 2018-06-22 20:36:29 +02:00
.github Update ISSUE_TEMPLATE to mention using pastebin (#1832) 2018-06-29 11:01:11 +04:00
DOCKER Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
abci docs: update abci links (#1796) 2018-06-23 00:16:51 +02:00
autofile [autofile] include call to group#Close in tests 2018-06-06 11:52:59 +04:00
bech32 Bech32: Wrap error messages 2018-06-09 16:22:52 -07:00
benchmarks revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
blockchain update for tmlibs v0.9.0 2018-07-01 22:12:58 -04:00
cli Return config parse errors (#182) 2018-03-28 15:35:52 +02:00
clist Fix lint errors (#190) 2018-04-03 12:23:28 +02:00
cmd [tendermint init] add default consensus params to genesis 2018-06-29 12:40:32 +04:00
common Fix comment 2018-06-13 23:45:44 -07:00
config revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
consensus consensus: stop wal 2018-07-01 12:53:51 -04:00
crypto revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
db Reverse iterators (#224) 2018-06-24 19:37:32 -07:00
docs Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks 2018-07-01 11:39:43 -04:00
evidence revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
flowrate Implement NewPrefixDB (#164) 2018-03-15 09:43:23 -07:00
libs Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
lite Merge pull request #1781 from tendermint/1740-node-crashes-when-too-many-rpc-connections 2018-06-23 01:15:03 +02:00
log Merge pull request #77 from tendermint/18-unsupported-value-type 2017-11-07 21:29:54 -05:00
mempool fix empty packet size calculation 2018-06-29 12:40:32 +04:00
merkle fix test 2018-05-21 20:26:54 -04:00
networks proper link to a docs module (#1822) 2018-06-27 10:54:01 +04:00
node [p2p] add godoc comments to Listener (#1828) 2018-06-29 11:48:52 +04:00
p2p Merge branch 'release/v0.22.0' into 1762-tm-stops-producing-blocks 2018-07-01 11:39:43 -04:00
privval update for tmlibs v0.9.0 2018-07-01 22:12:58 -04:00
proxy Move abci imports 2018-06-22 07:28:07 +02:00
rpc revert back to Jae's original payload size limit 2018-06-29 12:57:17 +04:00
scripts Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
state Move abci imports 2018-06-22 07:28:07 +02:00
test Merge remote-tracking branch 'tmlibs/master' into bucky/merge-tmlibs 2018-07-01 22:32:33 -04:00
types set MaxTxs to 10000 (the same that was used in the config before) 2018-07-01 09:44:12 +04:00
version delete some things for the merge 2018-07-01 22:32:06 -04:00
.editorconfig delete some things for the merge 2018-07-01 22:32:06 -04:00
.gitignore delete some things for the merge 2018-07-01 22:32:06 -04:00
CHANGELOG.md delete some things for the merge 2018-07-01 22:32:06 -04:00
CODEOWNERS add codeowners file [ci skip] 2017-10-11 12:48:05 +04:00
CODE_OF_CONDUCT.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
CONTRIBUTING.md contributing guide typos (#1831) 2018-06-29 11:09:16 +04:00
Gopkg.lock delete some things for the merge 2018-07-01 22:32:06 -04:00
Gopkg.toml delete some things for the merge 2018-07-01 22:32:06 -04:00
LICENSE delete some things for the merge 2018-07-01 22:32:06 -04:00
Makefile delete some things for the merge 2018-07-01 22:32:06 -04:00
README.md delete some things for the merge 2018-07-01 22:32:06 -04:00
ROADMAP.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
SECURITY.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
Vagrantfile Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
appveyor.yml Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
circle.yml circle 2018-01-02 10:53:56 -05:00
codecov.yml Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
docker-compose.yml Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
glide.lock Fix RepeatTimer memory leak (#137) 2018-02-09 13:31:32 +04:00
glide.yaml Fix RepeatTimer memory leak (#137) 2018-02-09 13:31:32 +04:00
merge.sh go-common -> tmlibs 2017-04-18 17:56:05 -04:00
test.sh CI fix 2018-05-07 23:28:41 +02:00

README.md

TMLIBS

This repo is a home for various small packages.

autofile

Autofile is file access with automatic log rotation. A group of files is maintained and rotation happens when the leading file gets too big. Provides a reader for reading from the file group.

cli

CLI wraps the cobra and viper packages and handles some common elements of building a CLI like flags and env vars for the home directory and the logger.

clist

Clist provides a linekd list that is safe for concurrent access by many readers.

common

Common provides a hodgepodge of useful functions.

db

DB provides a database interface and a number of implementions, including ones using an in-memory map, the filesystem directory structure, an implemention of LevelDB in Go, and the official LevelDB in C.

events

Events is a synchronous PubSub package.

flowrate

Flowrate is a fork of https://github.com/mxk/go-flowrate that added a SetREMA method.

log

Log is a log package structured around key-value pairs that allows logging level to be set differently for different keys.

merkle

Merkle provides a simple static merkle tree and corresponding proofs.

process

Process is a simple utility for spawning OS processes.

pubsub

PubSub is an asynchronous PubSub package.