Commit Graph

17 Commits

Author SHA1 Message Date
Dev Ojha 6b55093c75 Merge PR #2324: rename wire to codec
* rename wire to codec

* fix formatting and cli

* fix the docs
2018-09-13 14:17:32 -04:00
Joon 93457aac33 Merge PR #1626: Increase coverage of types/ 2018-08-06 21:00:49 +02:00
Ethan Buchman f78f30c67a update for tm v0.22.0. tmlibs->tendermint/libs 2018-07-02 16:34:06 -04:00
Dev Ojha 955a0c9af7 Switch asserts to require (#1483)
* meta: Switch the majority of asserts to require

Switch most assert statements to require, to ease debugging.
Closes #1418

* Fix imports
2018-06-30 03:10:15 +02:00
Christopher Goes 59aadf42aa
Ledger integration (#931)
Merges the keybase and Ledger code from go-crypto (which is no more) into the SDK
Adds support for Ledger into gaiacli
Cherry-picks updated error handling from #1158
2018-06-29 02:54:47 +02:00
Dev Ojha ac3adff1e8 Merge PR #1438: Tools: Add errcheck linter
This linter ensures that all errors are checked.
This is disabled in the client directories, since its not needed on
those writes
2018-06-29 00:52:10 +02:00
Joon ec6acda6a4 Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
Joon 3fa68249eb Merge PR #1254: Add prefixstore and lib refactor
* Merge pull request #1254: add prefixstore and lib refactor
add prefixstore
refactor lib
fix test
fix linter
in progress
in progress
add test for prefixstore
add KVStoreGetter, PrefixStoreGetter
move PrefixStoreGetter to types/
add tests
KVStore.Prefix(string) -> KVStore.Prefix([]byte)
fix mock
apply requests
pass lint, add test
apply requests
* Remove unnecessarily 'valid' boolean
2018-06-21 23:33:36 +02:00
Christopher Goes 36e096d4bb
Update testcase after rebase 2018-05-01 13:52:49 +02:00
mossid 06d47bebed add comments for golint 2018-04-25 14:45:22 +02:00
mossid 87edaa80d4 add comments, clarify Iterate() 2018-04-25 13:44:29 +02:00
mossid 88a11ec0bb apply requests 2018-04-20 23:25:43 +02:00
mossid 91767fc6d3 add GenericMapper 2018-04-19 21:07:56 +02:00
mossid e00d03aabd in progress 2018-04-19 21:07:56 +02:00
mossid 1b72a6c40d apply requests 2018-04-19 21:07:56 +02:00
mossid 373e408fad expose QueueInfo 2018-04-19 21:07:56 +02:00
mossid fbfdbd4266 stdlib -> lib 2018-04-19 21:07:56 +02:00