1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-11 04:11:21 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
2756be5a59 libs: Remove usage of custom Fmt, in favor of fmt.Sprintf ()
* libs: Remove usage of custom Fmt, in favor of fmt.Sprintf

Closes 

* Fix bug that was masked by custom Fmt!
2018-08-10 09:25:57 +04:00
a83eed104c libs/cmn: Remove Tempfile, Tempdir, switch to ioutil variants ()
Our Tempfile was just a wrapper on ioutil that panicked instead of error.

Our Tempdir was a less safe variant of ioutil's Tempdir.
2018-07-31 19:43:36 +02:00
d55243f0e6 fix import paths 2018-07-01 22:36:49 -04:00
ae3bf81833 mv tmlibs files to libs dir 2018-07-01 22:36:03 -04:00