Author | SHA1 | Message | Date |
---|---|---|---|
Ethan Buchman | d55243f0e6 | fix import paths | 6 years ago |
Liamsi | d2c05bc5b9 |
Revert "delete everything" (includes everything non-go-crypto)
This reverts commit
|
6 years ago |
Liamsi | 96a3502126 | delete everything | 6 years ago |
Alexander Simmerl |
bf370d36c2
|
Extract priv_validator into first class package
This is a maintenance change to move the private validator package out of the types and to a top-level location. There is no good reason to keep it under the types and it will more clearly coommunicate where additions related to the privval belong. It leaves the interface and the mock in types for now as it would introduce circular dependency between privval and types, this should be resolved eventually. * mv priv_validator to privval pkg * use consistent `privval` as import Follow-up to #1255 |
7 years ago |
Ethan Buchman | c778d7f5d1 | fix addresses | 7 years ago |
Ethan Buchman | bb9b12d67a | add scripts/wire2amino.go | 7 years ago |