104 Commits (41302c206a1cbfa28da21adb25b9c0f0286809b1)

Author SHA1 Message Date
  Anton Kaliaev 898216d419
add SplitAndTrim func (#183) 7 years ago
  Jae Kwon e9cf47606c Merge panics into errors in Parallel 7 years ago
  Jae Kwon 87c0473730
New Error (#180) 7 years ago
  Alexander Simmerl d46b9afb79 Simplify WriteFileAtomic 7 years ago
  Emmanuel T Odeke 97bdad8262 common: NewBitArray never crashes on negatives (#170) 7 years ago
  Jae Kwon 4e5c655944 Parallel reaps automatically before returning 7 years ago
  Jae Kwon 4caf943f49 Parallel returns a TaskResultSet 7 years ago
  Jae Kwon db48010e81 Add return parameter to Parallel 7 years ago
  Jae Kwon bf24f2dcc5
Implement better Parallel (#174) 7 years ago
  Alexander Simmerl bb65f097fd
Simplify WriteFileAtomic 7 years ago
  Emmanuel T Odeke 4b0058dd64 common: remove {Left, Right}PadString (#168) 7 years ago
  Emmanuel T Odeke b1c9b82531 common: NewBitArray never crashes on negatives (#170) 7 years ago
  Jae Kwon 3412587036 Fix race condition in random.go 7 years ago
  Jae Kwon 9b9a9e7f8c Add Error Type for switching 7 years ago
  Jae Kwon 99437a96fb Add efficient implementation of fmt and use for errors. 7 years ago
  Jae Kwon bb875303c2 Add NewErrorWithCause() 7 years ago
  Jae Kwon de36bfe31c Add TMLibs/Error from Cosmos-SDK/Error 7 years ago
  Jae Kwon 90cd89eab0
Unexpose r.rand (#167) 7 years ago
  Jae Kwon 6d61ca3bb5 New -> NewRand 7 years ago
  Jae Kwon 536c27de8e
common/random.go supports seeding and *Rand (#121) 7 years ago
  Jae Kwon d289c9286e
Implement NewPrefixDB (#164) 7 years ago
  Zaki Manian 26f2ab65f8 Switch to dep from glide (#155) 7 years ago
  Ethan Buchman 737c30c19d minor nit 7 years ago
  Anton Kaliaev a57340ffb5
add Quit method to Service interface 7 years ago
  Anton Kaliaev 52ce4c20f8
Fix RepeatTimer memory leak (#137) 7 years ago
  Emmanuel Odeke 763dc21393
common/BitArray: reduce fragility with methods 7 years ago
  Emmanuel Odeke 951333ecb0
common: IsHex should be able to handle 0X prefixed strings 7 years ago
  Jae Kwon ff230682d1
Fix logical time (#122) 7 years ago
  Emmanuel Odeke 85be26c675
common: BitArray: feedback from @adrianbrink to simplify tests 7 years ago
  Emmanuel Odeke 84afef20f5
common: fix BitArray.Update to avoid nil dereference 7 years ago
  Ethan Buchman 2bb538b150 cmn: fix HexBytes.MarshalJSON 7 years ago
  Ethan Buchman 92c17f3f25 give test more time 7 years ago
  Jae Kwon a171d90611 Fix possibly incorrect usage of conversion 7 years ago
  Ethan Buchman 558f8e7769 fix recursion 7 years ago
  Ethan Buchman 76433d9040 little things 7 years ago
  Jae Kwon 6b5d08f7da RepeatTimer fix 7 years ago
  Jae Kwon 93c05aa8c0 Add back on HexBytes 7 years ago
  Jae Kwon b25df389db Remove Bytes, just use []byte; Use protobuf for KVPair/KI64Pair 7 years ago
  Jae Kwon bf644b0984 Do not shadow assert 7 years ago
  Jae Kwon 797bcdd9e0 Remove common/http 7 years ago
  Jae Kwon f2a8e95248 Add KI64Pair(s) 7 years ago
  Ethan Buchman e2d7f1aa41 cmn: fix race 7 years ago
  Ethan Buchman b0b740210c cmn: fix repeate timer test with manual ticker 7 years ago
  Ethan Buchman a25ed5ba1b cmn: fix race condition in prng 7 years ago
  Anton Kaliaev e17e8e425f
Revert "Refactor throttle timer" 7 years ago
  Anton Kaliaev 70e30f74e6
Revert "Refactor repeat timer" 7 years ago
  Jae Kwon aab2d70dd3
Sdk2 kvpair (#102) 7 years ago
  Emmanuel Odeke 8638961f02
common: Rand* warnings about cryptographic unsafety 7 years ago
  Emmanuel Odeke cdc7988823
common: use genius simplification of tests from @ebuchman 7 years ago
  Ethan Buchman b5f465b4ec common: use names prng and mrand 7 years ago