76 Commits (f2351dc758e5c8cf6bc6c5c32931daa8ae6e49a9)

Author SHA1 Message Date
  Thane Thomson e70f27c8e4 Add remote signer test harness (KMS) (#3149) 5 years ago
  Ismail Khoffi 6a80412a01 Remove privval.GetAddress(), memoize pubkey (#2948) 6 years ago
  srmo e291fbbebe 2871 remove proposalHeartbeat infrastructure (#2874) 6 years ago
  Ismail Khoffi fc073746a0 privval: Switch to amino encoding in SignBytes (#2459) 6 years ago
  ValarDragon c798702764 crypto: Remove Ed25519 and Secp256k1 suffix on GenPrivKey 6 years ago
  ValarDragon 99e582d79a crypto: Refactor to move files out of the top level directory 6 years ago
  Anton Kaliaev 3ffda994c2
Revert "rename privval#GetAddress and GetPubKey to Address and PubKey" 6 years ago
  Anton Kaliaev ff8ddee708
rename privval#GetAddress and GetPubKey to Address and PubKey 6 years ago
  Zach Ramsay 44dad6d70b Revert "detele everything" 6 years ago
  Zach Ramsay d02c5d1e30 detele everything 6 years ago
  Liamsi a39b2522d5 review comments: 6 years ago
  Liamsi d2c05bc5b9 Revert "delete everything" (includes everything non-go-crypto) 6 years ago
  Liamsi 96a3502126 delete everything 6 years ago
  Ethan Buchman 1a1e4e767b check max msg size in DecodeMessage 6 years ago
  Jae Kwon 45ec5fd170 WIP consensus 6 years ago
  Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
  Jae Kwon 34974e3932 Make types use Amino; Refactor PrivValidator* to FilePV/SocketPV 6 years ago
  Emmanuel T Odeke 7cb3188fbc testnet cmd: ensure config dir exists. closes #1290 6 years ago
  Ethan Buchman d4e4055d57
PrivValidatorAddr -> PrivValidatorListenAddr. Update ADR008 6 years ago
  Ethan Buchman 6596bff8ec types: bring back json.Marshal/Unmarshal for genesis/priv_val 6 years ago
  Ethan Buchman 6cf5100645 types: working on tests... 6 years ago
  Ethan Buchman 200787ede2 types: update for new go-wire. WriteSignBytes -> SignBytes 7 years ago
  Ethan Buchman 9293ae76bf p2p: introduce peerConn to simplify peer creation (#1226) 6 years ago
  Alexander Simmerl 2a292efb56 Return error for all PrivValidator methoods 6 years ago
  Ethan Buchman 8da2a6a147 types/priv_validator: fixes for latest p2p and cmn 6 years ago
  Ethan Buchman 7a5060dc52 replace data.Bytes with cmn.HexBytes 6 years ago
  Ethan Buchman cd0fd06b0d update for sdk2 libs. need to fix kv test 7 years ago
  Adrian Brink 32311acd01 Vulnerability in light client proxy (#1081) 7 years ago
  Ethan Buchman b9cbaf8f10 priv-val: fix timestamp for signing things that only differ by timestamp 7 years ago
  Ethan Buchman f81025631e update comment [ci skip] 7 years ago
  Ethan Buchman 9c03c58de2 priv validator checks if only difference is timestamp; else error 7 years ago
  Anton Kaliaev a1cc9ac642
priv validator returns last sign bytes if h/r/s matches 7 years ago
  Anton Kaliaev 922af7c405
int64 height 7 years ago
  Anton Kaliaev b3492356e6 uint64 height (Refs #911) 7 years ago
  Ethan Buchman 24f7b9387a more tests 7 years ago
  Ethan Buchman 756818f940 fixes from review 7 years ago
  Ethan Buchman 2131f8d330 some fixes from review 7 years ago
  Ethan Buchman 8ae2ffda89 put funcs back in order to simplify review 7 years ago
  Ethan Buchman 75b97a5a65 PrivValidatorFS is like old PrivValidator, for now 7 years ago
  Ethan Buchman 7b99039c34 make signBytesHRS a method on LastSignedInfo 7 years ago
  Ethan Buchman 3ca7b10ad4 types: more . -> cmn 7 years ago
  Ethan Buchman 4382c8d28b fix tests 7 years ago
  Ethan Buchman 944ebccfe9 more PrivValidator interface 7 years ago
  Ethan Buchman fd1b0b997a PrivValidator interface 7 years ago
  Ethan Buchman abe912c610 FuncSignerAndApp allows custom signer and abci app 7 years ago
  Adrian Brink 4e13a19339 Add ability to construct new instance of Tendermint core from scratch 7 years ago
  Adrian Brink 7dd3c007c7 Refactor priv_validator 7 years ago
  Duncan Jones 0d392a0442 Allow Signer to be generated with priv key 7 years ago
  Duncan Jones 7e4a704bd1 Remove reliance on default Signer 7 years ago
  Adrian Brink 83f7d5c95a Setup custom tendermint node 7 years ago